lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 5 Jul 2023 09:17:41 +0200
From:   Helge Deller <deller@....de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
        James Bottomley <James.Bottomley@...senpartnership.com>,
        John David Anglin <dave.anglin@...l.net>
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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ