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

stdenv: promote zerocallusedregs to defaultHardeningFlags #316761

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

risicle
Copy link
Contributor

@risicle risicle commented Jun 2, 2024

Description of changes

Even when first introduced, this appeared to cause extremely few problems. I spotted an LLVM crash that appeared when using zerocallusedregs in building llvmPackages_17.libcxx but located the upstream issue (llvm/llvm-project#75168) and have applied a patch here. The fix is already present in LLVM 18.x.

Built hello on indicated platforms, also for pkgsStatic, pkgsMusl, pkgsCross.aarch64-multiplatform, pkgsi686Linux, pkgsLLVM variants.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@risicle risicle added the 6.topic: stdenv Standard environment label Jun 2, 2024
@risicle risicle requested a review from Ericson2314 as a code owner June 2, 2024 23:00
@github-actions github-actions bot removed the 6.topic: stdenv Standard environment label Jun 2, 2024
@risicle risicle added the 6.topic: stdenv Standard environment label Jun 2, 2024
@ofborg ofborg bot added 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild 10.rebuild-linux-stdenv This PR causes stdenv to rebuild labels Jun 3, 2024
@risicle risicle merged commit f238928 into NixOS:staging Jun 3, 2024
32 checks passed
@risicle
Copy link
Contributor Author

risicle commented Jun 3, 2024

Yes, good call - I'll also update the release notes..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants