Skip to content

Commit

Permalink
Upgrade userfaultfd
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 14, 2024
1 parent c64d1e3 commit 9b864e1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 34 deletions.
53 changes: 24 additions & 29 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ resolver = "2"

[workspace.dependencies]
# expose-raw branch
userfaultfd = { git = "https://github.com/fasterthanlime/userfaultfd-rs", rev = "e9160a896f7d8d80c8b0943480885598bd698d0", features = [
"linux4_14",
] }
userfaultfd = { git = "https://github.com/fasterthanlime/userfaultfd-rs", rev = "b7b814d", features = ["linux4_14"] }
postcard = { version = "1.0.0", features = ["alloc"] }
nix = { version = "0.27", features = ["feature", "ptrace", "signal", "mman"] }

[profile.release]
debug = 1
2 changes: 1 addition & 1 deletion crates/mevi-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
humansize = "2.1.3"
nix = { version = "0.26.2", optional = true }
nix = { workspace = true, optional = true }
rangemap = { version = "1.3.0", features = ["serde1"] }
serde = { version = "1.0.156", features = ["derive"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates/mevi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ humansize = "2.1.3"
lazy_static = "1.4.0"
libc = "0.2.139"
mevi-common = { version = "0.1.0", path = "../mevi-common" }
nix = "0.26.2"
nix.workspace = true
passfd = "0.1.6"
postage = "0.5.0"
procfs = "0.15.1"
Expand Down

0 comments on commit 9b864e1

Please sign in to comment.