about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-05-20 11:21:49 +0200
committerGitHub <noreply@github.com>2024-05-20 11:21:49 +0200
commitbce9b8a3b4f4bcc7de1717c2a7f7e3d92b055c3e (patch)
tree6ca89ede313eace4ae7097e18a3cc841642216dd /pkgs
parent2d8050eccaf294462a6d6465b017676b851abad3 (diff)
parent57f37e2c8c5ccd4780e234bd2b8ff55de44cf3ad (diff)
Merge pull request #312923 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-05-17
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index de33ff75d82f8..3135eefab984c 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -6,14 +6,14 @@ let
   # NOTE: When updating these, please also take a look at the changes done to
   # kernel config in the xanmod version commit
   ltsVariant = {
-    version = "6.6.30";
-    hash = "sha256-fQATjYekxV/+24mqyel3bYfgUMN4NhOHR9yyL6L5bl0=";
+    version = "6.6.31";
+    hash = "sha256-Hs2DjNG7mj4qb1P0u7XAgrNizx8oqs1ot563IvRKnhU=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.8.9";
-    hash = "sha256-OUlT/fiwLGTPnr/7gneyZBio/l8KAWopcJqTpSjBMl0=";
+    version = "6.8.10";
+    hash = "sha256-lGzZThINyeZrMBDaGVujXB+DzIdfFBo7Z/Bhyj21I2g=";
     variant = "main";
   };
 
@@ -45,9 +45,6 @@ let
       HZ = freeform "250";
       HZ_250 = yes;
       HZ_1000 = no;
-
-      # Disable writeback throttling by default
-      BLK_WBT_MQ = lib.mkOverride 60 no;
     };
 
     extraMeta = {