efi: Make our variable validation list include the guid
authorPeter Jones <pjones@redhat.com>
Mon, 8 Feb 2016 19:48:14 +0000 (14:48 -0500)
committerMatt Fleming <matt@codeblueprint.co.uk>
Wed, 10 Feb 2016 16:25:31 +0000 (16:25 +0000)
commit8282f5d9c17fe15a9e658c06e3f343efae1a2a2f
tree9d2adb18786fde7115c0928068e29c4e2bd5373c
parent3dcb1f55dfc7631695e69df4a0d589ce5274bd07
efi: Make our variable validation list include the guid

All the variables in this list so far are defined to be in the global
namespace in the UEFI spec, so this just further ensures we're
validating the variables we think we are.

Including the guid for entries will become more important in future
patches when we decide whether or not to allow deletion of variables
based on presence in this list.

Signed-off-by: Peter Jones <pjones@redhat.com>
Tested-by: Lee, Chun-Yi <jlee@suse.com>
Acked-by: Matthew Garrett <mjg59@coreos.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
drivers/firmware/efi/efivars.c
drivers/firmware/efi/vars.c
include/linux/efi.h
This page took 0.028321 seconds and 5 git commands to generate.