From 6a50f368784f29b0772f265a05b9e395bb2c23ff Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 30 Jun 2015 13:01:28 -0400 Subject: Linux v4.1-11355-g6aaf0da8728c - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266) --- MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch') diff --git a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch index 640a9a791..dd58bd144 100644 --- a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch +++ b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch @@ -25,10 +25,10 @@ Signed-off-by: Josh Boyer create mode 100644 kernel/modsign_uefi.c diff --git a/include/linux/efi.h b/include/linux/efi.h -index 1ed1fa0ea172..6d392cbf7243 100644 +index 414c3c3d988d..d920a6be6c8b 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h -@@ -600,6 +600,12 @@ void efi_native_runtime_setup(void); +@@ -601,6 +601,12 @@ void efi_native_runtime_setup(void); #define EFI_CERT_X509_GUID \ EFI_GUID( 0xa5c059a1, 0x94e4, 0x4aa7, 0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 ) -- cgit