feat: Update rbpf to mainline (#1209)

* feat: Update rbpf to mainline

Enable JIT compilation on x86 platform.

Signed-off-by: Godones <chenlinfeng25@outlook.com>

* fix: remove rbpf test

Signed-off-by: Godones <chenlinfeng25@outlook.com>

* fix: remove rbpf info

Signed-off-by: Godones <chenlinfeng25@outlook.com>

---------

Signed-off-by: Godones <chenlinfeng25@outlook.com>
This commit is contained in:
linfeng
2025-06-20 10:49:59 +08:00
committed by GitHub
parent 799e573259
commit 723ac05719
45 changed files with 190 additions and 22257 deletions

View File

@ -84,7 +84,6 @@ trigger_files = ["kernel/src/virt", "kernel/src/arch/x86_64/kvm"]
[autolabel."T-Obs and Test"]
trigger_files = [
"/kernel/crates/rbpf",
"/kernel/crates/kprobe",
"/kernel/src/debug/kprobe",
"/kernel/src/bpf",
@ -167,7 +166,6 @@ infra = ["@dragonos/infra"]
"/kernel/src/arch/x86_64/kvm" = ["virtulization"]
"/kernel/src/arch/x86_64" = ["x86_64"]
"/kernel/src/arch/riscv64" = ["riscv64"]
"/kernel/crates/rbpf" = ["sig-obs"]
"/kernel/crates/kprobe" = ["sig-obs"]
"/kernel/src/debug/kprobe" = ["sig-obs"]
"/kernel/src/bpf" = ["sig-obs"]