Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2020 12:41:41 +0000 (06:41 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2020 12:41:41 +0000 (06:41 -0600)
commite130a920f69399777062f9fe7763abe895d386b0
treeb036019bf4b28104efe2c7daf9163bced957a354
parent98d54f81e36ba3bf92172791eba5ca5bd813989b
parentbe36f9e7517e17810ec369626a128d7948942259
Merge branch 'efi-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull EFI fixes from Ingo Molnar:
 "Three fixes to EFI mixed boot mode, mostly related to x86-64 vmap
  stacks activated years ago, bug-fixed recently for EFI, which had
  knock-on effects of various 1:1 mapping assumptions in mixed mode.

  There's also a READ_ONCE() fix for reading an mmap-ed EFI firmware
  data field only once, out of caution"

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi: READ_ONCE rng seed size before munmap
  efi/x86: Handle by-ref arguments covering multiple pages in mixed mode
  efi/x86: Remove support for EFI time and counter services in mixed mode
  efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper