]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Apr 2025 15:17:40 +0000 (08:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Apr 2025 15:17:40 +0000 (08:17 -0700)
commit9b03fa105c6978f0e20fd311ac903226a9e89890
tree5ac8c2a4dd312f6af1a14665e40bf56715f1386a
parent900241a5cc15e6e0709a012051cc72d224cd6a6e
parentaa1ac98268cd1f380c713f07e39b1fa1d5c7650c
Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 updates from Heiko Carstens:
 "Note that besides two bug fixes this includes three commits for IBM
  z17, which was announced this week.

   - Add IBM z17 bits:
       - Setup elf_platform for new machine types
       - Allow to compile the kernel with z17 optimizations
       - Add new performance counters

   - Fix mismatch between indicator bits and queue indexes in virtio CCW code

   - Fix double free in pmu setup error path"

* tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/cpumf: Fix double free on error in cpumf_pmu_event_init()
  s390/cpumf: Update CPU Measurement facility extended counter set support
  s390: Allow to compile with z17 optimizations
  s390: Add z17 elf platform
  s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues