Skip to content

Commit 7c97ae9

Browse files
authored
upgrade kernel to debian 4.9.110-3+deb9u1 (#55)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 28e99c0 commit 7c97ae9

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Makefile

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
SHELL = /bin/bash
33
.SHELLFLAGS += -e
44

5-
KVERSION_SHORT ?= 4.9.0-5
5+
KVERSION_SHORT ?= 4.9.0-7
66
KVERSION ?= $(KVERSION_SHORT)-amd64
7-
KERNEL_VERSION ?= 4.9.65
8-
KERNEL_SUBVERSION ?= 3+deb9u2
7+
KERNEL_VERSION ?= 4.9.110
8+
KERNEL_SUBVERSION ?= 3+deb9u1
99
kernel_procure_method ?= build
1010

1111
LINUX_HEADER_COMMON = linux-headers-$(KVERSION_SHORT)-common_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_all.deb
@@ -18,11 +18,11 @@ DERIVED_TARGETS = $(LINUX_HEADER_AMD64) $(LINUX_IMAGE)
1818
ifneq ($(kernel_procure_method), build)
1919
# Downloading kernel
2020

21-
LINUX_HEADER_COMMON_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-5-common_4.9.65-3+deb9u2_all.deb?sv=2015-04-05&sr=b&sig=LtMcms7eBqw6IaJq37FdHXXN8GBrlIXouSnPEmmoxMM%3D&se=2155-07-04T07%3A33%3A59Z&sp=r"
21+
LINUX_HEADER_COMMON_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-7-common_4.9.110-3+deb9u1_all.deb?sv=2015-04-05&sr=b&sig=1%2FgRlKSoUnmnuwBoylk2Scn9lGxQMksXjLGTsNnl4pk%3D&se=2155-07-06T08%3A50%3A06Z&sp=r"
2222

23-
LINUX_HEADER_AMD64_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-5-amd64_4.9.65-3+deb9u2_amd64.deb?sv=2015-04-05&sr=b&sig=PTCh3FhHxOlSvqlKZIARbAsjcGVQWjogewNzKN%2FtPDM%3D&se=2024-04-24T15%3A33%3A34Z&sp=r"
23+
LINUX_HEADER_AMD64_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-7-amd64_4.9.110-3+deb9u1_amd64.deb?sv=2015-04-05&sr=b&sig=3JlLD0%2FXIuv5MYmi8UAlsCyzNbKbIkilo1c1JJtIimM%3D&se=2155-07-06T08%3A51%3A34Z&sp=r"
2424

25-
LINUX_IMAGE_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-image-4.9.0-5-amd64_4.9.65-3+deb9u2_amd64.deb?sv=2015-04-05&sr=b&sig=eWBMDs2pooGGYC9VF%2Bm2GW%2BG%2F4T4%2BXHk9K86vwbX2Og%3D&se=2155-07-04T07%3A34%3A51Z&sp=r"
25+
LINUX_IMAGE_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-image-4.9.0-7-amd64_4.9.110-3+deb9u1_amd64.deb?sv=2015-04-05&sr=b&sig=D5SXjaNrVCOkkwyeq2Wye%2BHSR86I3cFJEzVFOxJwPC0%3D&se=2155-07-06T08%3A50%3A58Z&sp=r"
2626

2727
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
2828
# Obtaining the Debian kernel packages
@@ -77,6 +77,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
7777
# Applying patches and configuration changes
7878
git add debian/build/build_amd64_none_amd64/.config -f
7979
git add debian/config.defines.dump -f
80+
git add debian/control -f
8081
git commit -m "unmodified debian source"
8182

8283
# Learning new git repo head (above commit) by calling stg repair.

patch/preconfig/changelog.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Signed-off-by: Qi Luo <[email protected]>
1010
1 file changed, 12 insertions(+)
1111

1212
diff --git a/debian/changelog b/debian/changelog
13-
index 5835b31..4ef1744 100644
13+
index 026b840..88c8a43 100644
1414
--- a/debian/changelog
1515
+++ b/debian/changelog
1616
@@ -1,3 +1,15 @@
17-
+linux (4.9.65-3+deb9u2) sonic; urgency=high
17+
+linux (4.9.110-3+deb9u1) sonic; urgency=high
1818
+
1919
+ * add driver patches for MLNX SN2700
2020
+
2121
+ -- Guohan Lu <[email protected]> Sun, 19 Dec 2015 01:50:04 +0100
2222
+
23-
+linux (4.9.65-3+deb9u2) sonic; urgency=high
23+
+linux (4.9.110-3+deb9u1) sonic; urgency=high
2424
+
2525
+ * add support for S6000
2626
+
2727
+ -- Shuotian Cheng <[email protected]> Sun, 19 Dec 2015 01:50:04 +0100
2828
+
29-
linux (4.9.65-3+deb9u2) stretch-security; urgency=high
29+
linux (4.9.110-3+deb9u1) stretch-security; urgency=high
3030

31-
* x86: setup PCID, preparation work for KPTI.
31+
[ Romain Perier ]

0 commit comments

Comments
 (0)