aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-07-29 13:52:04 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-07-31 16:56:19 +0200
commit4fd61b6220a7a25f2284731688eafb0495643d0e (patch)
tree075f4d929a2ccdfe253f2e96f5abf332501b3c18 /include
parent8c57d88fcc8dbdd4b0ee68b9f842fe35a2f188ae (diff)
downloadupstream-4fd61b6220a7a25f2284731688eafb0495643d0e.tar.gz
upstream-4fd61b6220a7a25f2284731688eafb0495643d0e.tar.bz2
upstream-4fd61b6220a7a25f2284731688eafb0495643d0e.zip
kernel: bump 4.14 to 4.14.134
Refreshed all patches. Remove upstreamed: - 049-v4.20-mips-remove-superfluous-check-for-linux.patch Fixes: - CVE-2019-3846 - CVE-2019-3900 Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 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 d7ed7ba0b3..535aed640d 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .133
+LINUX_VERSION-4.14 = .134
-LINUX_KERNEL_HASH-4.14.133 = be9844e534d28db51a81672cdeb8e430a47f4c91379c06cd431f0b8a1c79b700
+LINUX_KERNEL_HASH-4.14.134 = 0b21e7b5effd92303a551b5be2380c9703d6fb87cfe5189fe0d795cc73903d2d
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))