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)
commit3151b942badd059431eff93833cc1e957195b53b
tree36aeeed4fecefcd60343dc05e5de512c497bdc68
parentf704a7d7f1d815621cb4c47f7a94787e1bd7c27c
parent47514c996fac5e6f13ef3a4c5e23f1c5cffabb7b
Merge tag 'efi-urgent' of git://git./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>