linuxPackages.drbd: 9.2.8 -> 9.2.12#360238
Merged
JohnRTitor merged 2 commits intoNixOS:masterfrom Dec 3, 2024
Merged
Conversation
18 tasks
Contributor
Author
|
Contributor
Author
|
The linux_libre failure is expected. See #359464. |
- 6.8 kernel support added - aligned to Nix standard build environment - test added - redundant installPhase and postFixup definitions removed Signed-off-by: birkb <[email protected]> Signed-off-by: Julian Stecklina <[email protected]>
7d76756 to
9fd3fbe
Compare
SuperSandro2000
approved these changes
Dec 3, 2024
Member
|
I think this should maybe be backported to 24.11, as far as I am aware there is no version of drbd that works on 24.11 now. |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-360238-to-release-24.11 origin/release-24.11
cd .worktree/backport-360238-to-release-24.11
git switch --create backport-360238-to-release-24.11
git cherry-pick -x 35d4e5e11b67211329b89fae1459f0e2dfc245d1 9fd3fbebd30dee00412d68a6abecf8284c203af5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things done
This is a rebased, updated and fixed version of #312011.
It updates the drbd kernel module to the most recent version and fixes the kernel module for all supported kernel versions. (Minus
linux_latest_libre, which is currently broken.)@birkb Feel free to fold this into your PR, if you want.
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.