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


Groups > linux.kernel > #1622242 > unrolled thread

[GIT PULL] EFI urgent fix

Started byMatt Fleming <matt@codeblueprint.co.uk>
First post2017-04-12 17:30 +0200
Last post2017-04-12 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] EFI urgent fix Matt Fleming <matt@codeblueprint.co.uk> - 2017-04-12 17:30 +0200

#1622242 — [GIT PULL] EFI urgent fix

FromMatt Fleming <matt@codeblueprint.co.uk>
Date2017-04-12 17:30 +0200
Subject[GIT PULL] EFI urgent fix
Message-ID<tvsnv-680-7@gated-at.bofh.it>
Folks, please pull the single below fix from Omar which fixes a kexec
boot regression.

I've based the pull on tip/efi/urgent since the EFI urgent queue
hasn't reached Linus' tree yet.

The following changes since commit 55d728a40d368ba80443be85c02e641fc9082a3f:

  efi/fb: Avoid reconfiguration of BAR that covers the framebuffer (2017-04-05 12:25:53 +0200)

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 09ca0b10e8100a48aa94eb8649f4c6c904e5d196:

  x86/efi: Don't try to reserve runtime regions (2017-04-12 16:17:20 +0100)

----------------------------------------------------------------
 - Fix a crash on kexec boot introduced by the recent
   efi_mem_reserve() code in the ESRT driver, which double-reserved
   EFI runtime regions - Omar Sandoval

----------------------------------------------------------------
Omar Sandoval (1):
      x86/efi: Don't try to reserve runtime regions

 arch/x86/platform/efi/quirks.c | 4 ++++
 1 file changed, 4 insertions(+)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web