[GIT PULL] pstore updates for v6.2-rc1-fixes

From: Kees Cook
Date: Fri Dec 23 2022 - 13:38:28 EST


Hi Linus,

Please pull these pstore fixes for v6.2-rc1.

Thanks!

-Kees

The following changes since commit e6b842741b4f39007215fd7e545cb55aa3d358a2:

pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP (2022-12-05 16:15:09 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.2-rc1-fixes

for you to fetch changes up to beca3e311a49cd3c55a056096531737d7afa4361:

pstore: Properly assign mem_type property (2022-12-23 10:34:25 -0800)

----------------------------------------------------------------
pstore updates for v6.2-rc1-fixes

- Switch pmsg_lock to an rt_mutex to avoid priority inversion (John Stultz)

- Correctly assign mem_type property (Luca Stefani)

----------------------------------------------------------------
John Stultz (2):
pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES

Luca Stefani (1):
pstore: Properly assign mem_type property

fs/pstore/Kconfig | 1 +
fs/pstore/pmsg.c | 7 ++++---
fs/pstore/ram.c | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)

--
Kees Cook