summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2025-12-22 07:28:55 -0800
committerWill Deacon <will@kernel.org>2026-01-22 11:20:29 +0000
commit53f45f045cbe89024d2b71c145c782bb6a82a602 (patch)
tree22177be51c97c8da40df5b73bed6c0fa43c5d480 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentf22c81bebf8bda6e54dc132df0ed54f6bf8756f9 (diff)
arm64: mm: warn once for ioremap attempts on RAM mappings
Replace WARN_ON with WARN_ONCE when detecting attempts to ioremap RAM. This prevents log spam when a misbehaving driver repeatedly tries to map RAM via ioremap. A single warning is more than enough to show the broken code path, and extra reports don't add extra information. Warning floods have been seen in production environments where broken external drivers hit this code path thousand of times, causing unnecessary messages to be printed and pressure on the serial console. Signed-off-by: Breno Leitao <leitao@debian.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions