]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
authorBreno Leitao <leitao@debian.org>
Thu, 10 Jul 2025 12:57:26 +0000 (05:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Aug 2025 16:30:48 +0000 (18:30 +0200)
commit7aa22b064069b508729183fbf313bd06b40e397f
tree08cc716268a6758042796dc4a2bb156444fd82a0
parent410e899811118f2209bfbd13c46c6224a04880ef
ipmi: Use dev_warn_ratelimited() for incorrect message warnings

[ Upstream commit ec50ec378e3fd83bde9b3d622ceac3509a60b6b5 ]

During BMC firmware upgrades on live systems, the ipmi_msghandler
generates excessive "BMC returned incorrect response" warnings
while the BMC is temporarily offline. This can flood system logs
in large deployments.

Replace dev_warn() with dev_warn_ratelimited() to throttle these
warnings and prevent log spam during BMC maintenance operations.

Signed-off-by: Breno Leitao <leitao@debian.org>
Message-ID: <20250710-ipmi_ratelimit-v1-1-6d417015ebe9@debian.org>
Signed-off-by: Corey Minyard <corey@minyard.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/ipmi/ipmi_msghandler.c