From f7a3bf654752fa0e92c7ab3e57e48d3415632852 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 13 Aug 2020 12:44:32 -0500 Subject: kernel-5.9.0-0.rc0.20200813gitdc06fe51d26e.1 * Thu Aug 13 2020 Fedora Kernel Team [5.9.0-0.rc0.20200813gitdc06fe51d26e.1] - dc06fe51d26e rebase - More mismatches ("Justin M. Forbes") - Fedora config change due to deps ("Justin M. Forbes") - CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC ("Justin M. Forbes") - Config change required for build part 2 ("Justin M. Forbes") - Config change required for build ("Justin M. Forbes") - Fedora config update ("Justin M. Forbes") - Revert "Merge branch 'make_configs_fix' into 'os-build'" (Justin Forbes) - redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) - redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) - redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) - Updated changelog for the release based on v5.8 (Fedora Kernel Team) - Add ability to sync upstream through Makefile (Don Zickus) - Add master merge check (Don Zickus) - Replace hardcoded values 'os-build' and project id with variables (Don Zickus) - gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) - redhat/Makefile.common: Fix MARKER (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-Add-support-for-deprecating-processors.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '0001-Add-support-for-deprecating-processors.patch') diff --git a/0001-Add-support-for-deprecating-processors.patch b/0001-Add-support-for-deprecating-processors.patch index 189a97156..0789cfe38 100644 --- a/0001-Add-support-for-deprecating-processors.patch +++ b/0001-Add-support-for-deprecating-processors.patch @@ -130,10 +130,10 @@ Signed-off-by: Herton R. Krzesinski 2 files changed, 132 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c -index 95c090a45b4b..bcc6d2df56c0 100644 +index c5d6f17d9b9d..9bf902c26a6e 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c -@@ -1236,6 +1236,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c) +@@ -1253,6 +1253,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c) cpu_detect(c); get_cpu_vendor(c); get_cpu_cap(c); @@ -142,10 +142,10 @@ index 95c090a45b4b..bcc6d2df56c0 100644 setup_force_cpu_cap(X86_FEATURE_CPUID); diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index a3767e74c758..a1b8cb9a2579 100644 +index 3511736fbc74..112efbef3414 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c -@@ -44,6 +44,7 @@ +@@ -45,6 +45,7 @@ #include #include #include @@ -153,7 +153,7 @@ index a3767e74c758..a1b8cb9a2579 100644 /* * max_low_pfn_mapped: highest directly mapped pfn < 4 GB -@@ -753,7 +754,132 @@ static void __init trim_low_memory_range(void) +@@ -754,7 +755,132 @@ static void __init trim_low_memory_range(void) { memblock_reserve(0, ALIGN(reserve_low, PAGE_SIZE)); } @@ -287,7 +287,7 @@ index a3767e74c758..a1b8cb9a2579 100644 /* * Dump out kernel offset information on panic. */ -@@ -1250,6 +1376,10 @@ void __init setup_arch(char **cmdline_p) +@@ -1249,6 +1375,10 @@ void __init setup_arch(char **cmdline_p) efi_apply_memmap_quirks(); #endif -- cgit