2023-07-05 07:46:01

by Helge Deller

[permalink] [raw]
Subject: [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1

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


2023-07-05 18:28:50

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1

The pull request you sent on Wed, 5 Jul 2023 09:17:41 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a95b03d4cf780611ac6903fddc79e6d9789966e

Thank you!

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

2023-07-05 18:46:13

by Sam James

[permalink] [raw]
Subject: Re: [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1


Helge Deller <[email protected]> writes:

> 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.

It should be fine for now, but I think we need to do something about the
-Wno-implicit-int and -Wno-implicit-function-declaration. Newer
compilers are starting to ban these and may well remove the ability to
disable the errors entirely (Clang is planning on this at least - I know
we don't have LLVM on HPPA, but still).