about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-05-24 15:54:36 +0000
committerCole Helbling <cole.e.helbling@outlook.com>2023-05-25 13:21:03 -0700
commitb3210448b94ae374010bb732691e1af1df145f95 (patch)
tree4ec54416038244f0f1714d55e305a8b799baac15 /pkgs/os-specific/linux/kernel/patches.nix
parent7a47bec7432999adc70b8d4a73b40d461183d1f9 (diff)
kernelPatches.fix-em-ice-bonding: remove
This was fixed in 248401cb2c46 ("ice: avoid bonding causing auxiliary
plug/unplug under RTNL lock"), which was backported to all relevant kernels.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 2330db4e68c39..081902d3d15dd 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -64,11 +64,6 @@
     patch = ./make-maple-state-reusable-after-mas_empty_area.patch;
   };
 
-  fix-em-ice-bonding = {
-    name = "fix-em-ice-bonding";
-    patch = ./fix-em-ice-bonding.patch;
-  };
-
   CVE-2023-32233 = rec {
     name = "CVE-2023-32233";
     patch = fetchpatch {