From 5adc2bae607761de171861c97d21736872b8d110 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 20 Jan 2018 01:11:23 -0500 Subject: [PATCH] linux4.9: update to 4.9.77. (#10944) --- srcpkgs/linux4.9/files/i386-dotconfig | 4 +++- srcpkgs/linux4.9/files/x86_64-dotconfig | 4 +++- srcpkgs/linux4.9/template | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux4.9/files/i386-dotconfig b/srcpkgs/linux4.9/files/i386-dotconfig index 796afc76100..9e90a3db7e0 100644 --- a/srcpkgs/linux4.9/files/i386-dotconfig +++ b/srcpkgs/linux4.9/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 4.9.62 Kernel Configuration +# Linux/i386 4.9.77 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -389,6 +389,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y CONFIG_X86_MPPARSE=y # CONFIG_X86_BIGSMP is not set # CONFIG_GOLDFISH is not set +CONFIG_RETPOLINE=y # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_INTEL_LPSS=y CONFIG_X86_AMD_PLATFORM_DEVICE=y @@ -1727,6 +1728,7 @@ CONFIG_DEV_COREDUMP=y # CONFIG_SYS_HYPERVISOR is not set # CONFIG_GENERIC_CPU_DEVICES is not set CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_SPI=y diff --git a/srcpkgs/linux4.9/files/x86_64-dotconfig b/srcpkgs/linux4.9/files/x86_64-dotconfig index fcd81794ff7..018f14d92a6 100644 --- a/srcpkgs/linux4.9/files/x86_64-dotconfig +++ b/srcpkgs/linux4.9/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.9.75 Kernel Configuration +# Linux/x86_64 4.9.77 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -408,6 +408,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y CONFIG_X86_X2APIC=y CONFIG_X86_MPPARSE=y # CONFIG_GOLDFISH is not set +CONFIG_RETPOLINE=y # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_INTEL_LPSS=y CONFIG_X86_AMD_PLATFORM_DEVICE=y @@ -1746,6 +1747,7 @@ CONFIG_DEV_COREDUMP=y CONFIG_SYS_HYPERVISOR=y # CONFIG_GENERIC_CPU_DEVICES is not set CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_SPI=y diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index 8da269853bb..6ede2947631 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -1,6 +1,6 @@ # Template file for 'linux4.9' pkgname=linux4.9 -version=4.9.76 +version=4.9.77 revision=1 patch_args="-Np1" wrksrc="linux-${version}" @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=b82b94332cffaaeade74495264c989dafb96d4748503f87a5b7c436f5de887de +checksum=7c29bc3fb96f1e23d98f664e786dddd53a1599f56431b9b7fdfba402a4b3705c nodebug=yes # -dbg package is generated below manually nostrip=yes