Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[security] Upgrade kernel version to 3.16.57-2 #68

Merged
merged 3 commits into from
Oct 4, 2018

Conversation

zhenggen-xu
Copy link
Contributor

@zhenggen-xu zhenggen-xu commented Oct 4, 2018

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

@zhenggen-xu zhenggen-xu changed the title [security] Upgrade kernel version from 3.16.0-5 [security] Upgrade kernel version to 3.16.57-2 Oct 4, 2018
@lguohan
Copy link
Contributor

lguohan commented Oct 4, 2018

retest this please

@lguohan lguohan merged commit dff16eb into sonic-net:201803 Oct 4, 2018
@zhenggen-xu zhenggen-xu deleted the 201803-k-upgrade branch May 16, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants