Skip to content

Commit

Permalink
wicked_kernel: update kernel & patches
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Dec 31, 2024
1 parent 6e34fdd commit 1623bf7
Show file tree
Hide file tree
Showing 4 changed files with 28,952 additions and 8,781 deletions.
22 changes: 13 additions & 9 deletions modules/wicked_kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
ignoreConfigErrors = true;
argsOverride =
let
version = "6.13-rc4";
version = "6.13-rc5";
in
{
inherit version;
modDirVersion = "6.13.0-rc4";
src = pkgs.fetchgit {
modDirVersion = "6.13.0-rc5";
/*src = pkgs.fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git";
rev = "059dd502b263d8a4e2a84809cf1068d6a3905e6f";
hash = "sha256-8s0nj3g58v9SoMgAz3LHqImiljlgWeQ9e8fBUnDg2Us=";
};
/*src = pkgs.fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-adzqZchgpCfKot+F7m3fPDQApXdEhjqDTGaOzrxBSTE=";
};*/
src = pkgs.fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-OQdEQ1LQ6+K2Ba2RJtvgsCpRO0o2kyOxYwB/38bTKgs=";
};
};
});

Expand Down Expand Up @@ -226,10 +226,10 @@
name = "tlb-invalidation";
patch = patch /linux/6.13/tlb-invalidation.patch;
}
{
/*{
name = "aes-gcm-amd";
patch = patch /linux/6.13/aes-gcm-amd.patch;
}
}*/
{
name = "uncached-buffered-io-optimizations";
patch = patch /linux/6.13/uncached-buffered-io-optimizations.patch;
Expand All @@ -242,6 +242,10 @@
name = "xhci-improvements";
patch = patch /linux/6.13/xhci-improvements.patch;
}
/*{
name = "drm-deadline";
patch = patch /linux/6.13/drm-deadline.patch;
}*/
{
name = "jupiter-mfd";
patch = patch /linux/6.12/jupiter-mfd.patch;
Expand Down
Loading

0 comments on commit 1623bf7

Please sign in to comment.