All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for v6.10-rc1
@ 2024-05-17 18:43 Helge Deller
  2024-05-17 19:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2024-05-17 18:43 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-17 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 18:43 [GIT PULL] parisc architecture fixes for v6.10-rc1 Helge Deller
2024-05-17 19:01 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.