]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jun 2022 12:13:13 +0000 (14:13 +0200)
commitd7be05aff27278c89c5c2d5518e235a315ce447a
tree1af23535b6e3ca9405e3a2b0409c0946cd3fd4f1
parent1b54c0065763359d3e972961d4d237017b83dfbf
dma-debug: make things less spammy under memory pressure

[ Upstream commit e19f8fa6ce1ca9b8b934ba7d2e8f34c95abc6e60 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/dma/debug.c