diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2021-02-24 10:29:18 -0600 |
---|---|---|
committer | Josh Poimboeuf <jpoimboe@redhat.com> | 2021-04-19 12:36:34 -0500 |
commit | dabe5167a3cbb4bf16b20c0e5b6497513e2e3a08 (patch) | |
tree | ca7319937ca81fea3aea10218781f7911970e1cd /samples | |
parent | e163be86fff3deec70f63330fc43fedf892c9aee (diff) |
x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack buffer
A conditional stack allocation violates traditional unwinding
requirements when a single instruction can have differing stack layouts.
There's no benefit in allocating the stack buffer conditionally. Just
do it unconditionally.
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Tested-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Sami Tolvanen <samitolvanen@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Link: https://lore.kernel.org/r/85ac96613ee5784b6239c18d3f68b1f3c509caa3.1614182415.git.jpoimboe@redhat.com
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions