[GIT PULL] parisc architecture fixes for v6.10-rc1

From: Helge Deller
Date: Fri May 17 2024 - 14:44:01 EST


Hi Linus,

Please pull a few small fixes & updates for the parisc architecture for 6.10-rc1.

Fix sigset_t in uapi headers and silence one compiler warning in hugetlb code.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

Linux 6.9-rc6 (2024-04-28 13:47: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-6.10-1

for you to fetch changes up to d4a599910193b85f76c100e30d8551c8794f8c2a:

parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA (2024-05-15 17:14:26 +0200)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v6.10-rc1:

- Define sigset_t in parisc uapi header to fix build of util-linux
- Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA to avoid compiler warning
- Drop unused 'exc_reg' struct in math-emu code

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
parisc/math-emu: Remove unused struct 'exc_reg'

Helge Deller (2):
parisc: Define sigset_t in parisc uapi header
parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA

arch/parisc/include/asm/page.h | 1 +
arch/parisc/include/asm/signal.h | 12 ------------
arch/parisc/include/uapi/asm/signal.h | 10 ++++++++++
arch/parisc/math-emu/driver.c | 6 ------
4 files changed, 11 insertions(+), 18 deletions(-)