summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-10-16 13:32:51 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-10-16 13:35:06 +0300
commitfa0b5fce1f53c3520cacff49e9d371fb2c5c3685 (patch)
tree805cbcf1958eb4672c4a76ba995f0a33c0f6fc94 /include
parente6fd17d04c7d738598414c55cd091f7fb9c6567a (diff)
downloadmtk-20170518-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.zip
mtk-20170518-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.tar.gz
mtk-20170518-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.tar.bz2
kernel: bump 4.4 to 4.4.92
Refresh patches. 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 b4e29ff..51e0dcf 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .43
-LINUX_VERSION-4.4 = .89
+LINUX_VERSION-4.4 = .92
LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c
-LINUX_KERNEL_HASH-4.4.89 = a81d1b1306e4fddee5d6f7219090a616073b02f4069e44522a9c0454b17f2b67
+LINUX_KERNEL_HASH-4.4.92 = 53f8cd8b024444df0f242f8e6ab5147b0b009d7a30e8b2ed3854e8d17937460d
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))