[GIT PULL] pstore updates for v5.18-rc1

From: Kees Cook
Date: Mon Mar 21 2022 - 10:48:04 EST


Hi Linus,

Please pull these two pstore updates for v5.18-rc1.

Thanks!

-Kees

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.18-rc1

for you to fetch changes up to 8126b1c73108bc691f5643df19071a59a69d0bc6:

pstore: Don't use semaphores in always-atomic-context code (2022-03-15 11:08:23 -0700)

----------------------------------------------------------------
pstore updates for v5.18-rc1

- Don't use semaphores in always-atomic-context code (Jann Horn)
- Add "ECC:" prefix to ECC messages (Vincent Whitchurch)

----------------------------------------------------------------
Jann Horn (1):
pstore: Don't use semaphores in always-atomic-context code

Vincent Whitchurch (1):
pstore: Add prefix to ECC messages

drivers/firmware/efi/efi-pstore.c | 2 +-
fs/pstore/platform.c | 38 ++++++++++++++++++--------------------
fs/pstore/ram_core.c | 4 ++--
include/linux/pstore.h | 6 +++---
4 files changed, 24 insertions(+), 26 deletions(-)

--
Kees Cook