[GIT PULL] pstore updates for v6.5-rc1
From: Kees Cook
Date: Tue Jun 27 2023 - 19:55:27 EST
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(-)
--
Kees Cook