[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aDv5G-QGm102O5nO@p100>
Date: Sun, 1 Jun 2025 08:54:19 +0200
From: Helge Deller <deller@....de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org
Subject: [GIT PULL] parisc architecture fixes and updates for v6.16-rc1
Hi Linus,
Please pull the patches for the parisc architecture for this merge window.
Nothing exiting this time:
header cleanups, a printk formatting fix and enablement of building with gcc-15.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
Linux 6.15-rc4 (2025-04-27 15:19:23 -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.16-rc1
for you to fetch changes up to 213205889d5ffc19cb8df06aa6778b2d4724c887:
parisc/unaligned: Fix hex output to show 8 hex chars (2025-05-31 16:50:39 +0200)
----------------------------------------------------------------
parisc architecture updates for kernel v6.16-rc1:
Fix building with gcc-15, formatting fix on unaligned warnings
and replace __ASSEMBLY__ with __ASSEMBLER__ in headers.
----------------------------------------------------------------
Arnd Bergmann (1):
parisc: fix building with gcc-15
Helge Deller (1):
parisc/unaligned: Fix hex output to show 8 hex chars
Thomas Huth (2):
parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
arch/parisc/boot/compressed/Makefile | 1 +
arch/parisc/include/asm/alternative.h | 4 ++--
arch/parisc/include/asm/assembly.h | 4 ++--
arch/parisc/include/asm/barrier.h | 4 ++--
arch/parisc/include/asm/cache.h | 4 ++--
arch/parisc/include/asm/current.h | 4 ++--
arch/parisc/include/asm/dwarf.h | 4 ++--
arch/parisc/include/asm/fixmap.h | 4 ++--
arch/parisc/include/asm/ftrace.h | 4 ++--
arch/parisc/include/asm/jump_label.h | 4 ++--
arch/parisc/include/asm/kexec.h | 4 ++--
arch/parisc/include/asm/kgdb.h | 2 +-
arch/parisc/include/asm/linkage.h | 4 ++--
arch/parisc/include/asm/page.h | 6 +++---
arch/parisc/include/asm/pdc.h | 4 ++--
arch/parisc/include/asm/pdcpat.h | 4 ++--
arch/parisc/include/asm/pgtable.h | 8 ++++----
arch/parisc/include/asm/prefetch.h | 4 ++--
arch/parisc/include/asm/processor.h | 8 ++++----
arch/parisc/include/asm/psw.h | 4 ++--
arch/parisc/include/asm/signal.h | 4 ++--
arch/parisc/include/asm/smp.h | 4 ++--
arch/parisc/include/asm/spinlock_types.h | 4 ++--
arch/parisc/include/asm/thread_info.h | 4 ++--
arch/parisc/include/asm/traps.h | 2 +-
arch/parisc/include/asm/unistd.h | 4 ++--
arch/parisc/include/asm/vdso.h | 4 ++--
arch/parisc/include/uapi/asm/pdc.h | 4 ++--
arch/parisc/include/uapi/asm/signal.h | 4 ++--
arch/parisc/kernel/unaligned.c | 2 +-
30 files changed, 61 insertions(+), 60 deletions(-)
Powered by blists - more mailing lists