Skip to content
Snippets Groups Projects
Commit 9be4969d authored by Seblu's avatar Seblu
Browse files

Enable CONFIG_BPF_JIT_ALWAYS_ON

parent e6c4be2a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
source=("$_repourl#tag=v${pkgver/_/-}" source=("$_repourl#tag=v${pkgver/_/-}"
"config.$CARCH") "config.$CARCH")
md5sums=('SKIP' md5sums=('SKIP'
'fe4fb51a47d7ef39fbc0879ddfbf8710') '006978ef823a63d4edbd00e38417e33e')
prepare() { prepare() {
# fake linux directory if necessary # fake linux directory if necessary
......
...@@ -229,7 +229,7 @@ CONFIG_KALLSYMS=y ...@@ -229,7 +229,7 @@ CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y CONFIG_BPF_SYSCALL=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_USERFAULTFD=y CONFIG_USERFAULTFD=y
# CONFIG_EMBEDDED is not set # CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y CONFIG_HAVE_PERF_EVENTS=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment