Re: [PATCH 0/4] VLA removal from the GPIO subsystem

2018-03-13 Thread Linus Walleij
On Sat, Mar 10, 2018 at 1:10 AM, Laura Abbott wrote: > For those who haven't seen it, there's an effort to remove VLAs from the > kernel so we can turn on -Wvla in the name of security. See > https://lkml.org/lkml/2018/3/7/621 for more details and discussion. OK I read up on it, I'm on board! Le

[PATCH 0/4] VLA removal from the GPIO subsystem

2018-03-09 Thread Laura Abbott
Hi, For those who haven't seen it, there's an effort to remove VLAs from the kernel so we can turn on -Wvla in the name of security. See https://lkml.org/lkml/2018/3/7/621 for more details and discussion. This is a series to remove a few VLAs from the gpio subsystem. These are compile tested only