linux_xanmod_latest: 6.19.14 -> 7.0.2
- Changelog: https://dl.xanmod.org/changelog/7.0/ChangeLog-7.0.2-xanmod1.gz - Diff: https://gitlab.com/xanmod/linux/-/compare/6.19.14-xanmod1..7.0.2-xanmod1?from_project_id=51590166
This commit is contained in:
@@ -21,8 +21,8 @@ let
|
||||
};
|
||||
# ./update-xanmod.sh main
|
||||
main = {
|
||||
version = "6.19.14";
|
||||
hash = "sha256-xp5IBA4epb+3SCJIkbxqzymwvz4T9p7NOP9y6iy6DZk=";
|
||||
version = "7.0.2";
|
||||
hash = "sha256-RXdgP6jpy6GfZ70WG6k6rrryjHV2uUaqy4e+4jCgJek=";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -58,7 +58,6 @@ let
|
||||
|
||||
# Preemption
|
||||
PREEMPT = lib.mkOverride 60 yes;
|
||||
PREEMPT_VOLUNTARY = lib.mkOverride 60 no;
|
||||
|
||||
# Google's BBRv3 TCP congestion Control
|
||||
TCP_CONG_BBR = yes;
|
||||
@@ -90,6 +89,9 @@ let
|
||||
X86_FRED = yes;
|
||||
X86_POSTED_MSI = yes;
|
||||
}
|
||||
// lib.optionalAttrs (lib.versionOlder (lib.versions.majorMinor version) "7.0") {
|
||||
PREEMPT_VOLUNTARY = lib.mkOverride 60 no;
|
||||
}
|
||||
// lib.optionalAttrs (lib.versionAtLeast (lib.versions.majorMinor version) "6.13") {
|
||||
# Lazy preemption
|
||||
PREEMPT = lib.mkOverride 70 no;
|
||||
|
||||
Reference in New Issue
Block a user