diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2017-05-18 16:29:25 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-14 13:16:21 +0200 |
commit | a3a3a1cf538c024a4586c6c3396454d71df9b6b5 (patch) | |
tree | 1c582a32340ea4a238754e130a98f03cfd048990 /drivers/gpu | |
parent | 8096a6748a92b3d6671d3a116abe3fb75b8e463b (diff) | |
download | linux-stable-a3a3a1cf538c024a4586c6c3396454d71df9b6b5.tar.gz linux-stable-a3a3a1cf538c024a4586c6c3396454d71df9b6b5.tar.bz2 linux-stable-a3a3a1cf538c024a4586c6c3396454d71df9b6b5.zip |
crypto: gcm - wait for crypto op not signal safe
commit f3ad587070d6bd961ab942b3fd7a85d00dfc934b upstream.
crypto_gcm_setkey() was using wait_for_completion_interruptible() to
wait for completion of async crypto op but if a signal occurs it
may return before DMA ops of HW crypto provider finish, thus
corrupting the data buffer that is kfree'ed in this case.
Resolve this by using wait_for_completion() instead.
Reported-by: Eric Biggers <ebiggers3@gmail.com>
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions