Skip to content

Commit 8e44ecc

Browse files
kernel: remove crng_ready patch included in upstream
* Remove 0009-Revert-random-use-static-branch-for-crng_ready.patch. * * Patch is present in 35.5.0 upstream.
1 parent cea88d2 commit 8e44ecc

File tree

2 files changed

+0
-73
lines changed

2 files changed

+0
-73
lines changed

kernel/0009-Revert-random-use-static-branch-for-crng_ready.patch

-68
This file was deleted.

kernel/default.nix

-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ pkgsAarch64.buildLinux (args // {
8181
# Lower priority of tegra-se crypto modules since they're slow and flaky
8282
{ patch = ./0008-Lower-priority-of-tegra-se-crypto.patch; }
8383

84-
# Include patch from linux-stable that (for some reason) appears to fix
85-
# random crashes very early in boot process on Xavier NX specifically
86-
# Remove when updating to 35.5.0
87-
{ patch = ./0009-Revert-random-use-static-branch-for-crng_ready.patch; }
88-
8984
# Fix an issue building with gcc13
9085
{ patch = ./0010-bonding-gcc13-synchronize-bond_-a-t-lb_xmit-types.patch; }
9186
] ++ kernelPatches;

0 commit comments

Comments
 (0)