pstore/ram: Rate-limit "uncorrectable error in header" message
authorDmitry Osipenko <digetx@gmail.com>
Tue, 2 Mar 2021 09:58:50 +0000 (12:58 +0300)
committerKees Cook <keescook@chromium.org>
Tue, 2 Mar 2021 19:52:31 +0000 (11:52 -0800)
commit7db688e99c0f770ae73e0f1f3fb67f9b64266445
tree577744a0d654b423c2af9bdd7e88af5549b09e42
parent9c7d83ae6ba67d6c6199cce24573983db3b56332
pstore/ram: Rate-limit "uncorrectable error in header" message

There is a quite huge "uncorrectable error in header" flood in KMSG
on a clean system boot since there is no pstore buffer saved in RAM.
Let's silence the redundant noisy messages by rate-limiting the printk
message. Now there are maximum 10 messages printed repeatedly instead
of 35+.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210302095850.30894-1-digetx@gmail.com
fs/pstore/ram_core.c