linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes and updates for v6.19-rc1
@ 2025-12-06 19:48 Helge Deller
  0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2025-12-06 19:48 UTC (permalink / raw)
  To: linux-parisc; +Cc: James Bottomley, John David Anglin, Sven Schnelle

Hi Linus,

please pull a few fixes and updates for the parisc architecture for 6.19-rc1.

A fix which allows booting on the very old 710 workstations, and two fixes in
the syscall entry/exit path which allow to execute 64-bit userspace binaries.
Note that although we currently support a 64-bit (static) kernel to support
more than 4 GB RAM, there is no support for 64-bit userspace for parisc-linux
yet, but Dave and Sven are making slowly progress to port and fix glibc and
gcc.

Thanks!
Helge

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

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -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.19-rc1

for you to fetch changes up to dca7da244349eef4d78527cafc0bf80816b261f5:

  parisc: Do not reprogram affinitiy on ASP chip (2025-11-25 15:23:02 +0100)

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

- Fix boot on 710 workstation by not reprogramming ASP chip
- Fix 64bit userspace syscalls (64-bit userspace is still being
  developed)
- minor code cleanups in asm/bug.h and perf_regs.c

----------------------------------------------------------------
Finn Thain (1):
      parisc: Drop linux/kernel.h include from asm/bug.h header

Helge Deller (2):
      parisc: Drop padding fields and layers entries from inventory log
      parisc: Do not reprogram affinitiy on ASP chip

Jiapeng Chong (1):
      parisc: remove unneeded semicolon in perf_regs.c

Sven Schnelle (2):
      parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()
      parisc: entry.S: fix space adjustment on interruption for 64-bit userspace

 arch/parisc/include/asm/bug.h    |  2 --
 arch/parisc/kernel/asm-offsets.c |  2 ++
 arch/parisc/kernel/drivers.c     |  8 +-------
 arch/parisc/kernel/entry.S       | 16 ++++++++++++----
 arch/parisc/kernel/perf_regs.c   |  2 +-
 drivers/parisc/gsc.c             |  4 +++-
 6 files changed, 19 insertions(+), 15 deletions(-)

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

* [GIT PULL] parisc architecture fixes and updates for v6.19-rc1
@ 2025-12-06 21:17 Helge Deller
  2025-12-07  0:27 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Helge Deller @ 2025-12-06 21:17 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc
  Cc: James Bottomley, John David Anglin, Sven Schnelle

Hi Linus,

please pull a few fixes and updates for the parisc architecture for 6.19-rc1.

A fix which allows booting on the very old 710 workstations, and two fixes in
the syscall entry/exit path which allow to execute 64-bit userspace binaries.
Note that although we currently have a 64-bit (static) kernel to allow more
than 4 GB physical RAM, there is no support for 64-bit userspace for
parisc-linux yet, but Dave and Sven are making slowly progress to port and fix
glibc and gcc.

Thanks!
Helge

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

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -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.19-rc1

for you to fetch changes up to dca7da244349eef4d78527cafc0bf80816b261f5:

  parisc: Do not reprogram affinitiy on ASP chip (2025-11-25 15:23:02 +0100)

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

- Fix boot on 710 workstation by not reprogramming ASP chip
- Fix 64bit userspace syscalls (64-bit userspace is still being
  developed)
- minor code cleanups in asm/bug.h and perf_regs.c

----------------------------------------------------------------
Finn Thain (1):
      parisc: Drop linux/kernel.h include from asm/bug.h header

Helge Deller (2):
      parisc: Drop padding fields and layers entries from inventory log
      parisc: Do not reprogram affinitiy on ASP chip

Jiapeng Chong (1):
      parisc: remove unneeded semicolon in perf_regs.c

Sven Schnelle (2):
      parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()
      parisc: entry.S: fix space adjustment on interruption for 64-bit userspace

 arch/parisc/include/asm/bug.h    |  2 --
 arch/parisc/kernel/asm-offsets.c |  2 ++
 arch/parisc/kernel/drivers.c     |  8 +-------
 arch/parisc/kernel/entry.S       | 16 ++++++++++++----
 arch/parisc/kernel/perf_regs.c   |  2 +-
 drivers/parisc/gsc.c             |  4 +++-
 6 files changed, 19 insertions(+), 15 deletions(-)

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

* Re: [GIT PULL] parisc architecture fixes and updates for v6.19-rc1
  2025-12-06 21:17 [GIT PULL] parisc architecture fixes and updates for v6.19-rc1 Helge Deller
@ 2025-12-07  0:27 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2025-12-07  0:27 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin, Sven Schnelle

The pull request you sent on Sat, 6 Dec 2025 22:17:16 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.19-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50471f8b7371c95c72c168eb45e4f42f1514fd5e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2025-12-07  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-06 21:17 [GIT PULL] parisc architecture fixes and updates for v6.19-rc1 Helge Deller
2025-12-07  0:27 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-12-06 19:48 Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).