mbox series

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

Message ID 202409160124.07E708A@keescook (mailing list archive)
State New
Headers show
Series [GIT,PULL] pstore updates for v6.12-rc1 | expand

Pull-request

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

Message

Kees Cook Sept. 16, 2024, 8:24 a.m. UTC
Hi Linus,

Please pull these pstore updates for v6.12-rc1.

Thanks!

-Kees

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1bf8012fc6997f2117f6919369cde16659db60e0:

  pstore: replace spinlock_t by raw_spinlock_t (2024-08-26 13:33:50 -0700)

----------------------------------------------------------------
pstore updates for v6.12-rc1

- ramoops: Fix .rst typo (Steven Rostedt)

- pstore: replace spinlock_t by raw_spinlock_t (Wen Yang)

----------------------------------------------------------------
Steven Rostedt (1):
      pstore/ramoops: Fix typo as there is no "reserver"

Wen Yang (1):
      pstore: replace spinlock_t by raw_spinlock_t

 Documentation/admin-guide/ramoops.rst | 2 +-
 fs/pstore/platform.c                  | 8 ++++----
 include/linux/pstore.h                | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 18, 2024, 10:40 a.m. UTC | #1
The pull request you sent on Mon, 16 Sep 2024 01:24:35 -0700:

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

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

Thank you!