]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Apr 2021 18:09:25 +0000 (11:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Apr 2021 18:09:25 +0000 (11:09 -0700)
commit49fb79d6db23a4f0f74c4d495cb0373023d3ae83
tree69c761c6bb47b6e42f5da7832b7a16ba626a24f7
parentd02bdc09b8fb82fbb167526b382a2eb772fa4f90
parentb7f70d12006de3937d22e1cc4317e3f9bf7e1e22
Merge tag 's390-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Heiko Carstens:

 - fix incorrect dereference of the ext_params2 external interrupt
   parameter, which leads to an instant kernel crash if a pfault
   interrupt occurs.

 - add forgotten stack unwinder support, and fix memory leak for the
   new machine check handler stack.

 - fix inline assembly register clobbering due to KASAN code
   instrumentation.

* tag 's390-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/setup: use memblock_free_late() to free old stack
  s390/irq: fix reading of ext_params2 field from lowcore
  s390/unwind: add machine check handler stack
  s390/cpcmd: fix inline assembly register clobbering