mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-30 10:13:26 +00:00
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:
@ -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"]
|
||||
|
Reference in New Issue
Block a user