]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Dec 2025 03:48:30 +0000 (15:48 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Dec 2025 03:48:30 +0000 (15:48 +1200)
commit64e68f8a95eb771273d8d19f9dc1f763524e56d9
tree09c420e94ad289a3fd3fb41996f3c43c96e4398d
parent40fbbd64bba6c6e7a72885d2f59b6a3be9991eeb
parent489e96651dfe59794195c6b2ddb78835edd9f2ed
Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Alexander Gordeev:

 - 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

* tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/stacktrace: Do not fallback to RA register
  s390/pci: Annotate lock context imbalance in zpci_release_device()
  s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()
  s390/ipl: Clear SBP flag when bootprog is set