From 5bc7027bcde9c79ca0d3f0c75628e0e66db9bee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 2 Feb 2018 07:44:36 +0100 Subject: [PATCH] linux4.9: update to 4.9.79 Enable CONFIG_BPF_JIT_ALWAYS_ON=y in the default config files. --- srcpkgs/linux4.9/files/arm64-dotconfig | 3 ++- srcpkgs/linux4.9/files/i386-dotconfig | 3 ++- srcpkgs/linux4.9/files/x86_64-dotconfig | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.9/files/arm64-dotconfig b/srcpkgs/linux4.9/files/arm64-dotconfig index 8ed089a6642..f328e7ea3b0 100644 --- a/srcpkgs/linux4.9/files/arm64-dotconfig +++ b/srcpkgs/linux4.9/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.9.21 Kernel Configuration +# Linux/arm64 4.9.79 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -189,6 +189,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.9/files/i386-dotconfig b/srcpkgs/linux4.9/files/i386-dotconfig index 9e90a3db7e0..b29d999fd7d 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.77 Kernel Configuration +# Linux/i386 4.9.79 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -212,6 +212,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.9/files/x86_64-dotconfig b/srcpkgs/linux4.9/files/x86_64-dotconfig index 018f14d92a6..e32d3bea1a0 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.77 Kernel Configuration +# Linux/x86_64 4.9.79 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -221,6 +221,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