tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.14.2 -> 4.14.3
Tim Steinbach
8 years ago
28630224
ae82d9e5
+2
-6
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.14.nix
top-level
all-packages.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.14.nix
···
3
3
with stdenv.lib;
4
4
5
5
import ./generic.nix (args // rec {
6
6
-
version = "4.14.2";
6
6
+
version = "4.14.3";
7
7
8
8
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
9
9
modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
···
13
13
14
14
src = fetchurl {
15
15
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
16
16
-
sha256 = "0k264zxibhldgi9fcax11bjdv89jkdn1nbvvng312j2f19i909p9";
16
16
+
sha256 = "0rh3r1ik9xwa3pl5rrqjjbknyc7xnam10jih7v5q5v33pd716a5n";
17
17
};
18
18
} // (args.argsOverride or {}))
-4
pkgs/top-level/all-packages.nix
···
12590
12590
linux_4_14 = callPackage ../os-specific/linux/kernel/linux-4.14.nix {
12591
12591
kernelPatches =
12592
12592
[ kernelPatches.bridge_stp_helper
12593
12593
-
kernelPatches.p9_fixes
12594
12593
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
12595
12594
# when adding a new linux version
12596
12595
kernelPatches.cpu-cgroup-v2."4.11"
12597
12596
kernelPatches.modinst_arg_list_too_long
12598
12598
-
12599
12599
-
# https://bugzilla.kernel.org/show_bug.cgi?id=197591#c6
12600
12600
-
kernelPatches.iwlwifi_mvm_support_version_7_scan_req_umac_fw_command
12601
12597
]
12602
12598
++ lib.optionals ((platform.kernelArch or null) == "mips")
12603
12599
[ kernelPatches.mips_fpureg_emu