]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 's390-7.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux master
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jul 2026 23:48:44 +0000 (16:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jul 2026 23:48:44 +0000 (16:48 -0700)
commitc6859eed755df351a3978b33cb92365f9b3e8f06
tree6efb2d4ea9253083de5732a42eabb6f0a501f514
parent80c1c309d8f2f02573c20410150ade13d8377af7
parent49145bce539117db4b6e9e83c0e5ef528e361050
Merge tag 's390-7.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - Fix checksum lib on machines without the vector facility where the
   non-vector fallback made csum_partial() calculate the checksum from
   address 0 instead of the provided buffer

 - Fix cpum_cf perf event initialization missing speculation barrier for
   user controlled event numbers used as generic event array indexes

* tag 's390-7.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/perf_cpum_cf: Add missing array_index_nospec() to __hw_perf_event_init()
  s390/checksum: Fix csum_partial() without vector facility