aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-04 11:26:19 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-04 16:15:03 +0200
commit0bcff6b0db4bd214edc7df5df1ce5d47f424c424 (patch)
treee9290813b34b3b58752449df92f055fc81e3b468 /include
parent68f109609b613b38bb3b2e6e82a9c04ae8bd011f (diff)
downloadupstream-0bcff6b0db4bd214edc7df5df1ce5d47f424c424.tar.gz
upstream-0bcff6b0db4bd214edc7df5df1ce5d47f424c424.tar.bz2
upstream-0bcff6b0db4bd214edc7df5df1ce5d47f424c424.zip
kernel: bump 4.9 to 4.9.131
Refreshed all patches. Fixes CVE: - CVE-2018-10880 - CVE-2018-7755 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 9c0a54bdf1..861b4c5a7a 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,12 +3,12 @@
LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .123
-LINUX_VERSION-4.9 = .130
LINUX_VERSION-4.14 = .73
+LINUX_VERSION-4.9 = .131
LINUX_KERNEL_HASH-3.18.123 = c10de32c9b31fb619b016a00d77afc394db5a4542e258e927f06a5ead86f8c64
-LINUX_KERNEL_HASH-4.9.130 = 60db3e6a8b00230d5a7c0c8907ef6876702e99c89980bb624f7b649b638b0a7f
LINUX_KERNEL_HASH-4.14.73 = 999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e
+LINUX_KERNEL_HASH-4.9.131 = 57db3295469d3990af93703a97b07f1e8a14920bf3f5b68ce0330a02e7aa5d60
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))