Skip to content
Commit 2d82e622 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: vars: Move efivar caching layer into efivarfs



Move the fiddly bits of the efivar layer into its only remaining user,
efivarfs, and confine its use to that particular module. All other uses
of the EFI variable store have no need for this additional layer of
complexity, given that they either only read variables, or read and
write variables into a separate GUIDed namespace, and cannot be used to
manipulate EFI variables that are covered by the EFI spec and/or affect
the boot flow.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent bbc6d2c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment