diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2016-10-25 22:58:12 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-10-25 22:58:12 +0200 |
commit | 2c54d989b46284bc5ee5b43d4ba7c2762c2241ed (patch) | |
tree | 1da1495f9fc9f046a169fb451ea5e6af13cc6453 /include | |
parent | 2aefb514a4852f4c427b467150bbc7cdfe024528 (diff) | |
download | upstream-2c54d989b46284bc5ee5b43d4ba7c2762c2241ed.tar.gz upstream-2c54d989b46284bc5ee5b43d4ba7c2762c2241ed.tar.bz2 upstream-2c54d989b46284bc5ee5b43d4ba7c2762c2241ed.zip |
CC: generic: bump kernel to 3.18.44
Patch 610- is updated as check_entry helper was killed in 3.18.37
Fixes CVE-2016-5195 (dirtycow)
Compile-tested on ar71xx, mxs, sunxi, imx6
Runtime-tested on ar71xx (PB42)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
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 81cd12355e..861fbbf426 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,9 +2,9 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .36 +LINUX_VERSION-3.18 = .44 -LINUX_KERNEL_MD5SUM-3.18.36 = 31b1699c1285aeeb81fb25750baa50d9 +LINUX_KERNEL_MD5SUM-3.18.44 = 7c52da2f54381a84960118b5bf23381a ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |