diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-28 12:36:15 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 13:28:41 +0100 |
commit | bcd7644007eba9caa1b0dd535acd6266b04fe8df (patch) | |
tree | 096dbba26016dad96fa31d2e71aaeea5d731c847 /include | |
parent | d5afaa41148b363128626135bfb73b156887cddb (diff) | |
download | upstream-bcd7644007eba9caa1b0dd535acd6266b04fe8df.tar.gz upstream-bcd7644007eba9caa1b0dd535acd6266b04fe8df.tar.bz2 upstream-bcd7644007eba9caa1b0dd535acd6266b04fe8df.zip |
kernel: bump 4.9 to 4.9.143
Refreshed all patches.
Altered patches:
- 950-0063-Improve-__copy_to_user-and-__copy_from_user-performa.patch
- 950-0149-Update-vfpmodule.c.patch
- 201-extra_optimization.patch
New symbol:
- CONFIG_HARDEN_BRANCH_PREDICTOR
Compile-tested on: ar71xx, ar7, arc770, at91, brcm2708, brcm63xx, ixp4xx, lantiq, layerscape, mpc85xx, orion, rb532, uml
Runtime-tested on: ar71xx
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 fc333b0736..f8c67e44d7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,10 +2,10 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.9 = .138 +LINUX_VERSION-4.9 = .143 LINUX_VERSION-4.14 = .82 -LINUX_KERNEL_HASH-4.9.138 = 92301242601d50854b173a3fdec318480e24fc86f32102003a9ed7108fab21b7 +LINUX_KERNEL_HASH-4.9.143 = 0eb76464a696675fd4f8762e390328a377e973bfa263b00544ca1b5b10ac2cbf LINUX_KERNEL_HASH-4.14.82 = a790a2e6f6a76d70decec91d1b7bcfba90f821b076273da070f6e0e1e6391dad remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |