[0.2] Backports#4318
Merged
tgross35 merged 6 commits intorust-lang:libc-0.2from Mar 11, 2025
Merged
Conversation
Signed-off-by: Pedro Tammela <pctammela@gmail.com> (backport <rust-lang#4317>) (cherry picked from commit 4776e0f)
Signed-off-by: Pedro Tammela <pctammela@gmail.com> (backport <rust-lang#4317>) (cherry picked from commit 1ae6552)
This flag has been introduced in Linux kernel 6.3: torvalds/linux@6fd7353 (backport <rust-lang#4316>) (cherry picked from commit 61c4a0a)
The devmem constants requires headers >= 6.12 on gnu libc. Musl hardcodes these constants into "sys/socket.h", which are not yet present. For reference: https://elixir.bootlin.com/linux/v6.13.5/source/include/uapi/asm-generic/socket.h#L142 Signed-off-by: Pedro Tammela <pctammela@gmail.com> (backport <rust-lang#4299>) (cherry picked from commit ae98edd)
For reference: https://elixir.bootlin.com/linux/v6.13.5/source/include/uapi/linux/uio.h#L23 Signed-off-by: Pedro Tammela <pctammela@gmail.com> (backport <rust-lang#4299>) (cherry picked from commit 4985e60)
(backport <rust-lang#4310>) (cherry picked from commit f3c54e8)
Collaborator
|
@tgross35: no appropriate reviewer found, use |
Collaborator
|
Some changes occurred in the Android module cc @maurer |
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.
Backport the following: