From b18e6e75364d806d76d99333646943f6765095fb Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 14 Apr 2015 09:54:01 -0400 Subject: [PATCH] Linux v4.0-2620-gb79013b2449c --- ARM-tegra-usb-no-reset.patch | 2 +- Add-EFI-signature-data-types.patch | 2 +- ...signature-blob-parser-and-key-loader.patch | 2 +- ...tomatically-enforce-module-signature.patch | 12 +- ...q-option-to-disable-secure-boot-mode.patch | 20 ++-- Kbuild-Add-an-option-to-enable-GCC-VTA.patch | 4 +- ...t-certificates-from-UEFI-Secure-Boot.patch | 2 +- ...PI-video-change-acpi-video-brightnes.patch | 4 +- config-arm-generic | 1 + config-arm64 | 2 + config-armv7 | 1 + config-armv7-generic | 4 + config-generic | 13 +- config-nodebug | 112 +++++++++--------- config-x86-generic | 2 +- efi-Add-EFI_SECURE_BOOT-bit.patch | 12 +- efi-Add-esrt-support.patch | 10 +- ...ECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch | 4 +- kbuild-AFTER_LINK.patch | 2 +- kernel.spec | 10 +- sources | 1 + ...atform-driver-use-64-bit-or-32-bit-D.patch | 4 +- ...-port-access-when-module-security-is.patch | 2 +- 23 files changed, 124 insertions(+), 104 deletions(-) diff --git a/ARM-tegra-usb-no-reset.patch b/ARM-tegra-usb-no-reset.patch index 7c6357876..c7b72f532 100644 --- a/ARM-tegra-usb-no-reset.patch +++ b/ARM-tegra-usb-no-reset.patch @@ -9,7 +9,7 @@ Patch for disconnect issues with storage attached to a 1 file changed, 7 insertions(+) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c -index d7c3d5a35946..a1121fc01e8c 100644 +index 3b7151687776..4b19e7e5bc01 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -5006,6 +5006,13 @@ static void hub_event(struct work_struct *work) diff --git a/Add-EFI-signature-data-types.patch b/Add-EFI-signature-data-types.patch index eb05d8b8c..8ed0156b0 100644 --- a/Add-EFI-signature-data-types.patch +++ b/Add-EFI-signature-data-types.patch @@ -14,7 +14,7 @@ Signed-off-by: David Howells 1 file changed, 20 insertions(+) diff --git a/include/linux/efi.h b/include/linux/efi.h -index c74cbd892032..1293d0e0bf90 100644 +index aa4ee20ec8bb..958d1d9a5af8 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -589,6 +589,12 @@ void efi_native_runtime_setup(void); diff --git a/Add-an-EFI-signature-blob-parser-and-key-loader.patch b/Add-an-EFI-signature-blob-parser-and-key-loader.patch index ecec5f3db..8ae785875 100644 --- a/Add-an-EFI-signature-blob-parser-and-key-loader.patch +++ b/Add-an-EFI-signature-blob-parser-and-key-loader.patch @@ -159,7 +159,7 @@ index 000000000000..424896a0b169 + return 0; +} diff --git a/include/linux/efi.h b/include/linux/efi.h -index 1293d0e0bf90..706b16fa6de8 100644 +index 958d1d9a5af8..3dd6f4a51b9b 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -925,6 +925,10 @@ extern bool efi_poweroff_required(void); diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch index 97faf1a7e..c86a03912 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -33,10 +33,10 @@ index 82fbdbc1e0b0..a811210ad486 100644 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures 2D0/A00 ALL e820_map E820 memory map table diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig -index b7d31ca55187..ab403a636357 100644 +index faff6934c05a..4accc52523b4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig -@@ -1695,6 +1695,16 @@ config EFI_MIXED +@@ -1690,6 +1690,16 @@ config EFI_MIXED If unsure, say N. @@ -115,10 +115,10 @@ index ef17683484e9..105e7360d747 100644 setup_efi_pci(boot_params); diff --git a/arch/x86/include/uapi/asm/bootparam.h b/arch/x86/include/uapi/asm/bootparam.h -index 225b0988043a..90dbfb73e11f 100644 +index ab456dc233b5..74ba4083e7ce 100644 --- a/arch/x86/include/uapi/asm/bootparam.h +++ b/arch/x86/include/uapi/asm/bootparam.h -@@ -133,7 +133,8 @@ struct boot_params { +@@ -134,7 +134,8 @@ struct boot_params { __u8 eddbuf_entries; /* 0x1e9 */ __u8 edd_mbr_sig_buf_entries; /* 0x1ea */ __u8 kbd_status; /* 0x1eb */ @@ -129,10 +129,10 @@ index 225b0988043a..90dbfb73e11f 100644 * The sentinel is set to a nonzero value (0xff) in header.S. * diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 0a2421cca01f..a3d8174dedf9 100644 +index d74ac33290ae..88dad730e858 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c -@@ -1151,6 +1151,12 @@ void __init setup_arch(char **cmdline_p) +@@ -1156,6 +1156,12 @@ void __init setup_arch(char **cmdline_p) io_delay_init(); diff --git a/Add-sysrq-option-to-disable-secure-boot-mode.patch b/Add-sysrq-option-to-disable-secure-boot-mode.patch index cc4dfbf17..11c226ffe 100644 --- a/Add-sysrq-option-to-disable-secure-boot-mode.patch +++ b/Add-sysrq-option-to-disable-secure-boot-mode.patch @@ -15,7 +15,7 @@ Upstream-status: Fedora mustard 7 files changed, 65 insertions(+), 10 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 26c5d54124c1..dab298f03a9c 100644 +index d99c8c38914f..bfb77c4faae6 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -70,6 +70,11 @@ @@ -30,7 +30,7 @@ index 26c5d54124c1..dab298f03a9c 100644 #include