]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Apr 2019 17:21:29 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Apr 2019 17:21:29 +0000 (10:21 -0700)
commit037904a22bf8b2c999a6e2a8ba971b549c1e9600
treeb62e0b0feaf8efcd895e544815ee2e37a781588d
parent15d4e26b816a39f2d1ba40bacb8e8ecf8884477c
parent0d02113b31b2017dd349ec9df2314e798a90fa6e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - Fix an early boot crash in the RSDP parsing code by effectively
   turning off the parsing call - we ran out of time but want to fix the
   regression. The more involved fix is being worked on.

 - Fix a crash that can trigger in the kmemlek code.

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm: Fix a crash with kmemleak_scan()
  x86/boot: Disable RSDP parsing temporarily