[GIT PULL] pstore updates for v7.1-rc1

From: Kees Cook

Date: Mon Apr 13 2026 - 19:10:32 EST


Hi Linus,

Please pull these pstore updates for v7.1-rc1.

Thanks!

-Kees

The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:

Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v7.1-rc1

for you to fetch changes up to 24b8f8dcb9a139a36cf48bfbe935e8dc1f33ed79:

pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses (2026-04-10 23:59:41 -0700)

----------------------------------------------------------------
pstore updates for v7.1-rc1

- fix ftrace dump, when ECC is enabled (Andrey Skvortsov)

- fix resource leak when ioremap() fails (Cole Leavitt)

- Remove useless memblock header (Guilherme G. Piccoli)

- Fix ECC parameter help text (Guilherme G. Piccoli)

- Keep ftrace module parameter and debugfs switch in sync
(Guilherme G. Piccoli)

- Factor KASLR offset in the core kernel instruction addresses
(Guilherme G. Piccoli)

----------------------------------------------------------------
Andrey Skvortsov (1):
pstore: fix ftrace dump, when ECC is enabled

Cole Leavitt (1):
pstore/ram: fix resource leak when ioremap() fails

Guilherme G. Piccoli (4):
pstore/ramoops: Remove useless memblock header
pstore/ramoops: Fix ECC parameter help text
pstore/ftrace: Keep ftrace module parameter and debugfs switch in sync
pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses

fs/pstore/internal.h | 2 ++
fs/pstore/ftrace.c | 48 +++++++++++++++++++++++++++++++++++-------------
fs/pstore/inode.c | 12 +++++++-----
fs/pstore/ram.c | 2 +-
fs/pstore/ram_core.c | 5 ++++-
5 files changed, 49 insertions(+), 20 deletions(-)

--
Kees Cook