mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Merge pull request #3048 from dm0-/linux
Bump Linux kernels to 4.14.17 and 4.15.1
This commit is contained in:
commit
49ac7ea139
@ -1,3 +1,4 @@
|
|||||||
DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10
|
DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10
|
||||||
DIST patch-4.14.16.xz 477200 SHA256 35a107a45a6e8884d3ab442f9845007e3fcf9998441bf2324a86e91056628fe7 SHA512 7ba492011915a356ea696a6ae2269ff85725f726f6dd382973ceb417ac3289c7b4384bdffbde8ddea04b386126e07a3ea3aacf18253db4fcbc461e7c7e75d371 WHIRLPOOL 89333d32db499ab3284fb115b51219c595cacba2faed03fd5849a753d29e0169d77e66a3a0038af0bcd2649c11ea93a36191338b9266cddab69cf208053da78e
|
|
||||||
DIST linux-4.15.tar.xz 102181404 SHA256 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769 SHA512 c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea WHIRLPOOL 8f08cf5885c85b9f4959ed52e0c479ff0961143c7c515393c73a7a41dd301f9557f38cfa4093e943989cffd13e11d9524bf75c778a2e9359da4b5d98df222075
|
DIST linux-4.15.tar.xz 102181404 SHA256 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769 SHA512 c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea WHIRLPOOL 8f08cf5885c85b9f4959ed52e0c479ff0961143c7c515393c73a7a41dd301f9557f38cfa4093e943989cffd13e11d9524bf75c778a2e9359da4b5d98df222075
|
||||||
|
DIST patch-4.14.17.xz 519796 SHA256 1e62d56e37bd15daec7c3d20a605624e1e0a21c44856880c6dbe0c9e41cabfa8 SHA512 fd785f0ab864ef4d2b18041183d867fb3a00e6d8718cb016d61a5c6de9f29f6653678ae6cc72593224da3e1bc44cc061d285a2f426ca1d62b4eb571549c440e3 WHIRLPOOL 5dc4dfb578f23a1093441b81ccedf6dccce3750a06b95d79fcf025899c8d7d5614b5ef3052e0370c7cb9aed0e3c0b29136f3e022406efccc3983d53ab60b73c3
|
||||||
|
DIST patch-4.15.1.xz 16996 SHA256 202a0a34f221ae335de096c292927d7a7d4bcdbc2dd46d43b8a5f6420f95a0cf SHA512 d0ffcf6f8311a9b4cfa42cd07c24429af4e2e735c9a841de2baa206873652a42aa4853f19fecc82a2fcf464a39b7a62249c940287a040c4a310e4d024ae5d55f WHIRLPOOL 417575202e6af67e5745333b0f2722c3f20e2b31269d7454c348ab589f213b20b109752c397b15fa6f3136a56d97289c2666e60343bac73fc92aed3ca08d6764
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 632d2757835c819a167598fdc463070f6daf4e95 Mon Sep 17 00:00:00 2001
|
From 66925d7168838fe7b97101d4b30618ef2211291b Mon Sep 17 00:00:00 2001
|
||||||
From: Vito Caputo <vito.caputo@coreos.com>
|
From: Vito Caputo <vito.caputo@coreos.com>
|
||||||
Date: Wed, 25 Nov 2015 02:59:45 -0800
|
Date: Wed, 25 Nov 2015 02:59:45 -0800
|
||||||
Subject: [PATCH 1/5] kbuild: derive relative path for KBUILD_SRC from CURDIR
|
Subject: [PATCH 1/5] kbuild: derive relative path for KBUILD_SRC from CURDIR
|
||||||
@ -12,7 +12,7 @@ by some undesirable path component.
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 90a4bffa8446..05c0d91fa89e 100644
|
index 7ed993896dd5..7f8fb84cf86f 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -143,7 +143,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
|
@@ -143,7 +143,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 1c541be87f3ff4bd458413a6410a242bdc201366 Mon Sep 17 00:00:00 2001
|
From c0b9917d5595e3308c447452ea14b0add6c93331 Mon Sep 17 00:00:00 2001
|
||||||
From: Geoff Levand <geoff@infradead.org>
|
From: Geoff Levand <geoff@infradead.org>
|
||||||
Date: Fri, 11 Nov 2016 17:28:52 -0800
|
Date: Fri, 11 Nov 2016 17:28:52 -0800
|
||||||
Subject: [PATCH 2/5] Add arm64 coreos verity hash
|
Subject: [PATCH 2/5] Add arm64 coreos verity hash
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a236e54e7578bdc69d4250aedf12cee96d9e99e2 Mon Sep 17 00:00:00 2001
|
From 83678fa86f01a6ee8055641504c93751c5b465b7 Mon Sep 17 00:00:00 2001
|
||||||
From: Mohamed Ghannam <simo.ghannam@gmail.com>
|
From: Mohamed Ghannam <simo.ghannam@gmail.com>
|
||||||
Date: Tue, 5 Dec 2017 12:23:04 -0800
|
Date: Tue, 5 Dec 2017 12:23:04 -0800
|
||||||
Subject: [PATCH 3/5] dccp: CVE-2017-8824: use-after-free in DCCP code
|
Subject: [PATCH 3/5] dccp: CVE-2017-8824: use-after-free in DCCP code
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 82681258a4b7dc951f2e4b367ebeaf3f89c5073b Mon Sep 17 00:00:00 2001
|
From e33af66fe64898dc595601d710b9e3383a62336c Mon Sep 17 00:00:00 2001
|
||||||
From: Ilya Dryomov <idryomov@gmail.com>
|
From: Ilya Dryomov <idryomov@gmail.com>
|
||||||
Date: Mon, 16 Oct 2017 15:59:09 +0200
|
Date: Mon, 16 Oct 2017 15:59:09 +0200
|
||||||
Subject: [PATCH 4/5] block: factor out __blkdev_issue_zero_pages()
|
Subject: [PATCH 4/5] block: factor out __blkdev_issue_zero_pages()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From f37eead06e12a9d4acb2a3d7e2fa9fb514838a95 Mon Sep 17 00:00:00 2001
|
From 8900f0dc732427c161013aa496e7572500b6d635 Mon Sep 17 00:00:00 2001
|
||||||
From: Ilya Dryomov <idryomov@gmail.com>
|
From: Ilya Dryomov <idryomov@gmail.com>
|
||||||
Date: Mon, 16 Oct 2017 15:59:10 +0200
|
Date: Mon, 16 Oct 2017 15:59:10 +0200
|
||||||
Subject: [PATCH 5/5] block: cope with WRITE ZEROES failing in
|
Subject: [PATCH 5/5] block: cope with WRITE ZEROES failing in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 58ee2c122774bcaf44425a69b2b4b4f0438851ef Mon Sep 17 00:00:00 2001
|
From 9880fc67cdf8132bb0d3d605d362beeb40bc7167 Mon Sep 17 00:00:00 2001
|
||||||
From: Vito Caputo <vito.caputo@coreos.com>
|
From: Vito Caputo <vito.caputo@coreos.com>
|
||||||
Date: Wed, 25 Nov 2015 02:59:45 -0800
|
Date: Wed, 25 Nov 2015 02:59:45 -0800
|
||||||
Subject: [PATCH 1/2] kbuild: derive relative path for KBUILD_SRC from CURDIR
|
Subject: [PATCH 1/2] kbuild: derive relative path for KBUILD_SRC from CURDIR
|
||||||
@ -12,7 +12,7 @@ by some undesirable path component.
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index c8b8e902d5a4..5bb025e1f0d6 100644
|
index af101b556ba0..8af44915edb2 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -143,7 +143,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
|
@@ -143,7 +143,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
|
||||||
@ -26,5 +26,5 @@ index c8b8e902d5a4..5bb025e1f0d6 100644
|
|||||||
|
|
||||||
# Leave processing to above invocation of make
|
# Leave processing to above invocation of make
|
||||||
--
|
--
|
||||||
2.13.6
|
2.14.3
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 4786db68818484f259bf7bc7d9b56aa696ba33b4 Mon Sep 17 00:00:00 2001
|
From 2574627f811193a9eea7a3c6ec5c1c61618740b1 Mon Sep 17 00:00:00 2001
|
||||||
From: Geoff Levand <geoff@infradead.org>
|
From: Geoff Levand <geoff@infradead.org>
|
||||||
Date: Fri, 11 Nov 2016 17:28:52 -0800
|
Date: Fri, 11 Nov 2016 17:28:52 -0800
|
||||||
Subject: [PATCH 2/2] Add arm64 coreos verity hash
|
Subject: [PATCH 2/2] Add arm64 coreos verity hash
|
||||||
@ -25,5 +25,5 @@ index 613fc3000677..fdaf86c78332 100644
|
|||||||
/*
|
/*
|
||||||
* The debug table is referenced via its Relative Virtual Address (RVA),
|
* The debug table is referenced via its Relative Virtual Address (RVA),
|
||||||
--
|
--
|
||||||
2.13.6
|
2.14.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user