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.
This commit is contained in:
commit
1741386f85
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "4.14.102-156";
|
version = "4.14.120-160";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z.
|
# modDirVersion needs to be x.y.z.
|
||||||
modDirVersion = "4.14.102";
|
modDirVersion = "4.14.120";
|
||||||
|
|
||||||
# branchVersion needs to be x.y.
|
# branchVersion needs to be x.y.
|
||||||
extraMeta.branch = "4.14";
|
extraMeta.branch = "4.14";
|
||||||
@ -13,7 +13,7 @@ buildLinux (args // rec {
|
|||||||
owner = "hardkernel";
|
owner = "hardkernel";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "12af0n1lg2w2qm9aq1v8w3x8npaka60ks9xp6jwaw0l06j23ryyv";
|
sha256 = "0sb7k8kpbm4h98jsqjnjmj0ysp55n9cpczpw0jsg0x0sj9qp73nr";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "odroidxu4_defconfig";
|
defconfig = "odroidxu4_defconfig";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user