Messages in this thread |  | | Date | Fri, 29 Oct 2021 21:11:21 +0800 | From | Herbert Xu <> | Subject | Re: [PATCH v3] crypto: s5p-sss - Add error handling in s5p_aes_probe() |
| |
On Thu, Oct 21, 2021 at 09:34:22AM +0800, Tang Bin wrote: > The function s5p_aes_probe() does not perform sufficient error > checking after executing platform_get_resource(), thus fix it. > > Fixes: c2afad6c6105 ("crypto: s5p-sss - Add HASH support for Exynos") > Cc: <stable@vger.kernel.org> > Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Changes from v2 > - add Cc: <stable@vger.kernel.org> > > Changes from v1 > - add fixed title > --- > drivers/crypto/s5p-sss.c | 2 ++ > 1 file changed, 2 insertions(+)
Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |