]> git.baikalelectronics.ru Git - kernel.git/commit
Merge remote-tracking branch 'efi/urgent' into x86/urgent
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 14 Feb 2014 19:11:18 +0000 (11:11 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 14 Feb 2014 19:11:18 +0000 (11:11 -0800)
commitc489b4ab67a7d291e77a22dce5d35ae0eaee892f
tree24f9673614a98a06fd8f4254c63b306dddd5aac6
parente66c90021a8b7db180773a09e6bc4cadf40cabff
parent6f8c43b48939b4a204668f746005315e36629cf7
Merge remote-tracking branch 'efi/urgent' into x86/urgent

There have been reports of EFI crashes since -rc1. The following two
commits fix known issues.

 * Fix boot failure on 32-bit EFI due to the recent EFI memmap changes
   merged during the merge window - Borislav Petkov

 * Avoid a crash during efi_bgrt_init() by detecting invalid BGRT
   headers based on the 'status' field.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>