packages/linux-lava: bump to 6.6.7
This commit is contained in:
parent
829cb3323c
commit
cdb565260b
2 changed files with 4 additions and 21 deletions
|
|
@ -87,9 +87,6 @@ let
|
||||||
PREEMPTION = yes;
|
PREEMPTION = yes;
|
||||||
PREEMPT_DYNAMIC = yes;
|
PREEMPT_DYNAMIC = yes;
|
||||||
|
|
||||||
# scheduler
|
|
||||||
SCHED_BORE = yes;
|
|
||||||
|
|
||||||
# disable numa
|
# disable numa
|
||||||
NUMA = no;
|
NUMA = no;
|
||||||
AMD_NUMA = no;
|
AMD_NUMA = no;
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,16 @@
|
||||||
{ fetchFromGitHub, inputs, lib }:
|
{ fetchFromGitHub, inputs, lib }:
|
||||||
let
|
let
|
||||||
version = "6.4.12";
|
version = "6.6.7";
|
||||||
kernelHash = "1wx7innfzlx508f7csfwp6k017wcljdy783pmi6a9v1c1j7mi84g";
|
kernelHash = "1l2nisx9lf2vdgkq910n5ldbi8z25ky1zvl67zgwg2nxcdna09nr";
|
||||||
kernelPatchHash = "0va10x241v5dmks5p3242j5ihyfiydb3qri4mh6cjg0803mpzmnw";
|
kernelPatchHash = "1qnial7m91l3amcsgms3cs599pi529kvda1c982qk45s39y029xj";
|
||||||
boreVersion = "3.1.2";
|
|
||||||
|
|
||||||
mm = lib.versions.majorMinor version;
|
mm = lib.versions.majorMinor version;
|
||||||
tkgPatches = [
|
tkgPatches = [
|
||||||
"0001-mm-Support-soft-dirty-flag-reset-for-VA-range"
|
"0001-mm-Support-soft-dirty-flag-reset-for-VA-range"
|
||||||
"0002-clear-patches"
|
"0002-clear-patches"
|
||||||
"0002-mm-Support-soft-dirty-flag-read-with-reset"
|
"0002-mm-Support-soft-dirty-flag-read-with-reset"
|
||||||
"0003-eevdf"
|
|
||||||
"0003-glitched-base"
|
"0003-glitched-base"
|
||||||
|
"0003-glitched-eevdf-additions"
|
||||||
"0003-glitched-cfs"
|
"0003-glitched-cfs"
|
||||||
"0007-v${mm}-fsync1_via_futex_waitv"
|
"0007-v${mm}-fsync1_via_futex_waitv"
|
||||||
"0007-v${mm}-winesync"
|
"0007-v${mm}-winesync"
|
||||||
|
|
@ -29,21 +28,9 @@ let
|
||||||
sha256 = kernelPatchHash;
|
sha256 = kernelPatchHash;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
borePatch = {
|
|
||||||
name = "bore-patch";
|
|
||||||
patch = builtins.fetchurl {
|
|
||||||
url = "https://raw.githubusercontent.com/firelzrd/bore-scheduler/033cf689936a21af725207aa48f34076ac9a1f03/eevdf-bore-dev/0001-linux${mm}.y-eevdf-bore${boreVersion}.patch";
|
|
||||||
sha256 = "019n33kfkjyx3zq8vjkl3jgilybhh6bznfybzhgjlyhs3qlrrrgw";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
# src = builtins.fetchurl {
|
|
||||||
# url = "https://git.kernel.org/torvalds/t/linux-${mm}${rc}.tar.gz";
|
|
||||||
# sha256 = kernelHash;
|
|
||||||
# };
|
|
||||||
src = builtins.fetchurl {
|
src = builtins.fetchurl {
|
||||||
url = "https://cdn.kernel.org/pub/linux/kernel/v${lib.versions.major version}.x/linux-${mm}.tar.xz";
|
url = "https://cdn.kernel.org/pub/linux/kernel/v${lib.versions.major version}.x/linux-${mm}.tar.xz";
|
||||||
sha256 = kernelHash;
|
sha256 = kernelHash;
|
||||||
|
|
@ -57,6 +44,5 @@ in {
|
||||||
patch = "${inputs.linux-tkg}/linux-tkg-patches/${mm}/${name}.patch";
|
patch = "${inputs.linux-tkg}/linux-tkg-patches/${mm}/${name}.patch";
|
||||||
}) tkgPatches
|
}) tkgPatches
|
||||||
++ [
|
++ [
|
||||||
borePatch
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue