Skip to content

Mark broken kernel packages for Linux 5.18#174103

Merged
alyssais merged 17 commits intoNixOS:masterfrom
alyssais:linux-5.18-broken
May 25, 2022
Merged

Mark broken kernel packages for Linux 5.18#174103
alyssais merged 17 commits intoNixOS:masterfrom
alyssais:linux-5.18-broken

Conversation

@alyssais
Copy link
Copy Markdown
Member

Description of changes

These are all the kernel packages for which there was no clear fix available for the brokenness. For the kernel packages that are fixable, I will be making follow-up PRs fixing them instead of marking them as broken.

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, 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/)
  • 22.05 Release Notes (or backporting 21.11 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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@alyssais alyssais requested a review from jonringer May 23, 2022 12:08
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 23, 2022
@alyssais alyssais merged commit 4c83012 into NixOS:master May 25, 2022
@alyssais alyssais deleted the linux-5.18-broken branch May 25, 2022 12:29
@github-actions
Copy link
Copy Markdown
Contributor

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

Please cherry-pick the changes locally.

git fetch origin release-21.11
git worktree add -d .worktree/backport-174103-to-release-21.11 origin/release-21.11
cd .worktree/backport-174103-to-release-21.11
git checkout -b backport-174103-to-release-21.11
ancref=$(git merge-base eea55023636c0367942b18a15a7164323ecfa6e4 d7446ec4678e97e7f80023d1e6a788d3c4894a2b)
git cherry-pick -x $ancref..d7446ec4678e97e7f80023d1e6a788d3c4894a2b

@github-actions
Copy link
Copy Markdown
Contributor

Successfully created backport PR #174500 for release-22.05.

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

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants