[GIT PULL] parisc architecture fixes for v7.0-rc3
From: Helge Deller
Date: Sat Mar 07 2026 - 15:17:43 EST
Hi Linus,
While testing Sasha Levin's "kallsyms: embed source file:line info in kernel
stack traces" patch series, which increases the typical kernel image size, I
found some issues with the parisc initial kernel mapping which may prevent the
kernel to boot.
The three small patches here fix this.
Please pull for kernel v7.0-rc3.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-7.0-rc3
for you to fetch changes up to 8475d8fe21ec9c7eb2faca555fbc5b68cf0d2597:
parisc: Fix initial page table creation for boot (2026-03-06 11:33:13 +0100)
----------------------------------------------------------------
parisc architecture fixes for kernel v7.0-rc3:
Three initial kernel mapping fixes
----------------------------------------------------------------
Helge Deller (3):
parisc: Increase initial mapping to 64 MB with KALLSYMS
parisc: Check kernel mapping earlier at bootup
parisc: Fix initial page table creation for boot
arch/parisc/include/asm/pgtable.h | 2 +-
arch/parisc/kernel/head.S | 7 ++++++-
arch/parisc/kernel/setup.c | 20 ++++++++++++--------
3 files changed, 19 insertions(+), 10 deletions(-)