Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge #61715: linux_hardkernel_4_14: 4.14.102-156 -> 4.14.120-160

This contains fixes for the recent MDS vulnerabilities in Intel processors.

(cherry picked from commit 1741386f85cd2e2346b7bf4bf622be56bf91de62)

+3 -3
+3 -3
pkgs/os-specific/linux/kernel/linux-hardkernel-4.14.nix
··· 1 { stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args: 2 3 buildLinux (args // rec { 4 - version = "4.14.94-155"; 5 6 # modDirVersion needs to be x.y.z. 7 - modDirVersion = "4.14.94"; 8 9 # branchVersion needs to be x.y. 10 extraMeta.branch = "4.14"; ··· 13 owner = "hardkernel"; 14 repo = "linux"; 15 rev = version; 16 - sha256 = "1jg4m17y5wkmfmw8y9y9nh14xzw6011gbzlckqabmbazcdpbmf9d"; 17 }; 18 19 defconfig = "odroidxu4_defconfig";
··· 1 { stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args: 2 3 buildLinux (args // rec { 4 + version = "4.14.120-160"; 5 6 # modDirVersion needs to be x.y.z. 7 + modDirVersion = "4.14.120"; 8 9 # branchVersion needs to be x.y. 10 extraMeta.branch = "4.14"; ··· 13 owner = "hardkernel"; 14 repo = "linux"; 15 rev = version; 16 + sha256 = "0sb7k8kpbm4h98jsqjnjmj0ysp55n9cpczpw0jsg0x0sj9qp73nr"; 17 }; 18 19 defconfig = "odroidxu4_defconfig";