Skip to content

stdenv: promote zerocallusedregs to defaultHardeningFlags#316761

Merged
risicle merged 2 commits intoNixOS:stagingfrom
risicle:ris-zerocallusedregs-default
Jun 3, 2024
Merged

stdenv: promote zerocallusedregs to defaultHardeningFlags#316761
risicle merged 2 commits intoNixOS:stagingfrom
risicle:ris-zerocallusedregs-default

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 on Darwin and must target a staging branch. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. labels Jun 3, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Jun 3, 2024
@risicle risicle merged commit f238928 into NixOS:staging Jun 3, 2024
@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

Labels

6.topic: stdenv Standard environment 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild on Darwin and must target a staging branch. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments