From 9046ff61b78cc8f22d34df48fb3b8fa4d7770319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 15 Nov 2019 20:55:12 +0100 Subject: [PATCH] linux3.16: update to 3.16.77 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/linux3.16/files/i386-dotconfig | 5 ++++- srcpkgs/linux3.16/files/x86_64-dotconfig | 5 ++++- srcpkgs/linux3.16/template | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux3.16/files/i386-dotconfig b/srcpkgs/linux3.16/files/i386-dotconfig index fecae97d386..c156fadda56 100644 --- a/srcpkgs/linux3.16/files/i386-dotconfig +++ b/srcpkgs/linux3.16/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.58 Kernel Configuration +# Linux/x86 3.16.77 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -523,6 +523,9 @@ CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_ARCH_RANDOM=y CONFIG_X86_SMAP=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set CONFIG_EFI=y CONFIG_EFI_STUB=y CONFIG_SECCOMP=y diff --git a/srcpkgs/linux3.16/files/x86_64-dotconfig b/srcpkgs/linux3.16/files/x86_64-dotconfig index 05ca2ba2c0f..335ab99a51a 100644 --- a/srcpkgs/linux3.16/files/x86_64-dotconfig +++ b/srcpkgs/linux3.16/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.57 Kernel Configuration +# Linux/x86 3.16.77 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -524,6 +524,9 @@ CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_ARCH_RANDOM=y CONFIG_X86_SMAP=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set CONFIG_EFI=y CONFIG_EFI_STUB=y CONFIG_EFI_MIXED=y diff --git a/srcpkgs/linux3.16/template b/srcpkgs/linux3.16/template index 51271955204..8c850012243 100644 --- a/srcpkgs/linux3.16/template +++ b/srcpkgs/linux3.16/template @@ -1,6 +1,6 @@ # Template file for 'linux3.16' pkgname=linux3.16 -version=3.16.76 +version=3.16.77 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" -checksum=2676108cdf9eb9a18e3a4bf0880d7b9f2c9879de3c00bc394b04f906ce6107e1 +checksum=4bf0e739b3587f0894bf86af18810fff21dd3dcb24212ceccc1554a8b77dae09 patch_args="-Np1" _kernver="${version}_${revision}"