[GIT PULL] parisc architecture fix for v6.18-rc5

From: Helge Deller

Date: Fri Nov 07 2025 - 14:36:08 EST


Hi Linus,

please pull a single fix for the parisc architecture, which fixes
a spinlock recursion/crash in the parisc stack unwinding code.

Thanks!
Helge

----------------------------------------------------------------

The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:

Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.18-rc5

for you to fetch changes up to fd9f30d1038ee1624baa17a6ff11effe5f7617cb:

parisc: Avoid crash due to unaligned access in unwinder (2025-11-04 12:21:59 +0100)

----------------------------------------------------------------
parisc architecture fix for kernel v6.18-rc5:

- fix crash triggered by unaligned access in parisc unwinder

----------------------------------------------------------------
Helge Deller (1):
parisc: Avoid crash due to unaligned access in unwinder

arch/parisc/kernel/unwind.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)