[GIT PULL] parisc architecture fixes for v6.8-rc6

From: Helge Deller
Date: Fri Feb 23 2024 - 12:56:12 EST


Hi Linus,

Please pull four small fixes for the parisc architecture for 6.8-rc6:

Fixes CPU hotplug, the parisc stack unwinder and two possible build errors
in kprobes and ftrace area.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.8-rc6

for you to fetch changes up to 882a2a724ee964c1ebe7268a91d5c8c8ddc796bf:

parisc: Fix stack unwinder (2024-02-19 21:55:22 +0100)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.8-rc6:

- Fix CPU hotplug
- Fix unaligned accesses and faults in stack unwinder
- Fix potential build errors by always including asm-generic/kprobes.h
- Fix build bug by add missing CONFIG_DYNAMIC_FTRACE check

----------------------------------------------------------------
Guenter Roeck (1):
parisc: Fix stack unwinder

Helge Deller (1):
Revert "parisc: Only list existing CPUs in cpu_possible_mask"

Max Kellermann (2):
parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check
parisc/kprobes: always include asm-generic/kprobes.h

arch/parisc/include/asm/kprobes.h | 3 ++-
arch/parisc/kernel/ftrace.c | 2 +-
arch/parisc/kernel/processor.c | 8 --------
arch/parisc/kernel/unwind.c | 14 ++++++--------
4 files changed, 9 insertions(+), 18 deletions(-)