diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 06:02:36 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 06:02:36 +0100 |
commit | 76a0370a46377c70986f1045eba95e14109c3218 (patch) | |
tree | 6389a904c195d3414a84858313276c26a2610afe /drivers/dma | |
parent | Merge branch 'topic/bcom' into for-linus (diff) | |
parent | dmaengine: dmatest: warn user when dma test times out (diff) | |
download | linux-76a0370a46377c70986f1045eba95e14109c3218.tar.xz linux-76a0370a46377c70986f1045eba95e14109c3218.zip |
Merge branch 'topic/dmatest' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/dmatest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index 34ff53290b03..47edc7fbf91f 100644 --- a/drivers/dma/dmatest.c +++ b/drivers/dma/dmatest.c @@ -702,6 +702,7 @@ static int dmatest_func(void *data) * free it this time?" dancing. For now, just * leave it dangling. */ + WARN(1, "dmatest: Kernel stack may be corrupted!!\n"); dmaengine_unmap_put(um); result("test timed out", total_tests, src_off, dst_off, len, 0); |