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

Message ID 202306271655.F397BDF@keescook
State New
Headers
Series [GIT,PULL] pstore updates for v6.5-rc1 |

Pull-request

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

Message

Kees Cook June 27, 2023, 11:55 p.m. UTC
  Hi Linus,

Please pull these tiny pstore updates for v6.5-rc1.

Thanks!

-Kees

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d97038d5ec2062733c1e016caf9baaf68cf64ea1:

  pstore/ram: Add check for kstrdup (2023-06-14 11:52:10 -0700)

----------------------------------------------------------------
pstore updates for v6.5-rc1

- Check for out-of-memory condition (Jiasheng Jiang)

- Convert to platform remove callback returning void (Uwe Kleine-König)

----------------------------------------------------------------
Jiasheng Jiang (1):
      pstore/ram: Add check for kstrdup

Uwe Kleine-König (1):
      pstore/ram: Convert to platform remove callback returning void

 fs/pstore/ram.c      | 6 ++----
 fs/pstore/ram_core.c | 2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 28, 2023, 4:50 a.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 16:55:18 -0700:

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

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

Thank you!