Re: [PATCH] powerpc/powernv: Rate limit opal-elog read failure message
From: Michael Ellerman <hidden>
Date: 2020-12-21 11:08:03
From: Michael Ellerman <hidden>
Date: 2020-12-21 11:08:03
On Fri, 11 Dec 2020 13:11:41 +1100, Andrew Donnellan wrote:
Sometimes we can't read an error log from OPAL, and we print an error message accordingly. But the OPAL userspace tools seem to like retrying a lot, in which case we flood the kernel log with a lot of messages. Change pr_err() to pr_err_ratelimited() to help with this.
Applied to powerpc/next.
[1/1] powerpc/powernv: Rate limit opal-elog read failure message
https://git.kernel.org/powerpc/c/c88017cf2af614409da69934c1738ed5ff2f7022
cheers