mbox series

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

Message ID ZkelZteEp_Cgqwo1@p100 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] parisc architecture fixes for v6.10-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.10-1

Message

Helge Deller May 17, 2024, 6:43 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 17, 2024, 7:01 p.m. UTC | #1
The pull request you sent on Fri, 17 May 2024 20:43:50 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.10-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7ee332c9f12bc5b380e36919cd7d056592a7073f

Thank you!