-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[0.2] Backports #4906
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
Merged
Merged
[0.2] Backports #4906
Conversation
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
https://github.blog/changelog/2025-11-07-removing-notifications-for-mentions-in-commit-messages/ (backport <rust-lang#4877>) (cherry picked from commit 6450c78)
Collaborator
|
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> (backport <rust-lang#4883>) (cherry picked from commit e59cb69)
(backport <rust-lang#4879>) (cherry picked from commit b7ee745)
The QuRT RTOS -- used primarily on the Hexagon architecture -- has support for large parts of POSIX. (backport <rust-lang#4845>) (cherry picked from commit 8ecae6c)
Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.1.8 to 1.2.3. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](vmactions/solaris-vm@v1.1.8...v1.2.3) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (backport <rust-lang#4900>) (cherry picked from commit 0a5a8b6)
… hosts:
This fixes the following errors from `cd libc-test; cargo test`:
bad `if_msghdr` size: rust: 148 != c 152
bad `if_msghdr` align: rust: 4 != c 8
and
size of `struct if_msghdr` is 152 in C and 148 in Rust
as verified natively on NetBSD/i386 10.0 with rust 1.92.0.
Ref. https://nxr.netbsd.org/xref/src/sys/net/if.h#790 for the
original C definition of `struct if_msghdr`.
(backport <rust-lang#4902>)
(cherry picked from commit 86dbfd4)
This is mostly related to siginfo_t. An error in si_status() implementation was also fixed. Ref. padding dependent on _LP64 in https://nxr.netbsd.org/xref/src/sys/sys/siginfo.h#50 and si_status() in https://nxr.netbsd.org/xref/src/sys/sys/siginfo.h#161 (backport <rust-lang#4904>) (cherry picked from commit 1fab928)
(backport <rust-lang#4882>) (cherry picked from commit b5c3653)
…finition. (backport <rust-lang#4899>) (cherry picked from commit d4dd6d8)
(backport <rust-lang#4899>) (cherry picked from commit d37e615)
close rust-lang#4878 ref linux: https://man7.org/linux/man-pages/man3/pthread_tryjoin_np.3.html ref freebsd: https://man.freebsd.org/cgi/man.cgi?query=pthread_np&apropos=0&sektion=3&manpath=FreeBSD+13.3-RELEASE&arch=default&format=html (backport <rust-lang#4887>) (cherry picked from commit ba215ff)
0533468 to
27165d4
Compare
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.
Backport the following:
[no-mentions]handler in our triagebot config #4877