]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 's390-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jun 2025 15:26:25 +0000 (08:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jun 2025 15:26:25 +0000 (08:26 -0700)
commit51df97f90002cb055e966189bd46d831af69e155
tree47c7f5170ca057c9d649fb9545f89348e4aa2645
parent9c2f970518c900821acdac47bbd681b99a325e3d
parent7f8073cfb04a97842fe891ca50dad60afd1e3121
Merge tag 's390-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Alexander Gordeev:

 - Fix incorrectly dropped dereferencing of the stack nth entry
   introduced with a previous KASAN false positive fix

 - Use a proper memdup_array_user() helper to prevent overflow in a
   protected key size calculation

* tag 's390-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/ptrace: Fix pointer dereferencing in regs_get_kernel_stack_nth()
  s390/pkey: Prevent overflow in size calculation for memdup_user()