]> git.ipfire.org Git - people/arne_f/kernel.git/commit
dma-debug: add a schedule point in debug_dma_dump_mappings()
authorEric Dumazet <edumazet@google.com>
Mon, 28 Oct 2019 21:56:46 +0000 (14:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Jan 2020 12:59:39 +0000 (13:59 +0100)
commit5b81bbad05fd95d3e59ffd993198154dbe7aa1c1
treef4587ce65bb24a3dd9b6098ea4e3a0fefdd9930f
parent186e23c66a17fcb4b900c6496122a2ca67fa2b5d
dma-debug: add a schedule point in debug_dma_dump_mappings()

[ Upstream commit 9ff6aa027dbb98755f0265695354f2dd07c0d1ce ]

debug_dma_dump_mappings() can take a lot of cpu cycles :

lpk43:/# time wc -l /sys/kernel/debug/dma-api/dump
163435 /sys/kernel/debug/dma-api/dump

real 0m0.463s
user 0m0.003s
sys 0m0.459s

Let's add a cond_resched() to avoid holding cpu for too long.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Corentin Labbe <clabbe@baylibre.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/dma-debug.c