]> 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>
Tue, 16 Feb 2016 12:14:57 +0000 (13:14 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 16 Feb 2016 12:14:57 +0000 (13:14 +0100)
commit5b92973a224d48ba2ac4d2337ee4ea0eb766b847
treeeac511760095ae87cce978b369c80c079d347448
parent5241874ff398c588d7eb119a126b7dd9a2ada520
parent54774c7f4f6ceaff30bae1fa489eeeeb0cff53d6
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:

 * Prevent accidental deletion of EFI variables through efivarfs that
   may brick machines. We use a whitelist of known-safe variables to
   allow things like installing distributions to work out of the box, and
   instead restrict vendor-specific variable deletion by making
   non-whitelist variables immutable (Peter Jones)

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