Skip to content

Commit

Permalink
Merge pull request #1089 from etsal/etsal/bump-libbpf-rs
Browse files Browse the repository at this point in the history
bump libbpf-rs version to 0.24.8, specify libbpf-sys version 1.4.6+1.4.7
  • Loading branch information
etsal authored Dec 11, 2024
2 parents c2e21ed + 684b64e commit 5960298
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 18 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/scx_rustland_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Framework to implement sched_ext schedulers running in user space
[dependencies]
anyhow = "1.0.65"
plain = "0.2.3"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
scx_utils = { path = "../scx_utils", version = "1.0.8" }

Expand Down
7 changes: 4 additions & 3 deletions rust/scx_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ bindgen = ">=0.69"
glob = "0.3"
hex = "0.4.3"
lazy_static = "1.4"
libbpf-cargo = "0.24.1"
libbpf-rs = "0.24.1"
libbpf-sys = "=1.4.6"
libbpf-cargo = "=0.24.8"
libbpf-rs = "=0.24.8"
log = "0.4.17"
nvml-wrapper = { version = "0.10.0", optional = true }
paste = "1.0"
Expand All @@ -34,7 +35,7 @@ anyhow = "1.0.65"
bindgen = ">=0.69"
glob = "0.3"
lazy_static = "1.4"
libbpf-cargo = "0.24.1"
libbpf-cargo = "=0.24.8"
sscanf = "0.4"
tar = "0.4"
vergen = { version = "8.0.0", features = ["cargo", "git", "gitcl"] }
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_bpfland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.65"
ctrlc = { version = "3.1", features = ["termination"] }
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
crossbeam = "0.8.4"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.7" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.7" }
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_flash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.65"
ctrlc = { version = "3.1", features = ["termination"] }
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
crossbeam = "0.8.4"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.7" }
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.7" }
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_lavd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ctrlc = { version = "3.1", features = ["termination"] }
fb_procfs = "0.7"
hex = "0.4.3"
itertools = "0.13.0"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_layered/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ctrlc = { version = "3.1", features = ["termination"] }
fastrand = "2.1.1"
fb_procfs = "0.7"
lazy_static = "1.4"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
log = "0.4.17"
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.7" }
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_mitosis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ctrlc = { version = "3.1", features = ["termination"] }
fb_procfs = "0.7"
itertools = "0.13.0"
lazy_static = "1.4"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
log = "0.4.17"
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_rlfifo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPL-2.0-only"
anyhow = "1.0.65"
plain = "0.2.3"
ctrlc = { version = "3.1", features = ["termination"] }
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.8" }
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.2.4" }
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_rustland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plain = "0.2.3"
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
ctrlc = { version = "3.1", features = ["termination"] }
fb_procfs = "0.7"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_rusty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
crossbeam = "0.8.4"
ctrlc = { version = "3.1", features = ["termination"] }
fb_procfs = "0.7"
libbpf-rs = "0.24.1"
libbpf-rs = "=0.24.8"
libc = "0.2.137"
log = "0.4.17"
ordered-float = "3.4.0"
Expand Down

0 comments on commit 5960298

Please sign in to comment.