miri subtree update#158489
Closed
RalfJung wants to merge 39 commits into
Closed
Conversation
We still only support `PROT_READ|PROT_WRITE`, so `mprotect` is a no-op other than validating arguments. We only implement `madvise` for the hints that can be ignored without a change in semantic (e.g. no `MADV_DONTNEED`, so it is also a no-op other than validating arguments.
This updates the rust-version file to 942ac9c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@942ac9c Filtered ref: rust-lang/miri@01181a8 Upstream diff: rust-lang/rust@01f54e8...942ac9c This merge was created using https://github.com/rust-lang/josh-sync.
[Priroda] Restructure the locals
Automatic Rustup
Update `cargo miri --help` to point to README.md.
add minimal NetBSD support
dont ICE on generic no_mangle items
Minimal support for `mmap` protections, `mprotect`, `madvise`
move nextest section up and mark it more clearly as such
add some more errno_result
replace cfg_if with cfg_select
This updates the rust-version file to 40557f6.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@40557f6 Filtered ref: rust-lang/miri@a4cf7fd Upstream diff: rust-lang/rust@942ac9c...40557f6 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 1676160.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@1676160 Filtered ref: rust-lang/miri@170488c Upstream diff: rust-lang/rust@40557f6...1676160 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
Removing the readable readiness after a short read even when the read end is closed would mean that applications which strictly rely on the readable readiness (e.g. tokio) would no longer read zero (indicating EOF) on the closed socket. This is problematic as those applications could block indefinitely waiting for a readable event on the socket.
…readable-after-rdhup Don't clear TCP socket readable readiness when read end is already closed
test that even ZST references prevent deallocation via child pointers
run some more tests natively
Collaborator
|
cc @rust-lang/miri |
Member
Author
|
@bors r+ |
Contributor
Member
Author
|
Actually let's pull in another bugfix. |
Contributor
|
This pull request was unapproved due to being closed. |
Contributor
|
📋 Only unclosed PRs can be unapproved. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subtree update of
mirito rust-lang/miri@94f5dd3.Created using https://github.com/rust-lang/josh-sync.
r? @ghost