]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Mar 2020 19:42:03 +0000 (12:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Mar 2020 19:42:03 +0000 (12:42 -0700)
commit25dfe1cc87edec1de0355e5b3e2285c338cd65b7
treef7031471854dd2bf99d707735ba72e0fddf3defa
parent405390f1cc82faed158244bbff925f2f0634f01c
parent784e368d152b45c8dc5faedcd071c65993c191b5
Merge tag 'efi-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull EFI fixes from Thomas Gleixner:
 "Two EFI fixes:

   - Prevent a race and buffer overflow in the sysfs efivars interface
     which causes kernel memory corruption.

   - Add the missing NULL pointer checks in efivar_store_raw()"

* tag 'efi-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi: Add a sanity check to efivar_store_raw()
  efi: Fix a race and a buffer overflow while reading efivars via sysfs