Skip to content

Commit

Permalink
Merge pull request #334679 from Shawn8901/update_xanmod-2024-08-13
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Aug 16, 2024
2 parents 3af6245 + b901880 commit 3a65998
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/kernel/xanmod-kernels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.45";
hash = "sha256-sYAa/uIi076XJMHOSjOSQO/rK/wUWIpAfWb/EYDXvD0=";
version = "6.6.46";
hash = "sha256-ZtXFIHRM5YCb+5Ry3zcQt44OBqfhCI/Ig32jETUBrJo=";
variant = "lts";
};

mainVariant = {
version = "6.10.4";
hash = "sha256-8iK821QbJcgXEeCWh1g1DlJ3gOD5eDErw0O7O+cEGwQ=";
version = "6.10.5";
hash = "sha256-tETGtCNNgYj1IUNuI/Am5kimFndUC4O+cZwZzlPitFA=";
variant = "main";
};

Expand Down Expand Up @@ -52,7 +52,7 @@ let
RCU_FANOUT = freeform "64";
RCU_FANOUT_LEAF = freeform "16";
RCU_BOOST = yes;
RCU_BOOST_DELAY = freeform "100";
RCU_BOOST_DELAY = freeform "0";
RCU_EXP_KTHREAD = yes;
};

Expand Down

0 comments on commit 3a65998

Please sign in to comment.