Skip to content
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

Bump libc to 0.2.161 #131823

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Bump libc to 0.2.161 #131823

merged 1 commit into from
Oct 18, 2024

Conversation

thesummer
Copy link
Contributor

@thesummer thesummer commented Oct 17, 2024

Bumps libc to the latest release version 0.2.161 which

  • includes libc support for the tier 3 RTEMS target
  • fixes segfaults on 32-bit FreeBSD targets
  • gets musl's posix_spawn_file_actions_addchdir_np for some spawn opts

@rustbot
Copy link
Collaborator

rustbot commented Oct 17, 2024

r? @ibraheemdev

rustbot has assigned @ibraheemdev.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 17, 2024
@rustbot
Copy link
Collaborator

rustbot commented Oct 17, 2024

These commits modify the library/Cargo.lock file. Unintentional changes to library/Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbot rustbot added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Oct 17, 2024
@sunshowers
Copy link
Contributor

FYI this will need to be to libc 0.2.161 to pull in the fix for rust-lang/libc#3983.

@sunshowers
Copy link
Contributor

I made this change in #131851 as well since I needed it too. Happy to rebase if this lands first.

@thesummer thesummer changed the title Bump libc to 0.2.160 Bump libc to 0.2.161 Oct 17, 2024
@thesummer
Copy link
Contributor Author

Thanks, updated as well. Let's see who gets approved first 😁

@workingjubilee
Copy link
Member

There are now three PRs for this bump: #131853

@workingjubilee
Copy link
Member

I am picking this as winner so that we do not get a fourth.

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Oct 17, 2024

📌 Commit a09c54d has been approved by workingjubilee

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 17, 2024
jhpratt added a commit to jhpratt/rust that referenced this pull request Oct 18, 2024
…kingjubilee

Bump libc to 0.2.161

Bumps libc to the latest release version 0.2.161 which
- includes libc support for the tier 3 RTEMS target
- fixes segfaults on 32-bit FreeBSD targets
- gets musl's `posix_spawn_file_actions_addchdir_np` for some spawn opts
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 18, 2024
Rollup of 5 pull requests

Successful merges:

 - rust-lang#130136 (Partially stabilize const_pin)
 - rust-lang#131654 (Various fixes for Xous)
 - rust-lang#131743 (rustc_metadata: minor tidying)
 - rust-lang#131823 (Bump libc to 0.2.161)
 - rust-lang#131850 (Missing parenthesis)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 18, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#131654 (Various fixes for Xous)
 - rust-lang#131743 (rustc_metadata: minor tidying)
 - rust-lang#131823 (Bump libc to 0.2.161)
 - rust-lang#131850 (Missing parenthesis)
 - rust-lang#131857 (Allow dropping dyn principal)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 4e9901f into rust-lang:master Oct 18, 2024
6 checks passed
@rustbot rustbot added this to the 1.84.0 milestone Oct 18, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 18, 2024
Rollup merge of rust-lang#131823 - thesummer:bump-libc-0.2.160, r=workingjubilee

Bump libc to 0.2.161

Bumps libc to the latest release version 0.2.161 which
- includes libc support for the tier 3 RTEMS target
- fixes segfaults on 32-bit FreeBSD targets
- gets musl's `posix_spawn_file_actions_addchdir_np` for some spawn opts
@cuviper cuviper added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 18, 2024
@workingjubilee workingjubilee added the stable-nominated Nominated for backporting to the compiler in the stable channel. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. stable-nominated Nominated for backporting to the compiler in the stable channel. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SIGSEGV with beta/nightly compiler with i686-unknown-freebsd target
7 participants