Skip to content

Commit b417fa8

Browse files
authored
upgrade kernel to 3.16.43-2+deb8u5 based on latest debian security patches (sonic-net#33)
1 parent b386d52 commit b417fa8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ SHELL = /bin/bash
33

44
KVERSION_SHORT ?= 3.16.0-4
55
KVERSION ?= $(KVERSION_SHORT)-amd64
6-
KERNEL_VERSION ?= 3.16.36
7-
KERNEL_SUBVERSION ?= 1+deb8u2
6+
KERNEL_VERSION ?= 3.16.43
7+
KERNEL_SUBVERSION ?= 2+deb8u5
88

99
MAIN_TARGET = linux-headers-$(KVERSION_SHORT)-common_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_amd64.deb
1010
DERIVED_TARGETS = linux-headers-$(KVERSION)_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_amd64.deb \
@@ -16,9 +16,9 @@ DEBIAN_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).debian.tar.xz
1616
URL = http://security.debian.org/debian-security/pool/updates/main/l/linux
1717
BUILD_DIR=linux-$(KERNEL_VERSION)
1818

19-
DSC_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.36-1+deb8u2.dsc?sv=2015-04-05&sr=b&sig=9wBtvznS4Ih4JTT2%2FWZzlnaW0XY4iCQlzIhdaHlA3dw%3D&se=2030-11-07T19%3A41%3A19Z&sp=r"
20-
DEBIAN_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.36-1+deb8u2.debian.tar.xz?sv=2015-04-05&sr=b&sig=wlcTymPDhkX8HOsM5im7789b76%2BewwCILOFUpFZYBvk%3D&se=2030-11-07T19%3A40%3A30Z&sp=r"
21-
ORIG_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.36.orig.tar.xz?sv=2015-04-05&sr=b&sig=ez%2Fv4ci4ADs7gnoflCr%2BrCMAK0e1WPN8%2F68sw33f9%2Bc%3D&se=2030-11-07T19%3A40%3A52Z&sp=r"
19+
DSC_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.43-2+deb8u5.dsc?sv=2015-04-05&sr=b&sig=%2B4UumAxZB5X%2BSurMCEY4JqL2%2BYxTRfJjecnIZvo%2BxCg%3D&se=2154-10-14T01%3A34%3A34Z&sp=r"
20+
DEBIAN_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.43-2+deb8u5.debian.tar.xz?sv=2015-04-05&sr=b&sig=p1wv%2BId57XVyabKQe%2B22B33%2F9FWIIK5WLP1x6uNC%2BCo%3D&se=2154-10-14T01%3A33%3A51Z&sp=r"
21+
ORIG_FILE_URL = "https://sonicstorage.blob.core.windows.net/packages/linux_3.16.43.orig.tar.xz?sv=2015-04-05&sr=b&sig=n2iMEnfMv%2B1YMXKrvixfB6Ua6xRnaOwtwErr5aZkfMQ%3D&se=2154-10-14T01%3A34%3A57Z&sp=r"
2222

2323
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
2424
# Obtaining the Debian kernel source

patch/changelog.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
--- debian/changelog.orig 2016-09-19 23:37:25.157879132 +0000
22
+++ debian/changelog 2016-09-19 23:37:32.141853134 +0000
33
@@ -1,3 +1,15 @@
4-
+linux (3.16.36-1+deb8u2) acs; urgency=high
4+
+linux (3.16.43-2+deb8u5) acs; urgency=high
55
+
66
+ * add driver patches for MLNX SN2700
77
+
88
+ -- Guohan Lu <[email protected]> Sun, 19 Dec 2015 01:50:04 +0100
99
+
10-
+linux (3.16.36-1+deb8u2) acs; urgency=high
10+
+linux (3.16.43-2+deb8u5) acs; urgency=high
1111
+
1212
+ * add support for S6000
1313
+
1414
+ -- Shuotian Cheng <[email protected]> Sun, 19 Dec 2015 01:50:04 +0100
1515
+
16-
linux (3.16.36-1+deb8u2) jessie-security; urgency=high
16+
linux (3.16.43-2+deb8u5) jessie-security; urgency=medium
1717

18-
* KEYS: Fix short sprintf buffer in /proc/keys show function (CVE-2016-7042)
18+
* [amd64] mm: revert ELF_ET_DYN_BASE base changes (fixes regression of ASan)

0 commit comments

Comments
 (0)