lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 23 Dec 2022 10:38:15 -0800
From:   Kees Cook <keescook@...omium.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Anton Vorontsov <anton@...msg.org>,
        Colin Cross <ccross@...roid.com>,
        Connor O'Brien <connoro@...gle.com>,
        John Stultz <jstultz@...gle.com>,
        Kees Cook <keescook@...omium.org>, kernel-team@...roid.com,
        kernel test robot <lkp@...el.com>,
        Luca Stefani <luca@...mprivacy.com>,
        Midas Chien <midaschieh@...gle.com>,
        Tony Luck <tony.luck@...el.com>, Wei Wang <wvw@...gle.com>
Subject: [GIT PULL] pstore updates for v6.2-rc1-fixes

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ