]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Backport fix for crypto: algif_skcipher - Remove custom release parent function
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Feb 2016 11:44:10 +0000 (12:44 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 28 Feb 2016 05:09:45 +0000 (00:09 -0500)
commit7327b23abeb498c103125f234c7698115db5970b
tree5822908461f7da572ce2401e187fa4cd16cc983b
parent1ce5c14e78a7c44a6f9c6af3548748dbe22a80af
Backport fix for crypto: algif_skcipher - Remove custom release parent function

commit d7b65aee1e7b4c87922b0232eaba56a8a143a4a0 upstream.

This patch removes the custom release parent function as the
generic af_alg_release_parent now works for nokey sockets too.

Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
crypto/algif_skcipher.c