linuxKernel.kernels: patch out nvme regression on 2017ish Dell laptops

Fixes #253418
This commit is contained in:
Jade Lovelace 2023-09-17 23:51:44 -07:00 committed by Alyssa Ross
parent dd6c86a81c
commit 12650cd156
2 changed files with 14 additions and 0 deletions

View file

@ -19,6 +19,16 @@
patch = ./bridge-stp-helper.patch;
};
# Reverts the buggy commit causing https://bugzilla.kernel.org/show_bug.cgi?id=217802
dell_xps_regression = {
name = "dell_xps_regression";
patch = fetchpatch {
name = "Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch";
url = "https://raw.githubusercontent.com/openSUSE/kernel-source/1b02b1528a26f4e9b577e215c114d8c5e773ee10/patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch";
sha256 = "sha256-RHJdQ4p0msTOVPR+/dYiKuwwEoG9IpIBqT4dc5cJjf8=";
};
};
request_key_helper =
{ name = "request-key-helper";
patch = ./request-key-helper.patch;

View file

@ -164,6 +164,7 @@ in {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.dell_xps_regression
];
};
@ -172,6 +173,7 @@ in {
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.export-rt-sched-migrate
kernelPatches.dell_xps_regression
];
};
@ -179,6 +181,7 @@ in {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.dell_xps_regression
];
};
@ -186,6 +189,7 @@ in {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.dell_xps_regression
];
};