Hi Linus, please pull a second round of fixes for the parisc architecture for kernel 6.5-rc1. This fixes all outstanding compiler warnings when compiled with W=1 in the arch/parisc/ and drivers/parisc/ directories. Thanks! Helge ---------------------------------------------------------------- The following changes since commit a901a3568fd26ca9c4a82d8bc5ed5b3ed844d451: Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2023-07-02 11:14:54 -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.5-rc1-2 for you to fetch changes up to f8a473bf5db7a6abaa7cad40303e395dff702819: parisc: syscalls: Avoid compiler warnings with W=1 (2023-07-03 18:56:03 +0200) ---------------------------------------------------------------- parisc architecture fixes and updates for kernel v6.5-rc1 (pt 2): * Fix all compiler warnings in arch/parisc and drivers/parisc when compiled with W=1 ---------------------------------------------------------------- Helge Deller (6): parisc: pdt: Get prototype for arch_report_meminfo() parisc: smp: Add declaration for start_cpu_itimer() parisc: unwind: Avoid missing prototype warning for handle_interruption() parisc: Raise minimal GCC version to 12.0.0 parisc: math-emu: Avoid compiler warnings with W=1 parisc: syscalls: Avoid compiler warnings with W=1 arch/parisc/include/asm/processor.h | 2 ++ arch/parisc/kernel/Makefile | 3 +++ arch/parisc/kernel/pdt.c | 1 + arch/parisc/kernel/smp.c | 2 -- arch/parisc/kernel/unwind.c | 5 +++-- arch/parisc/math-emu/Makefile | 3 ++- scripts/min-tool-version.sh | 4 ++-- 7 files changed, 13 insertions(+), 7 deletions(-)