]> git.baikalelectronics.ru Git - kernel.git/commit
s390/zcrypt: remove VLA usage from the AP bus
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 5 Sep 2018 05:45:11 +0000 (07:45 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 12 Sep 2018 09:33:37 +0000 (11:33 +0200)
commit534fb5fc399338f30e599f6c8583568fcdbf21f3
tree9c78924b2c010d34f357f95cd82545229a39445a
parentce1a5b0e27067aee520c1d1c2504db3ccecabe31
s390/zcrypt: remove VLA usage from the AP bus

The use of variable length arrays on the stack is deprecated.
git commit 380b1e9ae384bfb9618755fc26314d0ff872a8cc
"s390/zcrypt: hex string mask improvements for apmask and aqmask."
added three new VLA arrays. Remove them again.

Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/crypto/ap_bus.c