Hi Linus, Please pull some fixes and updates for the parisc architecture for 6.14-rc1: - Temporarily disable jump label support to avoid kernel crash with 32-bit kernel - Add vdso linker script to 'targets' instead of extra-y - Remove parisc versions of memcpy_toio and memset_io Thanks! Helge ---------------------------------------------------------------- The following changes since commit adc218676eef25575469234709c2d87185ca223a: Linux 6.12 (2024-11-17 14:15:08 -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.14-rc1 for you to fetch changes up to 3599bae489d86fbabe039f9a2ab5472ffb04f7f1: parisc: Temporarily disable jump label support (2025-01-20 21:05:32 +0100) ---------------------------------------------------------------- parisc architecture fixes and updates for kernel v6.14-rc1: - Temporarily disable jump label support to avoid kernel crash with 32-bit kernel - Add vdso linker script to 'targets' instead of extra-y - Remove parisc versions of memcpy_toio and memset_io ---------------------------------------------------------------- Helge Deller (1): parisc: Temporarily disable jump label support Julian Vetter (1): parisc: Remove memcpy_toio and memset_io Masahiro Yamada (1): parisc: add vdso linker script to 'targets' instead of extra-y arch/parisc/Kconfig | 4 ++-- arch/parisc/include/asm/io.h | 4 ---- arch/parisc/kernel/parisc_ksyms.c | 2 -- arch/parisc/kernel/vdso32/Makefile | 2 +- arch/parisc/kernel/vdso64/Makefile | 2 +- arch/parisc/lib/io.c | 47 -------------------------------------- 6 files changed, 4 insertions(+), 57 deletions(-)