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]
Message-ID: <Z-fcI2QOldcZOi4f@p100>
Date: Sat, 29 Mar 2025 12:40:19 +0100
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.15-rc1

Hi Linus,

Please pull the updates for the parisc architecture for 6.15-rc1:

Drop parisc specific memcpy_fromio() function,
clean up coding style and fix compile warnings.

Thanks!
Helge

----------------------------------------------------------------

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.15-rc1

for you to fetch changes up to e822b8f01b40eb193cf7ebb059ac7c560a562d6f:

  parisc: led: Use scnprintf() to avoid string truncation warning (2025-03-09 22:27:54 +0100)

----------------------------------------------------------------
parisc architecture updates for kernel v6.15-rc1:

Drop parisc specific memcpy_fromio() function,
clean up coding style and fix compile warnings.

----------------------------------------------------------------
Helge Deller (2):
      Input: gscps2 - Describe missing function parameters
      parisc: led: Use scnprintf() to avoid string truncation warning

Julian Vetter (2):
      parisc: Fix formatting errors in io.c
      parisc: Remove memcpy_fromio

Thadeu Lima de Souza Cascardo (1):
      parisc: perf: use named initializers for struct miscdevice

Yu-Chun Lin (1):
      parisc: PDT: Fix missing prototype warning

 arch/parisc/include/asm/io.h      |   3 -
 arch/parisc/kernel/parisc_ksyms.c |   1 -
 arch/parisc/kernel/pdt.c          |   2 +
 arch/parisc/kernel/perf.c         |   6 +-
 arch/parisc/lib/io.c              | 119 ++++++++++----------------------------
 drivers/input/serio/gscps2.c      |   6 ++
 drivers/parisc/led.c              |   4 +-
 7 files changed, 41 insertions(+), 100 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ