[security] Upgrade kernel version to 3.16.57-2 #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is to address security issues include below:
[22 Feb 2018] DSA-4120 linux - security update
[24 Apr 2018] DSA-4179 linux-tools - security update
[01 May 2018] DSA-4187 linux - security update
[01 May 2018] DSA-4188 linux - security update
[08 May 2018] DSA-4196 linux - security update
and more
With minimal changes in sonic-buildimage, we can build below packages:
linux-headers-3.16.0-6-amd64_3.16.57-2_amd64.deb
linux-headers-3.16.0-6-common_3.16.57-2_amd64.deb
linux-image-3.16.0-6-amd64_3.16.57-2_amd64.deb
==
diff --git a/rules/linux-kernel.mk b/rules/linux-kernel.mk
index b7c1263..1fb0d1e 100644
--- a/rules/linux-kernel.mk
+++ b/rules/linux-kernel.mk
@@ -1,9 +1,9 @@
# linux kernel package
-KVERSION_SHORT = 3.16.0-5
+KVERSION_SHORT = 3.16.0-6
KVERSION ?= $(KVERSION_SHORT)-amd64
-KERNEL_VERSION = 3.16.51
-KERNEL_SUBVERSION = 3+deb8u1
+KERNEL_VERSION = 3.16.57
+KERNEL_SUBVERSION = 2
export KVERSION_SHORT KVERSION KERNEL_VERSION KERNEL_SUBVERSION