]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Oct 2015 14:46:41 +0000 (10:46 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Oct 2015 14:46:41 +0000 (10:46 -0400)
commit757bb4add3413de571491798721451beb1cf792b
tree3a29fedfd77b578a568916ce4c3b6cf2750b8a77
parentc8cfd7bc845f6ec05361b47b2c00d7a258915142
parentf445785d8742a78fcb44045a07cadc69fcac0c08
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull EFI fixes from Ingo Molnar:
 "Two EFI fixes: one for x86, one for ARM, fixing a boot crash bug that
  can trigger under newer EFI firmware"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
  x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down