diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-09-11 21:05:23 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-09-11 21:05:55 -0400 |
commit | 356f0cab41941c3a24ede9d1085296123fdc376e (patch) | |
tree | 1ebbfb08078d0ff516bb038f7c4650df46e895e2 /modsign-uefi.patch | |
parent | 5f27adc0d3e466cb2012002c6bfae342edd4704b (diff) | |
download | kernel-356f0cab41941c3a24ede9d1085296123fdc376e.tar.gz kernel-356f0cab41941c3a24ede9d1085296123fdc376e.tar.xz kernel-356f0cab41941c3a24ede9d1085296123fdc376e.zip |
Linux v3.11-9411-gc2d9572
Diffstat (limited to 'modsign-uefi.patch')
-rw-r--r-- | modsign-uefi.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modsign-uefi.patch b/modsign-uefi.patch index c705260dc..4002500ce 100644 --- a/modsign-uefi.patch +++ b/modsign-uefi.patch @@ -321,8 +321,8 @@ index 4ca7072..b19cc6e 100644 +struct key *system_blacklist_keyring; +#endif - extern __initdata const u8 system_certificate_list[]; - extern __initdata const u8 system_certificate_list_end[]; + extern __initconst const u8 system_certificate_list[]; + extern __initconst const u8 system_certificate_list_end[]; @@ -41,6 +44,20 @@ static __init int system_trusted_keyring_init(void) panic("Can't allocate system trusted keyring\n"); |