-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miri subtree update #129230
Miri subtree update #129230
Conversation
Automatic Rustup
add and fix return-place-protection tests
Automatic Rustup
remove some SSE/SSE2 intrinsics that are no longer used by stdarch Fixes rust-lang/miri#3691
allow all code to call getuid() Fixes rust-lang/miri#3753
…ower-of-two alignment check
Don't panic on `miri_print_borrow_state()` under `-Zmiri-disable-stacked-borrows`. Fixes rust-lang#3459 Instead, just print "attempted to print borrow state, but no borrow state is being tracked" directly to ~~stdout~~ stderr and return successfully. Alternately, the diagnostic machinery could be used to print a structured error/warning. (Does not address the comment about nothing being printed for `miri_print_borrow_state` with `alloc_id = 0`)
throw_unsup_format for alignment greater than 2^29 Fixes rust-lang#3687
…h to the toml file
josh: wait until the socket is ready
Testcase fix for epoll Fixes rust-lang#3811 This PR: - Fixed the error in ``epoll_ctl_del`` test - Simplified the logic in ``epoll_ctl_mod`` test - Added a new test to check if flag that we don't register won't trigger notification (double negation sounds a bit confusing here, feel free to suggest a better one ;) ) - Use assert_eq(0) for epoll_ctl test
Set EINVAL for epoll_wait maxevent value 0 Fixes rust-lang#3821
epoll test_socketpair_read: explicitly check real and Miri behavior
epoll: iterate through output buffer then fetch an event from ready list Fixes rust-lang#3812
Add epollerr support Fixes rust-lang#3816 For socketpair, if the peer fd is closed while having data in its read buffer, ``EPOLLER`` will be thrown. This is still WIP because I am currently finding a way to check if peer fd still has something in its ``readbuf`` when it is closed and add the ``EPOLLER`` flag In ``get_epoll_ready_events``.
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ rollup=never |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f04f6ca): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -3.2%, secondary 4.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 749.337s -> 751.389s (0.27%) |
r? @ghost