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

Message ID 202212231038.955181AC@keescook
State New
Headers
Series [GIT,PULL] pstore updates for v6.2-rc1-fixes |

Pull-request

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

Message

Kees Cook Dec. 23, 2022, 6:38 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 23, 2022, 8:08 p.m. UTC | #1
The pull request you sent on Fri, 23 Dec 2022 10:38:15 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/edb23125fd4a79003012bc619d2c604da922865e

Thank you!