diff options
author | Kees Cook <keescook@chromium.org> | 2018-04-29 17:00:53 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-04-30 16:11:16 +0200 |
commit | 27ab41e2c183e960a045c8f3b87b2341a5f10f19 (patch) | |
tree | 0168e650060ee93e20af3692c9ddd98fbab0651d /arch/arm/mach-realview | |
parent | mtd: Add sysfs attribute for mtd OOB available size (diff) | |
download | linux-27ab41e2c183e960a045c8f3b87b2341a5f10f19.tar.xz linux-27ab41e2c183e960a045c8f3b87b2341a5f10f19.zip |
mtd: nftl: Remove VLA usage
On the quest to remove all stack VLAs from the kernel[1] this changes
the check_free_sectors() routine to use a kmalloc()ed buffer instead
of a large VLA stack buffer.
[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'arch/arm/mach-realview')
0 files changed, 0 insertions, 0 deletions