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

Linux kernel updates 2025-03-23 #392238

Merged
merged 8 commits into from
Mar 24, 2025
Merged

Linux kernel updates 2025-03-23 #392238

merged 8 commits into from
Mar 24, 2025

Conversation

Ma27
Copy link
Member

@Ma27 Ma27 commented Mar 23, 2025

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.

@Ma27
Copy link
Member Author

Ma27 commented Mar 23, 2025

All good except for linux_rt_5_10 not building. Too tired now, can check tomorrow:

FAILED unresolved symbol filp_close
make[1]: *** [/build/linux-5.10.234/Makefile:1207: vmlinux] Error 255
make: *** [../Makefile:192: __sub-make] Error 2

Copy link
Member

@fabianhjr fabianhjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff lgtm, didn't build

@K900
Copy link
Contributor

K900 commented Mar 23, 2025

Also, wrote this on Matrix, but will repeat here for posterity: let's hold off until 6.14, which should be later today.

@github-actions github-actions bot added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label Mar 23, 2025
Also:
- enable cgroup_dmem on 6.14+
- enable devicetree explicitly (because whatever was pulling it in before doesn't now)
@K900 K900 marked this pull request as ready for review March 24, 2025 15:55
@K900 K900 merged commit 97dc21f into NixOS:master Mar 24, 2025
34 of 38 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Mar 24, 2025

Backport failed for release-24.11, 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.11
git worktree add -d .worktree/backport-392238-to-release-24.11 origin/release-24.11
cd .worktree/backport-392238-to-release-24.11
git switch --create backport-392238-to-release-24.11
git cherry-pick -x a4b8638971a85816eab926ccd939d1c36cac3b37 2352fae8f2d2fd9946cb5e3a4b8c7b8cae164776 a561f863719ed8366290f300ce7890ed66e82d97 070d596bd36dfc7af2ec9b8028f212d85fdde46e 805a5ad7f14d13fc50a13896eeffbb7ac6a3ffa5 7f74ec1dbba9e841d7d099d39129d20fd21feeff 6976734598bda1e72787aca1d8e3b6a99170c576 a187f23b4fd57f49b97827b2a3ed7eb751c2c960

@K900 K900 mentioned this pull request Mar 24, 2025
13 tasks
@Ma27 Ma27 deleted the linux-kernel-updates branch March 25, 2025 08:37
@fabianhjr fabianhjr mentioned this pull request Mar 25, 2025
13 tasks
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 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 10.rebuild-darwin: 1-10 10.rebuild-linux: 501+ 10.rebuild-linux: 5001+ backport release-24.11 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants