]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming...
authorIngo Molnar <mingo@kernel.org>
Fri, 11 Apr 2014 08:25:28 +0000 (10:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 11 Apr 2014 08:25:28 +0000 (10:25 +0200)
commit50df17c91dc85f631cc82e118836c5e845fe9758
tree36aeeed4fecefcd60343dc05e5de512c497bdc68
parentcea2e56bc4cc8b74631150c88bd73b2f42b4375b
parentc5379e00d2fef685fc514905b30fe482add046ec
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent

Pull EFI fixes from Matt Fleming:

"* Fix EFI boot regression introduced during the merge window where the
   firmware was reading random values from the stack because we were
   passing a pointer to the wrong object type.

 * Kernel corruption has been reported when booting with the EFI boot
   stub which was tracked down to setting a bogus value for
   bp->hdr.code32_start, resulting in corruption during relocation.

 * Olivier Martin reported that the wrong file handles were being passed
   to efi_file_(read|close), which works for x86 by luck due to the way
   that the FAT driver is implemented, but doesn't work on ARM."

Signed-off-by: Ingo Molnar <mingo@kernel.org>