[GIT PULL] pstore fixes for v5.12-rc2
From: Kees Cook
Date: Fri Mar 05 2021 - 18:10:23 EST
Hi Linus,
Please pull these small pstore fixes for v5.12-rc2.
Thanks!
-Kees
The following changes since commit 19d8e9149c27b689c6224f5c84b96a159342195a:
pstore: Fix typo in compression option name (2021-02-18 12:27:49 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.12-rc2
for you to fetch changes up to 7db688e99c0f770ae73e0f1f3fb67f9b64266445:
pstore/ram: Rate-limit "uncorrectable error in header" message (2021-03-02 11:52:31 -0800)
----------------------------------------------------------------
pstore fixes for v5.12-rc2
- Rate-limit ECC warnings (Dmitry Osipenko)
- Fix error path check for NULL (Tetsuo Handa)
----------------------------------------------------------------
Dmitry Osipenko (1):
pstore/ram: Rate-limit "uncorrectable error in header" message
Tetsuo Handa (1):
pstore: Fix warning in pstore_kill_sb()
fs/pstore/inode.c | 2 +-
fs/pstore/ram_core.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
Kees Cook