]> git.baikalelectronics.ru Git - kernel.git/commit
dma-debug: make things less spammy under memory pressure
authorRob Clark <robdclark@chromium.org>
Wed, 1 Jun 2022 14:51:16 +0000 (07:51 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 2 Jun 2022 05:17:59 +0000 (07:17 +0200)
commit542b892180bc14c0cc66907280f7884937d67a65
tree46bb0c427a3d01602f68ce1f42a849abec0b15a2
parent83be42c9861f407af97f474aee03032c5aad00d2
dma-debug: make things less spammy under memory pressure

Limit the error msg to avoid flooding the console.  If you have a lot of
threads hitting this at once, they could have already gotten passed the
dma_debug_disabled() check before they get to the point of allocation
failure, resulting in quite a lot of this error message spamming the
log.  Use pr_err_once() to limit that.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c