linux-copperhead: 4.11.7.a -> 4.11.8.a
Fixes #26790 by properly including built modules
This commit is contained in:
parent
8ca805d02f
commit
3130f3ed0a
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.11.7";
|
version = "4.11.8";
|
||||||
revision = "a";
|
revision = "a";
|
||||||
sha256 = "0gvg0gnhl2hi0zw705zh1a8wrwm9831jmw5llr1miq6av7hgxw7n";
|
sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
|
||||||
in
|
in
|
||||||
|
|
||||||
import ./generic.nix (args // {
|
import ./generic.nix (args // {
|
||||||
|
@ -11884,6 +11884,8 @@ with pkgs;
|
|||||||
kernelPatches = with kernelPatches; [
|
kernelPatches = with kernelPatches; [
|
||||||
kernelPatches.bridge_stp_helper
|
kernelPatches.bridge_stp_helper
|
||||||
kernelPatches.p9_fixes
|
kernelPatches.p9_fixes
|
||||||
|
kernelPatches.modinst_arg_list_too_long
|
||||||
|
kernelPatches.cpu-cgroup-v2."4.11"
|
||||||
];
|
];
|
||||||
extraConfig = import ../os-specific/linux/kernel/hardened-config.nix {
|
extraConfig = import ../os-specific/linux/kernel/hardened-config.nix {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
|
Loading…
Reference in New Issue
Block a user