Skip to content

lkrg: 0.9.5 -> 0.9.9#361465

Merged
wolfgangwalther merged 2 commits intoNixOS:masterfrom
blitz:lkrg-0.9.9
Dec 15, 2024
Merged

lkrg: 0.9.5 -> 0.9.9#361465
wolfgangwalther merged 2 commits intoNixOS:masterfrom
blitz:lkrg-0.9.9

Conversation

@blitz
Copy link
Contributor

@blitz blitz commented Dec 3, 2024

Things done

This PR supersedes #263950. It updates lkrg to its latest version and unbreaks it on newer kernels.

The previous PR disabled some features by default: #263950 (review) Since these are also configurable via module parameters, this doesn't seem sensible and the user needs to do the right thing here.

  • 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.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Dec 3, 2024
@blitz
Copy link
Contributor Author

blitz commented Dec 3, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 361465 --checkout commit


x86_64-linux

⏩ 2 packages marked as broken and skipped:
  • linuxKernel.packages.linux_5_4.lkrg
  • linuxKernel.packages.linux_5_4_hardened.lkrg
✅ 17 packages built:
  • linuxKernel.packages.linux_5_10.lkrg
  • linuxKernel.packages.linux_5_10_hardened.lkrg
  • linuxKernel.packages.linux_5_15.lkrg
  • linuxKernel.packages.linux_5_15_hardened.lkrg
  • linuxKernel.packages.linux_6_1.lkrg
  • linuxKernel.packages.linux_6_11.lkrg
  • linuxKernel.packages.linux_6_11_hardened.lkrg
  • linuxKernel.packages.linux_6_12.lkrg
  • linuxKernel.packages.linux_6_1_hardened.lkrg
  • linuxKernel.packages.linux_6_6.lkrg
  • linuxKernel.packages.linux_hardened.lkrg (linuxKernel.packages.linux_6_6_hardened.lkrg)
  • linuxKernel.packages.linux_latest_libre.lkrg
  • linuxKernel.packages.linux_libre.lkrg
  • linuxKernel.packages.linux_lqx.lkrg
  • linuxKernel.packages.linux_xanmod.lkrg
  • linuxKernel.packages.linux_xanmod_latest.lkrg (linuxKernel.packages.linux_xanmod_stable.lkrg)
  • linuxKernel.packages.linux_zen.lkrg

@blitz blitz requested a review from chivay December 3, 2024 15:43
@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one person. label Dec 3, 2024
@wolfgangwalther wolfgangwalther merged commit 38fdaea into NixOS:master Dec 15, 2024
Comment on lines +9 to +10
(kernel.structuredExtraConfig ? PREEMPT_RT)
&& (kernel.structuredExtraConfig.PREEMPT_RT == lib.kernel.yes);
Copy link
Member

Choose a reason for hiding this comment

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

This looks for it in patched kernels, but don't look for it in linuxManualConfig-based kernels.

Copy link
Member

@PedroHLC PedroHLC Dec 18, 2024

Choose a reason for hiding this comment

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

As in, linuxManualConfig doesn't even generate structureExtraConfig. There, this may live in kernel.config.CONFIG_PREEMPT_RT.

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: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants