{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{0, 1}.x series
Including mitigation for the "ZombieLoad" speculative execution
vulnerability.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Peter: drop 5.{0, 1}.x bump]
(cherry picked from commit 0644b8f79c
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ddba2a665b
commit
db8ad8d1c2
@ -122,7 +122,7 @@ endif
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "4.19.42" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "4.19.43" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "v4.4.176-cip31" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
|
@ -1,5 +1,6 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||
sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e linux-4.20.17.tar.xz
|
||||
sha256 f809d76010d575979362551fda3190569502973d5e2a972e78b9093a3526da26 linux-4.19.42.tar.xz
|
||||
sha256 687d73abd4b9af66ec30bdccdf96193e04316f9f5a1c7b8d74732c10b4729a15 linux-4.14.118.tar.xz
|
||||
sha256 d98434f91f9df2bf36c7896ca747b7cf98be2e3a491073fd26e3f53cda07500c linux-4.9.175.tar.xz
|
||||
sha256 111619a1fab2368bf4da05c079e44bf25ee00ee250694c1b8e536f2ed5d2df57 linux-4.19.43.tar.xz
|
||||
sha256 5615b713389d74044eaa57032dab674228116b63ed358086c33bd929d7ad3b7c linux-4.14.119.tar.xz
|
||||
sha256 2a94d008c0737f01d4b78f669a3c40e334cacebe4d62eb25252171cee205b178 linux-4.9.176.tar.xz
|
||||
sha256 2c6a9d2765ef182f2470afed5af74de6c435ba9aaf422af54db8c5dc2b4f27d1 linux-4.4.179.tar.xz
|
||||
|
@ -288,9 +288,9 @@ endchoice
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "4.4.179" if BR2_KERNEL_HEADERS_4_4
|
||||
default "4.9.175" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.118" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.42" if BR2_KERNEL_HEADERS_4_19
|
||||
default "4.9.176" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.119" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.43" if BR2_KERNEL_HEADERS_4_19
|
||||
default "4.20.17" if BR2_KERNEL_HEADERS_4_20
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
||||
|
Loading…
Reference in New Issue
Block a user