linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1
@ 2023-07-05  7:17 Helge Deller
  2023-07-05 18:19 ` pr-tracker-bot
  2023-07-05 18:31 ` Sam James
  0 siblings, 2 replies; 3+ messages in thread
From: Helge Deller @ 2023-07-05  7:17 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

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

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

* Re: [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1
  2023-07-05  7:17 [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1 Helge Deller
@ 2023-07-05 18:19 ` pr-tracker-bot
  2023-07-05 18:31 ` Sam James
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-07-05 18:19 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

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

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

* Re: [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1
  2023-07-05  7:17 [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1 Helge Deller
  2023-07-05 18:19 ` pr-tracker-bot
@ 2023-07-05 18:31 ` Sam James
  1 sibling, 0 replies; 3+ messages in thread
From: Sam James @ 2023-07-05 18:31 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin


Helge Deller <deller@gmx.de> 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).

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

end of thread, other threads:[~2023-07-05 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05  7:17 [GIT PULL] more parisc architecture fixes & updates for v6.5-rc1 Helge Deller
2023-07-05 18:19 ` pr-tracker-bot
2023-07-05 18:31 ` Sam James

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