]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Jun 2020 16:24:28 +0000 (09:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Jun 2020 16:24:28 +0000 (09:24 -0700)
commit99567516278bc86edab18edd0295e4a7e37d0e31
treeb23aea7239c62a9ac27496c974fa24e0ca20906a
parent5aa36d060d5bc70e977dae56e34ac3607d3face8
parent883549b12f1079b6eff50c1e47a37893d4516d78
Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Heiko Carstens:

 - Fix kernel crash on system call single stepping.

 - Make sure early program check handler is executed with DAT on to
   avoid an endless program check loop.

 - Add __GFP_NOWARN flag to debug feature to avoid user triggerable
   allocation failure messages.

* tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/debug: avoid kernel warning on too large number of pages
  s390/kasan: fix early pgm check handler execution
  s390: fix system call single stepping