Skip to content

Commit 86a53f3

Browse files
committed
Add CONFIG_BPF_JIT_ALWAYS_ON to 4.19 5.4
We use CONFIG_BPF_JIT_DEFAULT_ON in common options to enable jit by default, but that option is not available in 4.19 and 5.4. Signed-off-by: Jiri Olsa <[email protected]>
1 parent dbc208b commit 86a53f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_data/kernels.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@
6464
"name": "5.4",
6565
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-5.4.y",
6666
"opts": [
67-
[ "--enable", "CONFIG_FUSE_FS"]
67+
[ "--enable", "CONFIG_FUSE_FS"],
68+
[ "--enable", "CONFIG_BPF_JIT_ALWAYS_ON"]
6869
]
6970
},
7071
{
7172
"name": "4.19",
72-
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-4.19.y"
73+
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-4.19.y",
74+
"opts": [
75+
[ "--enable", "CONFIG_BPF_JIT_ALWAYS_ON"]
76+
]
7377
},
7478
{
7579
"name": "rhel8",

0 commit comments

Comments
 (0)