]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Apr 2022 19:17:25 +0000 (12:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Apr 2022 19:17:25 +0000 (12:17 -0700)
commitbcc55a399cbd6eb0f7d9a54d61c03d4de08feb4f
tree02c0deca5f6ade06d4cc6d6bb2230bdb8dcff2cf
parenteaa92ce3cec9a1325cbb90b27816c01c90be0078
parente9bbd50b28f39bf6f017ad100b1e57bcd0f5b5dd
Merge tag 's390-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Heiko Carstens:

 - Convert current_stack_pointer to a register alias like it is assumed
   if ARCH_HAS_CURRENT_STACK_POINTER is selected. The existing
   implementation as a function breaks CONFIG_HARDENED_USERCOPY
   sanity-checks

 - Get rid of -Warray-bounds warning within kexec code

 - Add minimal IBM z16 support by reporting a proper elf platform, and
   adding compile options

 - Update defconfigs

* tag 's390-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfig
  s390: current_stack_pointer shouldn't be a function
  s390: update defconfigs
  s390/kexec: silence -Warray-bounds warning
  s390: allow to compile with z16 optimizations
  s390: add z16 elf platform