-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #620 from sched-ext/htejun/release
version: v1.0.4
- Loading branch information
Showing
14 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[package] | ||
name = "scx_loader" | ||
version = "0.1.0" | ||
version = "1.0.4" | ||
authors = ["Vladislav Nepogodin <[email protected]>"] | ||
edition = "2021" | ||
description = "DBUS on-demand loader of sched-ext schedulers" | ||
license = "GPL-2.0-only" | ||
|
||
[dependencies] | ||
anyhow = "1.0" | ||
anyhow = "1.0.65" | ||
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] } | ||
colored = "2" | ||
ctrlc = { version = "3.1", features = ["termination"] } | ||
log = "0.4" | ||
log = "0.4.17" | ||
nix = { features = ["process", "signal"], default-features = false, version = "0.29" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
tokio = { version = "1.39", features = ["macros", "sync", "rt-multi-thread", "process"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_stats" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
edition = "2021" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
license = "GPL-2.0-only" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_stats_derive" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
edition = "2021" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
license = "GPL-2.0-only" | ||
|
@@ -13,6 +13,6 @@ proc-macro = true | |
[dependencies] | ||
proc-macro2 = "1.0" | ||
quote = "1.0" | ||
scx_stats = { path = "..", version = "1.0.3" } | ||
scx_stats = { path = "..", version = "1.0.4" } | ||
serde_json = "1.0" | ||
syn = { version = "2.0", features = ["extra-traits", "full"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_utils" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
edition = "2021" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
license = "GPL-2.0-only" | ||
|
@@ -22,7 +22,7 @@ log = "0.4.17" | |
nvml-wrapper = "0.10.0" | ||
paste = "1.0" | ||
regex = "1.10" | ||
scx_stats = { path = "../scx_stats", version = "1.0.3" } | ||
scx_stats = { path = "../scx_stats", version = "1.0.4" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
sscanf = "0.4" | ||
tar = "0.4" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_bpfland" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Andrea Righi <[email protected]>"] | ||
edition = "2021" | ||
description = "A vruntime-based sched_ext scheduler that prioritizes interactive workloads. https://github.com/sched-ext/scx/tree/main" | ||
|
@@ -13,15 +13,15 @@ clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] } | |
crossbeam = "0.8.4" | ||
libbpf-rs = "0.24.1" | ||
log = "0.4.17" | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
simplelog = "0.12" | ||
rlimit = "0.10.1" | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
|
||
[features] | ||
enable_backtrace = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_lavd" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Changwoo Min <[email protected]>", "Igalia"] | ||
edition = "2021" | ||
description = "A Latency-criticality Aware Virtual Deadline (LAVD) scheduler based on sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main" | ||
|
@@ -19,9 +19,9 @@ libbpf-rs = "0.24.1" | |
libc = "0.2.137" | ||
log = "0.4.17" | ||
ordered-float = "3.4.0" | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
simplelog = "0.12" | ||
static_assertions = "1.1.0" | ||
|
@@ -30,7 +30,7 @@ plain = "0.2.3" | |
gpoint = "0.2" | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
|
||
[features] | ||
enable_backtrace = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_layered" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Tejun Heo <[email protected]>", "Meta"] | ||
edition = "2021" | ||
description = "A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main" | ||
|
@@ -18,15 +18,15 @@ lazy_static = "1.4" | |
libbpf-rs = "0.24.1" | ||
libc = "0.2.137" | ||
log = "0.4.17" | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
simplelog = "0.12" | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
|
||
[features] | ||
enable_backtrace = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_rlfifo" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Andrea Righi <[email protected]>"] | ||
edition = "2021" | ||
description = "A simple FIFO scheduler in Rust that runs in user-space" | ||
|
@@ -12,11 +12,11 @@ plain = "0.2.3" | |
ctrlc = { version = "3.1", features = ["termination"] } | ||
libbpf-rs = "0.24.1" | ||
libc = "0.2.137" | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.1" } | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.1" } | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_rustland" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Andrea Righi <[email protected]>"] | ||
edition = "2021" | ||
description = "A BPF component (dispatcher) that implements the low level sched-ext functionalities and a user-space counterpart (scheduler), written in Rust, that implements the actual scheduling policy. This is used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main" | ||
|
@@ -17,14 +17,14 @@ libc = "0.2.137" | |
log = "0.4.17" | ||
ordered-float = "3.4.0" | ||
serde = { version = "1.0", features = ["derive"] } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.1" } | ||
simplelog = "0.12" | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "2.0.1" } | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "scx_rusty" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
authors = ["Dan Schatzberg <[email protected]>", "Meta"] | ||
edition = "2021" | ||
description = "A multi-domain, BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main" | ||
|
@@ -17,16 +17,16 @@ libbpf-rs = "0.24.1" | |
libc = "0.2.137" | ||
log = "0.4.17" | ||
ordered-float = "3.4.0" | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.3" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_stats = { path = "../../../rust/scx_stats", version = "1.0.4" } | ||
scx_stats_derive = { path = "../../../rust/scx_stats/scx_stats_derive", version = "1.0.4" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
simplelog = "0.12" | ||
sorted-vec = "0.8.3" | ||
static_assertions = "1.1.0" | ||
|
||
[build-dependencies] | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.3" } | ||
scx_utils = { path = "../../../rust/scx_utils", version = "1.0.4" } | ||
|
||
[features] | ||
enable_backtrace = [] |