diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-05-14 15:10:55 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-05-26 18:11:35 +0200 |
commit | 6182480637d98100056883e8191b4f69c5313847 (patch) | |
tree | 23609851ecaa641ffd61dac15a437fe97eac3acd /drivers/spi/spi-gpio.c | |
parent | crypto: chtls - generic handling of data and hdr (diff) | |
download | linux-6182480637d98100056883e8191b4f69c5313847.tar.xz linux-6182480637d98100056883e8191b4f69c5313847.zip |
crypto: inside-secure - remove VLAs
This patch removes the use of VLAs to allocate requests on the stack, by
removing both SKCIPHER_REQUEST_ON_STACK and AHASH_REQUEST_ON_STACK. As
we still need to allocate requests on the stack to ease the creation of
invalidation requests a new, non-VLA, definition is used:
EIP197_REQUEST_ON_STACK.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/spi/spi-gpio.c')
0 files changed, 0 insertions, 0 deletions