Merge pull request #332309 from Shawn8901/update_xanmod-2024-08-04

linux_xanmod, linux_xanmod_latest: 2024-08-04
This commit is contained in:
Atemu 2024-08-06 08:33:29 +02:00 committed by GitHub
commit 31b2f394d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.43";
hash = "sha256-4o8qdAkqFjlRFS2k2zW9weSB1JQ5BFuDdcv26v9qYoA=";
version = "6.6.44";
hash = "sha256-kRMx0NVZNZ0xcEq+Bg9NkzHgRCnblbamxLKUbzfp6h0=";
variant = "lts";
};
mainVariant = {
version = "6.9.12";
hash = "sha256-ysnu/6q2Zc0b+MNRdjQDLNmmjU+nWKpb/CcPOSSmotM=";
version = "6.10.3";
hash = "sha256-Nwv7Ms8R6tTBK7oHeRf19S1OFCEJcf/fTXurHs+JI0Y=";
variant = "main";
};
@ -52,7 +52,7 @@ let
RCU_FANOUT = freeform "64";
RCU_FANOUT_LEAF = freeform "16";
RCU_BOOST = yes;
RCU_BOOST_DELAY = freeform "0";
RCU_BOOST_DELAY = freeform "100";
RCU_EXP_KTHREAD = yes;
};