[GIT PULL] pstore updates for v6.14-rc1
From: Kees Cook
Date: Wed Jan 15 2025 - 19:22:45 EST
Hi Linus,
Please pull these small pstore updates for v6.14-rc1.
Thanks!
-Kees
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.14-rc1
for you to fetch changes up to 067cdf020329a07dd8ee1574c3086998343b1b2b:
pstore/zone: avoid dereferencing zero sized ptr after init zones (2025-01-10 08:51:46 -0800)
----------------------------------------------------------------
pstore updates for v6.14-rc1
- pstore/blk: trivial typo fixes (Eugen Hristev)
- pstore/zone: reject zero-sized allocations (Eugen Hristev)
----------------------------------------------------------------
Eugen Hristev (2):
pstore/blk: trivial typo fixes
pstore/zone: avoid dereferencing zero sized ptr after init zones
fs/pstore/blk.c | 4 ++--
fs/pstore/zone.c | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
--
Kees Cook