]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Aug 2020 19:51:58 +0000 (12:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Aug 2020 19:51:58 +0000 (12:51 -0700)
commitfd4eef7571bd50fff1e602dee1434a34c78aec83
tree88add698c5a91dc5b9496392fe7e6dca1508cc38
parentfb2e60e54a20b0dc854dca58a1ebfca214d80ea4
parent7cef734346cc349456a9cd0aa1628b2727140324
Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - Disable preemption trace in percpu macros since the lockdep code
   itself uses percpu variables now and it causes recursions.

 - Fix kernel space 4-level paging broken by recent vmem rework.

* tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/vmem: fix vmem_add_range for 4-level paging
  s390: don't trace preemption in percpu macros