[GIT PULL] parisc architecture fixes and updates for v7.3-rc1

From: Helge Deller

Date: Sun Aug 23 2026 - 13:17:52 EST


Hi Linus,

please pull the fixes and updates for parisc for kernel 7.3-rc1.

Nothing exciting this time, just usual small fixes and cleanups.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:

Linux 7.2-rc6 (2026-08-02 16:24:24 -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.3-rc1

for you to fetch changes up to 8b585431a16cfb9d8f2955a9fa0787ce3dceb3c2:

parisc: eisa: Fix infinite loop when parsing invalid IRQ value (2026-08-18 11:43:05 +0200)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v7.3-rc1:

- Drop PER_HPUX personality from UAPI headers
- Infinite loop fix when parsing IRQ value in eisa code
- Switch to use asm-generic/serial.h
- Prevent possible unaligned asm code in head.S

----------------------------------------------------------------
Geert Uytterhoeven (1):
parisc: superio: Spelling s/Peterson/Petersen/

Helge Deller (2):
UAPI: Drop PER_HPUX personality
parisc: Fix alignment of asm statements in head.S

Jean Delu (1):
parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()

Muhammad Usama Anjum (1):
parisc: sba_iommu: Remove dead DEBUG_DMB_TRAP code

Pei Xiao (1):
parisc: eisa: Fix infinite loop when parsing invalid IRQ value

Thorsten Blum (1):
parisc: Use asm-generic/serial.h

arch/parisc/include/asm/serial.h | 8 --------
arch/parisc/kernel/head.S | 1 +
drivers/parisc/eisa.c | 5 +++++
drivers/parisc/eisa_eeprom.c | 1 +
drivers/parisc/sba_iommu.c | 21 ---------------------
drivers/parisc/superio.c | 2 +-
include/uapi/linux/personality.h | 1 -
7 files changed, 8 insertions(+), 31 deletions(-)
delete mode 100644 arch/parisc/include/asm/serial.h