diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-29 13:53:37 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-31 16:54:50 +0200 |
commit | 76d1e8a0c29a5cce13c765cdb794022c91a88c86 (patch) | |
tree | 443f0d002538dfb9d85c5349c4f5779a03a6c370 /target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch | |
parent | ef9c13fb5d309040f7ae71b6de3d7b831c9d5891 (diff) | |
download | upstream-76d1e8a0c29a5cce13c765cdb794022c91a88c86.tar.gz upstream-76d1e8a0c29a5cce13c765cdb794022c91a88c86.tar.bz2 upstream-76d1e8a0c29a5cce13c765cdb794022c91a88c86.zip |
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 <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.9/804-crypto-support-layerscape.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 <yangbo.lu@nxp.com> --- 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 <yangbo.lu@nxp.com> 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; |