diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-04 11:26:55 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-04 16:15:03 +0200 |
commit | a2adeffffca5304b97aaa1eb68ffc4f00138ee1e (patch) | |
tree | 9722484c7463bd60684c8aa9565e4fab388fc7a8 /include | |
parent | 0bcff6b0db4bd214edc7df5df1ce5d47f424c424 (diff) | |
download | upstream-a2adeffffca5304b97aaa1eb68ffc4f00138ee1e.tar.gz upstream-a2adeffffca5304b97aaa1eb68ffc4f00138ee1e.tar.bz2 upstream-a2adeffffca5304b97aaa1eb68ffc4f00138ee1e.zip |
kernel: bump 4.14 to 4.14.74
Refreshed all patches.
Fixes CVE:
- CVE-2018-7755
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 861b4c5a7a..8f01583aed 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.14 = .73 LINUX_VERSION-4.9 = .131 +LINUX_VERSION-4.14 = .74 LINUX_KERNEL_HASH-3.18.123 = c10de32c9b31fb619b016a00d77afc394db5a4542e258e927f06a5ead86f8c64 -LINUX_KERNEL_HASH-4.14.73 = 999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e LINUX_KERNEL_HASH-4.9.131 = 57db3295469d3990af93703a97b07f1e8a14920bf3f5b68ce0330a02e7aa5d60 +LINUX_KERNEL_HASH-4.14.74 = 70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |