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

Kernel updates for 2024-11-18 #356881

Merged
merged 8 commits into from
Nov 18, 2024
Merged

Kernel updates for 2024-11-18 #356881

merged 8 commits into from
Nov 18, 2024

Conversation

K900
Copy link
Contributor

@K900 K900 commented Nov 18, 2024

6.12 is now out, and a batch of small stable updates.

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.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.

@K900 K900 requested review from Ma27 and alyssais November 18, 2024 06:15
@github-actions github-actions bot added the 6.topic: kernel The Linux kernel label Nov 18, 2024
@K900 K900 added backport release-24.05 Backport PR automatically backport release-24.11 Backport PR automatically labels Nov 18, 2024
@Ma27 Ma27 merged commit f58d077 into NixOS:master Nov 18, 2024
10 of 11 checks passed
Copy link
Contributor

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

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.05
git worktree add -d .worktree/backport-356881-to-release-24.05 origin/release-24.05
cd .worktree/backport-356881-to-release-24.05
git switch --create backport-356881-to-release-24.05
git cherry-pick -x a7c029235d39456ff4305dffcb91711af27520a3 78450026fea2f4cf95dc9793ecc0c73865c8c49d 3471123c6da3e01ce561e947724e68e9f9daba2d 3f7febe1b4df8620cc2f479fcffa025c396606f5 17c934c9aa8143d75e3548a71393696331e87335 d5b803b0675af4a84b2c90cd1addc1540f7c91ab 1386871d141e254e4fbebd89fefcd4eb46ccf2d5 9dd1da7475146cdc8937038b9341e8e19bcf5278

Copy link
Contributor

Successfully created backport PR for release-24.11:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: kernel The Linux kernel backport release-24.05 Backport PR automatically backport release-24.11 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants