Skip to content

linux_rpi: stable_2024100 -> stable_20250702#424330

Merged
Ma27 merged 1 commit intoNixOS:masterfrom
fpletz:pkgs/linux-rpi-20250702
Jul 19, 2025
Merged

linux_rpi: stable_2024100 -> stable_20250702#424330
Ma27 merged 1 commit intoNixOS:masterfrom
fpletz:pkgs/linux-rpi-20250702

Conversation

@fpletz
Copy link
Member

@fpletz fpletz commented Jul 11, 2025

Closes #386454.

The config name for rpi5 kernels is from https://github.com/NixOS/nixos-hardware/blob/master/raspberry-pi/5/default.nix.

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/)
  • Nixpkgs 25.11 Release Notes (or backporting 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 25.05 NixOS Release notes)
    • (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, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@fpletz fpletz changed the title linux_rpi: 6.6.51 -> 6.12.34 linux_rpi: stable_2024100 -> stable_20250702 Jul 11, 2025
@fpletz fpletz force-pushed the pkgs/linux-rpi-20250702 branch from 679f86d to e6fdd0d Compare July 11, 2025 14:25
@nixpkgs-ci nixpkgs-ci bot added the 6.topic: kernel The Linux kernel label Jul 11, 2025
@nix-owners nix-owners bot requested a review from thoughtpolice July 11, 2025 14:32
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. labels Jul 11, 2025
Copy link
Member

@Ma27 Ma27 left a comment

Choose a reason for hiding this comment

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

Prior art: #284391

We have the rule of no longer accepting any downstream kernel attributes as explained in linux-kernels.nix:

        # NOTE: PLEASE DO NOT ADD NEW DOWNSTREAM KERNELS TO NIXPKGS.
        # New vendor kernels should go to nixos-hardware instead.
        # e.g. https://github.com/NixOS/nixos-hardware/tree/master/microsoft/surface/kernel

For that reason, the rpi5 kernel exists in nixos-hardware already: NixOS/nixos-hardware#927

@fpletz fpletz force-pushed the pkgs/linux-rpi-20250702 branch from e6fdd0d to 547e437 Compare July 11, 2025 14:58
@fpletz
Copy link
Member Author

fpletz commented Jul 11, 2025

Wasn't aware of that. Removed the commit.

@Ma27 Ma27 merged commit 8e7393b into NixOS:master Jul 19, 2025
27 of 28 checks passed
@fpletz fpletz deleted the pkgs/linux-rpi-20250702 branch July 19, 2025 17:02
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 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants