Skip to content

Kernels 2021-09-07#137026

Merged
NeQuissimus merged 7 commits intoNixOS:masterfrom
NeQuissimus:kernels_2021-09-07
Sep 8, 2021
Merged

Kernels 2021-09-07#137026
NeQuissimus merged 7 commits intoNixOS:masterfrom
NeQuissimus:kernels_2021-09-07

Conversation

@NeQuissimus
Copy link
Member

Motivation for this change

Update hardened patch sets, add linuxPackages_5_13_hardened

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.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.

@github-actions github-actions bot added the 6.topic: kernel The Linux kernel label Sep 7, 2021
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. labels Sep 7, 2021
@NeQuissimus NeQuissimus merged commit 8bb040b into NixOS:master Sep 8, 2021
@NeQuissimus NeQuissimus deleted the kernels_2021-09-07 branch September 8, 2021 00:15
@TredwellGit TredwellGit added 1.severity: security Issues which raise a security issue, or PRs that fix one backport release-21.05 labels Sep 8, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2021

Backport failed for release-21.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-21.05
git worktree add -d .worktree/backport-137026-to-release-21.05 origin/release-21.05
cd .worktree/backport-137026-to-release-21.05
git checkout -b backport-137026-to-release-21.05
ancref=$(git merge-base 10ce023e3d9c49111a05acb42930535b9d43097d 5506944f72fa9750a3139c5b2cc415ab034baf7d)
git cherry-pick -x $ancref..5506944f72fa9750a3139c5b2cc415ab034baf7d

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2021

Backport failed for release-21.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-21.05
git worktree add -d .worktree/backport-137026-to-release-21.05 origin/release-21.05
cd .worktree/backport-137026-to-release-21.05
git checkout -b backport-137026-to-release-21.05
ancref=$(git merge-base 10ce023e3d9c49111a05acb42930535b9d43097d 5506944f72fa9750a3139c5b2cc415ab034baf7d)
git cherry-pick -x $ancref..5506944f72fa9750a3139c5b2cc415ab034baf7d

@TredwellGit TredwellGit added 9.needs: port to stable A PR needs a backport to the stable release. and removed backport release-21.05 labels Oct 12, 2021
@Ma27
Copy link
Member

Ma27 commented Oct 13, 2021

Unless someone's faster, I'll take care of it ~tomorrow.

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

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 6.topic: kernel The Linux kernel 8.has: package (new) This PR adds a new package 9.needs: port to stable A PR needs a backport to the stable release. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants