[GIT PULL] parisc architecture fixes for v7.1-rc3

From: Helge Deller

Date: Wed May 06 2026 - 15:22:30 EST


Hi Linus,

please pull some small fixes for the parisc architecture.

Thanks!
Helge

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

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-7.1-rc3

for you to fetch changes up to 37b0dc5e279f35036fb638d1e187197b6c05a76d:

parisc: Fix IRQ leak in LASI driver (2026-05-04 11:48:12 +0200)

----------------------------------------------------------------
parisc architecture fixes for kernel v7.1-rc3:

- Revert "parisc: led: fix reference leak on failed device registration"
- Fix build failures introduced when allowing to build 32-/64-bit only VDSO
- Switch to dynamic parisc root device to avoid upcoming warnings
- Fix IRQ leak in LASI driver

----------------------------------------------------------------
Helge Deller (3):
Revert "parisc: led: fix reference leak on failed device registration"
parisc: Fix build failure for 32-bit kernel with PA2.0 instruction set
parisc: Fix 64-bit kernel build when CONFIG_COMPAT=n

Hongling Zeng (1):
parisc: Fix IRQ leak in LASI driver

Johan Hovold (1):
parisc: drivers: switch to dynamic root device

arch/parisc/Makefile | 16 +++++++++++-----
arch/parisc/include/asm/vdso.h | 7 ++++---
arch/parisc/kernel/Makefile | 7 +++++--
arch/parisc/kernel/drivers.c | 21 ++++++++++-----------
drivers/parisc/lasi.c | 12 ++++++++----
drivers/parisc/led.c | 6 ++----
6 files changed, 40 insertions(+), 29 deletions(-)