]> 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)
commit7980b9623b1341d3414911599590c813b0cff4dd
tree88add698c5a91dc5b9496392fe7e6dca1508cc38
parent9658824fc55c87aea865d730c016d8f28874b053
parent52caa535fdf32d9e8672ddfcb9e9d9b7f295ca77
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