linux-copperhead: 4.11.7.a -> 4.11.8.a

Fixes #26790 by properly including built modules
This commit is contained in:
Tim Steinbach 2017-06-29 23:16:52 -04:00
parent 8ca805d02f
commit 3130f3ed0a
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 4 additions and 2 deletions

View File

@ -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 // {

View File

@ -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;