Skip to content

Commit b349bc3

Browse files
committed
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.
1 parent cfa13b3 commit b349bc3

3 files changed

Lines changed: 0 additions & 97 deletions

File tree

pkgs/os-specific/linux/kernel/fix-em-ice-bonding.patch

Lines changed: 0 additions & 87 deletions
This file was deleted.

pkgs/os-specific/linux/kernel/patches.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
patch = ./make-maple-state-reusable-after-mas_empty_area.patch;
6565
};
6666

67-
fix-em-ice-bonding = {
68-
name = "fix-em-ice-bonding";
69-
patch = ./fix-em-ice-bonding.patch;
70-
};
71-
7267
CVE-2023-32233 = rec {
7368
name = "CVE-2023-32233";
7469
patch = fetchpatch {

pkgs/top-level/linux-kernels.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ in {
154154
kernelPatches = [
155155
kernelPatches.bridge_stp_helper
156156
kernelPatches.request_key_helper
157-
kernelPatches.fix-em-ice-bonding
158157
];
159158
};
160159

@@ -171,7 +170,6 @@ in {
171170
kernelPatches.bridge_stp_helper
172171
kernelPatches.request_key_helper
173172
kernelPatches.make-maple-state-reusable-after-mas_empty_area
174-
kernelPatches.fix-em-ice-bonding
175173
];
176174
};
177175

@@ -180,7 +178,6 @@ in {
180178
kernelPatches.bridge_stp_helper
181179
kernelPatches.request_key_helper
182180
kernelPatches.make-maple-state-reusable-after-mas_empty_area
183-
kernelPatches.fix-em-ice-bonding
184181
kernelPatches.export-rt-sched-migrate
185182
];
186183
};
@@ -190,7 +187,6 @@ in {
190187
kernelPatches.bridge_stp_helper
191188
kernelPatches.request_key_helper
192189
kernelPatches.make-maple-state-reusable-after-mas_empty_area
193-
kernelPatches.fix-em-ice-bonding
194190
];
195191
};
196192

@@ -199,7 +195,6 @@ in {
199195
kernelPatches.bridge_stp_helper
200196
kernelPatches.request_key_helper
201197
kernelPatches.make-maple-state-reusable-after-mas_empty_area
202-
kernelPatches.fix-em-ice-bonding
203198
];
204199
};
205200

0 commit comments

Comments
 (0)