diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 08:02:36 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 08:02:36 +0300 |
commit | 76a0370a46377c70986f1045eba95e14109c3218 (patch) | |
tree | 6389a904c195d3414a84858313276c26a2610afe /drivers | |
parent | 575d34b6de071599317e8cc173ec7057126d1097 (diff) | |
parent | a9df21e34b422f79d9a9fa5c3eff8c2a53491be6 (diff) | |
download | linux-76a0370a46377c70986f1045eba95e14109c3218.tar.xz |
Merge branch 'topic/dmatest' into for-linus
Diffstat (limited to 'drivers')
-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); |