]> Git Repo - linux.git/commit
RAID/s390: Remove VLA usage
authorKees Cook <[email protected]>
Tue, 3 Jul 2018 19:52:21 +0000 (12:52 -0700)
committerMartin Schwidefsky <[email protected]>
Wed, 4 Jul 2018 06:37:50 +0000 (08:37 +0200)
commitad5728ce21398926a1215ebb38570113fa8edd99
treef2b1b0b045f093c29b6e0bf94dbeef9e28de9586
parentd2f2df69885d0548ed5c0ba8fa2751497ba62352
RAID/s390: Remove VLA usage

In the quest to remove all stack VLA usage from the kernel[1], this moves
the "$#" replacement from being an argument to being inside the function,
which avoids generating VLAs.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
lib/raid6/s390vx.uc
This page took 0.047352 seconds and 4 git commands to generate.