linux: 4.4.37 -> 4.4.38

This commit is contained in:
Tim Steinbach 2016-12-10 15:18:52 -05:00
parent b69822c505
commit f576c490e3
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
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.4.37";
version = "4.4.38";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1pyfva1ld4yfzc0gyz3q4m7j6k88l813akp5hhszfg8m69bzn27d";
sha256 = "19hn51cpyvq3igilm0xw4ivbmdah5ryah6rpkwgqly351djrxvbp";
};
kernelPatches = args.kernelPatches;

View File

@ -10997,7 +10997,6 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.cpu-cgroup-v2."4.4"
kernelPatches.packet_fix_race_condition_CVE_2016_8655
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu