From 7c8d2774422c84bd5fdda8a3740389bd9665343b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 2 Feb 2018 17:17:32 +0100 Subject: [PATCH] linux4.14: update to 4.14.16 --- srcpkgs/linux4.14/files/arm64-dotconfig | 3 ++- srcpkgs/linux4.14/files/armv5tel-dotconfig | 3 ++- srcpkgs/linux4.14/files/i386-dotconfig | 3 ++- srcpkgs/linux4.14/files/x86_64-dotconfig | 3 ++- srcpkgs/linux4.14/template | 6 +++--- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/srcpkgs/linux4.14/files/arm64-dotconfig b/srcpkgs/linux4.14/files/arm64-dotconfig index 7453c9a3ff7..c210cb94ab5 100644 --- a/srcpkgs/linux4.14/files/arm64-dotconfig +++ b/srcpkgs/linux4.14/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.14.11 Kernel Configuration +# Linux/arm64 4.14.16 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -202,6 +202,7 @@ CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_ADVISE_SYSCALLS=y diff --git a/srcpkgs/linux4.14/files/armv5tel-dotconfig b/srcpkgs/linux4.14/files/armv5tel-dotconfig index e9c23d4dd94..1b2d3ac0e66 100644 --- a/srcpkgs/linux4.14/files/armv5tel-dotconfig +++ b/srcpkgs/linux4.14/files/armv5tel-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.14.11 Kernel Configuration +# Linux/arm 4.14.16 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -174,6 +174,7 @@ CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_ADVISE_SYSCALLS=y diff --git a/srcpkgs/linux4.14/files/i386-dotconfig b/srcpkgs/linux4.14/files/i386-dotconfig index f7977488731..814b6353f87 100644 --- a/srcpkgs/linux4.14/files/i386-dotconfig +++ b/srcpkgs/linux4.14/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 4.14.14 Kernel Configuration +# Linux/i386 4.14.16 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -168,6 +168,7 @@ CONFIG_CGROUP_DEVICE=y CONFIG_CGROUP_CPUACCT=y CONFIG_CGROUP_PERF=y CONFIG_CGROUP_BPF=y +CONFIG_BPF_JIT_ALWAYS_ON=y # CONFIG_CGROUP_DEBUG is not set CONFIG_SOCK_CGROUP_DATA=y CONFIG_CHECKPOINT_RESTORE=y diff --git a/srcpkgs/linux4.14/files/x86_64-dotconfig b/srcpkgs/linux4.14/files/x86_64-dotconfig index 410ecee1a4c..ee924c4ca02 100644 --- a/srcpkgs/linux4.14/files/x86_64-dotconfig +++ b/srcpkgs/linux4.14/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.14.14 Kernel Configuration +# Linux/x86_64 4.14.16 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -229,6 +229,7 @@ CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_ADVISE_SYSCALLS=y diff --git a/srcpkgs/linux4.14/template b/srcpkgs/linux4.14/template index 4f74ddc18e3..1dd1f48c5be 100644 --- a/srcpkgs/linux4.14/template +++ b/srcpkgs/linux4.14/template @@ -1,7 +1,7 @@ # Template file for 'linux4.14' pkgname=linux4.14 -version=4.14.15 -revision=3 +version=4.14.16 +revision=1 patch_args="-Np1" wrksrc="linux-${version}" maintainer="Juan RP " @@ -9,7 +9,7 @@ homepage="http://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=ffc393a0c66f80375eacd3fb177b92e5c9daa07de0dcf947e925e049352e6142 +checksum=070bdb482245977b1ff7f9008eb6455ec27501fb7438426bb54f3b592513ac24 nodebug=yes # -dbg package is generated below manually nostrip=yes