mbox series

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

Message ID 202403111631.BB91A2422@keescook (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] pstore updates for v6.9-rc1 | expand

Pull-request

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

Message

Kees Cook March 11, 2024, 11:32 p.m. UTC
Hi Linus,

Please pull these handful of pstore updates for v6.9-rc1. Details below.

Thanks!

-Kees

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c8d25d696f526a42ad8cf615dc1131c0b00c662e:

  pstore/zone: Don't clear memory twice (2024-03-09 12:33:22 -0800)

----------------------------------------------------------------
pstore updates for v6.9-rc1

- Make PSTORE_RAM available by default on arm64 (NĂ­colas F. R. A. Prado)

- Allow for dynamic initialization in modular build (Guilherme G. Piccoli)

- Add missing allocation failure check (Kunwu Chan)

- Avoid duplicate memory zeroing (Christophe JAILLET)

- Avoid potential double-free during pstorefs umount

----------------------------------------------------------------
Christophe JAILLET (1):
      pstore/zone: Don't clear memory twice

Guilherme G. Piccoli (1):
      efi: pstore: Allow dynamic initialization based on module parameter

Kees Cook (1):
      pstore: inode: Only d_invalidate() is needed

Kunwu Chan (1):
      pstore/zone: Add a null pointer check to the psz_kmsg_read

NĂ­colas F. R. A. Prado (2):
      pstore/ram: Register to module device table
      arm64: defconfig: Enable PSTORE_RAM

 arch/arm64/configs/defconfig      |  1 +
 drivers/firmware/efi/efi-pstore.c | 43 +++++++++++++++++++++++++++++++--------
 fs/pstore/inode.c                 | 10 +++------
 fs/pstore/ram.c                   |  1 +
 fs/pstore/zone.c                  |  3 ++-
 5 files changed, 42 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2024, 10:24 p.m. UTC | #1
The pull request you sent on Mon, 11 Mar 2024 16:32:30 -0700:

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

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

Thank you!