]> git.baikalelectronics.ru Git - kernel.git/commit
dmatest: do not allow to interrupt ongoing tests
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 May 2013 11:29:53 +0000 (14:29 +0300)
committerVinod Koul <vinod.koul@intel.com>
Fri, 7 Jun 2013 20:43:44 +0000 (02:13 +0530)
commit48abed86656f159677db0962ce533229d24b7d6c
tree2775e4359ff7d53e8656c07954683135d2e15e0c
parentcdeb5e613d607d3ad614be0cca340c5e9138801d
dmatest: do not allow to interrupt ongoing tests

When user interrupts ongoing transfers the dmatest may end up with console
lockup, oops, or data mismatch. This patch prevents user to abort any ongoing
test.

Documentation is updated accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reported-by: Will Deacon <will.deacon@arm.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Documentation/dmatest.txt
drivers/dma/dmatest.c