aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-10-07 18:08:53 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-10-07 20:53:21 +0300
commitf625df7ab8cf975dfdde890dbfe61f7081fb1ad7 (patch)
tree6e0bc046066a15dfd23c07502214c58c75f68d0e /include
parentae2a8a3b9b0b68ea7f3c8178531bc213612655d9 (diff)
downloadupstream-f625df7ab8cf975dfdde890dbfe61f7081fb1ad7.tar.gz
upstream-f625df7ab8cf975dfdde890dbfe61f7081fb1ad7.tar.bz2
upstream-f625df7ab8cf975dfdde890dbfe61f7081fb1ad7.zip
kernel: update 4.9 to 4.9.53
Refresh patches. Compile-tested on brcm2708/bcm2708, octeon and x86/64. Runtime-tested on brcm2708/bcm2708, octeon and x86/64. Fixes the following CVEs: - CVE-2017-1000252 - CVE-2017-12153 - CVE-2017-12154 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index bf38d8667b..75a1e1d708 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@ LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .71
LINUX_VERSION-4.4 = .90
-LINUX_VERSION-4.9 = .52
+LINUX_VERSION-4.9 = .53
LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
LINUX_KERNEL_HASH-4.4.90 = 6826ccd213ac79bbfd47e63912e89ef7ec70324b7aa3684a4d4560fc2b436331
-LINUX_KERNEL_HASH-4.9.52 = ffdd034f1bf32fa41d1a66a347388c0dc4c3cff6f578a1e29d88b20fbae1048a
+LINUX_KERNEL_HASH-4.9.53 = 32915a33bb0b993b779257748f89f31418992edba53acbe1160cb0f8ef3cb324
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))