]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:44:53 +0000 (15:44 -0700)
commit1ddd2b03de91ec5df77f5739091148ee3097b901
tree6b70fb4af9ccea047f9e0d92cbc1e4a037b49875
parentf756698e6f8bc2e97064509407227821775bbfa3
Backport fix for crypto: algif_skcipher - Remove custom release parent function

Orabug: stable_rc4

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>
(cherry picked from commit 7327b23abeb498c103125f234c7698115db5970b)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
crypto/algif_skcipher.c