]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 May 2020 19:28:44 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 May 2020 19:28:44 +0000 (12:28 -0700)
commit57cc0ad5bde56b869f442c6f0d49676977aaa872
tree4ec3e3ad9a635a1e72dea4fc1f1b2f497fa9d3fc
parentfcf4103b507bcfc417d0244f7392c33be08937a0
parent5fcc0c284f67dd6bc32dbef9b0c0e8d6fabc909e
Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

 - a fix for the recent change to how we restore non-volatile GPRs,
   which broke our emulation of reading from the DSCR (Data Stream
   Control Register).

 - a fix for the recent rewrite of interrupt/syscall exit in C, we need
   to exclude KCOV from that code, otherwise it can lead to
   unrecoverable faults.

Thanks to Daniel Axtens.

* tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit code
  powerpc/64s: Fix restore of NV GPRs after facility unavailable exception