From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laura Abbott Subject: [PATCHv2 0/4] VLA removal from the gpio subsystem Date: Thu, 15 Mar 2018 11:00:26 -0700 Message-ID: <20180315180030.20001-1-labbott@redhat.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij , Kees Cook , Lukas Wunner , Nandor Han , Patrice Chotard Cc: Laura Abbott , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com, Mathias Duckeck List-Id: linux-gpio@vger.kernel.org Hi, This is v2 of the series to remove VLAs from the kernel. This is mostly to collect some of the feedback I've gotten so far, more detailed descriptions are in the individual patches. Thanks, Laura Laura Abbott (4): gpio: Remove VLA from gpiolib gpio: Remove VLA from MAX3191X driver gpio: Remove VLA from xra1403 driver gpio: Remove VLA from stmpe driver drivers/gpio/gpio-max3191x.c | 7 +++- drivers/gpio/gpio-stmpe.c | 7 +++- drivers/gpio/gpio-xra1403.c | 8 ++++- drivers/gpio/gpiolib.c | 78 ++++++++++++++++++++++++++++++++++--------- drivers/gpio/gpiolib.h | 2 +- include/linux/gpio/consumer.h | 8 +++-- 6 files changed, 87 insertions(+), 23 deletions(-) -- 2.14.3