commit | 7785a9e4c228db6d01086a52d5685cd7336a08b7 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@wdc.com> | Mon Aug 31 14:55:55 2020 +0900 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue Sep 01 16:41:57 2020 -0400 |
tree | 73cf6193dc1497763fcbb2d5f4760997d660c9dc | |
parent | c322ee9320eaa4013ca3620b1130992916b19b31 [diff] |
dm crypt: Initialize crypto wait structures Use the DECLARE_CRYPTO_WAIT() macro to properly initialize the crypto wait structures declared on stack before their use with crypto_wait_req(). Fixes: 39d13a1ac41d ("dm crypt: reuse eboiv skcipher for IV generation") Fixes: bbb1658461ac ("dm crypt: Implement Elephant diffuser for Bitlocker compatibility") Cc: stable@vger.kernel.org Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>