3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.9.12 -> 4.9.13

This commit is contained in:
Franz Pletz 2017-02-26 16:25:09 +01:00
parent 62857b1f21
commit 701544d0a7
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
2 changed files with 2 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.12";
version = "4.9.13";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0fvq3gb80awkwsy0ir6njri2kvx52knmj86kjlm8lqwqis3m9bgw";
sha256 = "0s52hrs3wrsa1chzgcqpxwgb5kjmpfd82i964n9d2bmk9zn4liin";
};
kernelPatches = args.kernelPatches;

View file

@ -11357,7 +11357,6 @@ with pkgs;
# !!! 4.7 patch doesn't apply, 4.9 patch not up yet, will keep checking
# kernelPatches.cpu-cgroup-v2."4.7"
kernelPatches.modinst_arg_list_too_long
kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu