Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571845 > unrolled thread

[GIT PULL] EFI urgent fix for v4.10

Started byArd Biesheuvel <ard.biesheuvel@linaro.org>
First post2017-02-01 18:50 +0100
Last post2017-02-01 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] EFI urgent fix for v4.10 Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-02-01 18:50 +0100

#1571845 — [GIT PULL] EFI urgent fix for v4.10

FromArd Biesheuvel <ard.biesheuvel@linaro.org>
Date2017-02-01 18:50 +0100
Subject[GIT PULL] EFI urgent fix for v4.10
Message-ID<t67cC-tm-25@gated-at.bofh.it>
The following changes since commit 090abfc9dc7faf3f84799f956158c8c3af149a81:

  x86/efi: Always map first physical page into EFI pagetables (2017-01-27 20:20:01 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent

for you to fetch changes up to 3436384c23eec3afff9bde221c7582f9b504ce9e:

  efi: fdt: avoid FDT manipulation after ExitBootServices() (2017-02-01 16:33:37 +0000)

----------------------------------------------------------------
* Fix for unexpected fallout of a previous urgent fix that addressed handling
  of the memory map in the EFI stub FDT code, which turns out to break systems
  that disable the MMU in ExitBootServices() (which is a highly questionable
  practice by itself)

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi: fdt: avoid FDT manipulation after ExitBootServices()

 drivers/firmware/efi/libstub/fdt.c | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web