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: <20251216133240.3233961A30-agordeev@linux.ibm.com>
Date: Tue, 16 Dec 2025 14:32:40 +0100
From: Alexander Gordeev <agordeev@...ux.ibm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Vasily Gorbik <gor@...ux.ibm.com>, Heiko Carstens <hca@...ux.ibm.com>,
        linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] s390 fixes for 6.19-rc2

Hi Linus,

please pull s390 fixes for 6.19-rc2.

Thanks,
Alexander

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.19-3

for you to fetch changes up to 489e96651dfe59794195c6b2ddb78835edd9f2ed:

  s390/stacktrace: Do not fallback to RA register (2025-12-14 11:03:58 +0100)

----------------------------------------------------------------
s390 fixes for 6.19-rc2

- clear 'Search boot program' flag when 'bootprog' sysfs file is
  written to override a value set from Hardware Management Console

- fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()
  functions when triggering PCI device recovery using sysfs

- annotate the expected lock context imbalance in zpci_release_device()
  function to fix a sparse complaint

- fix the logic to fallback to the return address register value in
  the topmost frame when stack tracing uses a back chain

----------------------------------------------------------------
Benjamin Block (2):
      s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()
      s390/pci: Annotate lock context imbalance in zpci_release_device()

Jens Remus (1):
      s390/stacktrace: Do not fallback to RA register

Sven Schnelle (1):
      s390/ipl: Clear SBP flag when bootprog is set

 .clang-format                    |  1 +
 arch/s390/include/uapi/asm/ipl.h |  1 +
 arch/s390/kernel/ipl.c           | 48 +++++++++++++++-----
 arch/s390/kernel/stacktrace.c    | 18 +-------
 arch/s390/pci/pci.c              |  7 ++-
 arch/s390/pci/pci_bus.c          | 98 +++++++++++++++++++++++++++++-----------
 arch/s390/pci/pci_bus.h          | 15 +++++-
 7 files changed, 131 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ