diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-18 15:04:48 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 13:16:45 +0200 |
commit | d14aa199048cafa258dbe6a7b31cf8b5422b0272 (patch) | |
tree | 5c067f1d6c16ea0879fa106f7212e6afc7d30685 /include | |
parent | 9cae5a8289737784343c0e6ed17569bc690fd2a5 (diff) | |
download | upstream-d14aa199048cafa258dbe6a7b31cf8b5422b0272.tar.gz upstream-d14aa199048cafa258dbe6a7b31cf8b5422b0272.tar.bz2 upstream-d14aa199048cafa258dbe6a7b31cf8b5422b0272.zip |
kernel: bump 4.14 to 4.14.144
Refreshed all patches.
Altered patches:
- 816-pcie-support-layerscape.patch
Fixes:
- CVE-2019-15030
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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 8cf8bbec09..e951a13eb4 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 = .143 +LINUX_VERSION-4.14 = .144 -LINUX_KERNEL_HASH-4.14.143 = 2534f2f03cb937700a03dd85dcf1cb6e6f46fdd29d489580cc3183d6c0643d93 +LINUX_KERNEL_HASH-4.14.144 = cb8b84675ba060b249ffa62de2366d16e842e3edfcb355ebbfb06bf3de03ca54 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |