Skip to content
Closed
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', 'all-insns-pruning-points']
var kernels = []
const kernel_label_prefix = 'gha-builds/kernel/'
res = await github.rest.issues.listLabelsOnIssue({
Expand Down
85 changes: 6 additions & 79 deletions _data/kernels.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,18 @@
{
"kernels": [
{
{
"name": "bpf-next",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1",
"opts": [
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "bpf",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git?depth=1",
"opts": [
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "bpf-net",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1#net",
"opts": [
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "6.12",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-6.12.y",
"opts": [
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "6.6",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-6.6.y",
"opts": [
[ "--enable", "CONFIG_FUSE_FS"]
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "6.1",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-6.1.y",
"name": "all-insns-pruning-points",
"url": "https://github.com/pchaigno/linux?depth=1#all-insns-pruning-points",
"opts": [
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "5.15",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-5.15.y",
"opts": [
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "5.10",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-5.10.y",
"opts": [
[ "--enable", "CONFIG_FUSE_FS"]
]
},
{
"name": "5.4",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-5.4.y",
"opts": [
[ "--enable", "CONFIG_FUSE_FS"],
[ "--enable", "CONFIG_BPF_JIT_ALWAYS_ON"]
]
},
{
"name": "4.19",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-4.19.y",
"opts": [
[ "--enable", "CONFIG_BPF_JIT_ALWAYS_ON"]
]
},
{
"name": "rhel8",
"opts": [
[ "--enable", "CONFIG_EFI" ],
[ "--enable", "CONFIG_EXT4_FS"],
[ "--disable", "CONFIG_SECURITY_APPARMOR"],
[ "--disable", "CONFIG_MODULE_SIG"],
[ "--disable", "CONFIG_MODULE_SIG_ALL"],
[ "--disable", "CONFIG_IPV6_SEG6_LWTUNNEL" ],
[ "--enable", "CONFIG_RANDOMIZE_BASE" ],
[ "--enable", "CONFIG_RELOCATABLE" ],
[ "--enable", "CONFIG_NETKIT"],
[ "--enable", "CONFIG_FUSE_FS"]
]
}
Expand Down
1 change: 1 addition & 0 deletions versions/complexity-test/all-insns-pruning-points
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251101.181947
2 changes: 1 addition & 1 deletion versions/complexity-test/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251031.120020
20251101.181947
1 change: 1 addition & 0 deletions versions/kernel-images/all-insns-pruning-points
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251101.181947
2 changes: 1 addition & 1 deletion versions/kernel-images/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251031.120020
20251101.181947
1 change: 1 addition & 0 deletions versions/kind/amd64/all-insns-pruning-points
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251101.181947-amd64
2 changes: 1 addition & 1 deletion versions/kind/amd64/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251031.120020-amd64
20251101.181947-amd64
1 change: 1 addition & 0 deletions versions/kind/arm64/all-insns-pruning-points
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20251101.181947-arm64
2 changes: 1 addition & 1 deletion versions/kind/arm64/bpf-next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20251031.120020-arm64
20251101.181947-arm64