From 76d1e8a0c29a5cce13c765cdb794022c91a88c86 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Mon, 29 Jul 2019 13:53:37 +0200 Subject: kernel: bump 4.9 to 4.9.186 Refreshed all patches. Fixes: - CVE-2019-3846 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- .../layerscape/patches-4.9/202-core-linux-support-layerscape.patch | 2 +- .../linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/layerscape') diff --git a/target/linux/layerscape/patches-4.9/202-core-linux-support-layerscape.patch b/target/linux/layerscape/patches-4.9/202-core-linux-support-layerscape.patch index c5b06ec7f4..2eec09d309 100644 --- a/target/linux/layerscape/patches-4.9/202-core-linux-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/202-core-linux-support-layerscape.patch @@ -421,7 +421,7 @@ Signed-off-by: Yangbo Lu * These are the defined Ethernet Protocol ID's. --- a/net/core/dev.c +++ b/net/core/dev.c -@@ -6656,9 +6656,18 @@ int dev_set_mtu(struct net_device *dev, +@@ -6659,9 +6659,18 @@ int dev_set_mtu(struct net_device *dev, if (new_mtu == dev->mtu) return 0; diff --git a/target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch b/target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch index 9ba915a5f3..326446f4e4 100644 --- a/target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch @@ -377,7 +377,7 @@ Signed-off-by: Yangbo Lu --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c -@@ -112,6 +112,21 @@ nla_put_failure: +@@ -115,6 +115,21 @@ nla_put_failure: return -EMSGSIZE; } @@ -399,7 +399,7 @@ Signed-off-by: Yangbo Lu static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) { struct crypto_report_akcipher rakcipher; -@@ -186,7 +201,11 @@ static int crypto_report_one(struct cryp +@@ -189,7 +204,11 @@ static int crypto_report_one(struct cryp goto nla_put_failure; break; -- cgit v1.2.3