]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent' into x86/urgent
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 22 May 2013 17:58:57 +0000 (10:58 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 22 May 2013 17:58:57 +0000 (10:58 -0700)
commit47ea3694c662b23002ceb6b8c4cecbdab5245b9a
treec5e2a223fdc8d82595b8cdf4471d7c0589078e7d
parent6cc42a68050565ae7c2ed71a73cf151661f61064
parent0b7537172aa3d42024d88c67fc51ed8cd99e59d3
Merge tag 'efi-urgent' into x86/urgent

 * Avoid confusing the user by returning -EIO instead of -ENOENT in
   efivarfs if an EFI variable gets deleted from under us and return EOF
   when reading from a zero-length file - Lingzhu Xiang

 * Fix an oops in efivar_update_sysfs_entries() caused by reusing (and
   therefore corrupting) a kzalloc() allocation - Seiji Aguchi

 * Initialise the DataSize argument to GetVariable() otherwise it will
   not be updated with the actual size of the variable on return.
   Discovered on a Acer Aspire V3 BIOS - Lee, Chun-Yi

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