Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: kernel versions
with:
script: |
var all_kernels = ['4.19', '5.4', '5.10', '5.15', '6.1', '6.6', '6.12', 'bpf', 'bpf-net', 'bpf-next', 'rhel8.6', 'rhel8.9', 'rhel8.10' ]
var all_kernels = ['bpf-next', 'oracle' ]
var kernels = []
const kernel_label_prefix = 'gha-builds/kernel/'
res = await github.rest.issues.listLabelsOnIssue({
Expand Down
10 changes: 8 additions & 2 deletions _data/kernels.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "oracle",
"url": "https://github.com/pchaigno/linux?depth=1#verifier-oracle",
"opts": [
["--disable", "CONFIG_CGROUP_BPF"],
["--disable", "CONFIG_BPF_LSM"]
]
},
{
"name": "bpf-net",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1#net",
Expand Down Expand Up @@ -117,11 +125,9 @@
[ "--enable", "CONFIG_BPF_EVENTS" ],
[ "--enable", "CONFIG_BPF_JIT_DEFAULT_ON" ],
[ "--enable", "CONFIG_BPF_JIT" ],
[ "--enable", "CONFIG_BPF_LSM" ],
[ "--enable", "CONFIG_BPF_STREAM_PARSER" ],
[ "--enable", "CONFIG_BPF_SYSCALL" ],
[ "--enable", "CONFIG_BPF" ],
[ "--enable", "CONFIG_CGROUP_BPF" ],
[ "--enable", "CONFIG_CGROUP_DEVICE" ],
[ "--enable", "CONFIG_CGROUP_PIDS" ],
[ "--enable", "CONFIG_DEBUG_INFO_BTF_MODULES" ],
Expand Down
2 changes: 1 addition & 1 deletion versions/complexity-test/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251103.013252
20251105.220307
1 change: 1 addition & 0 deletions versions/complexity-test/oracle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251105.220307
2 changes: 1 addition & 1 deletion versions/kernel-images/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251103.013252
20251105.220307
1 change: 1 addition & 0 deletions versions/kernel-images/oracle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251105.220307
2 changes: 1 addition & 1 deletion versions/kind/amd64/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251103.013252-amd64
20251105.220307-amd64
1 change: 1 addition & 0 deletions versions/kind/amd64/oracle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251105.220307-amd64
2 changes: 1 addition & 1 deletion versions/kind/arm64/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251103.013252-arm64
20251105.220307-arm64
1 change: 1 addition & 0 deletions versions/kind/arm64/oracle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251105.220307-arm64