On Sat, 2019-07-20 at 12:21 -0700, Linus Torvalds wrote: > On Tue, Jun 4, 2019 at 2:30 AM Hannes Reinecke <hare@xxxxxxx> wrote: > > > > Gcc-9 complains for a memset across pointer boundaries, which > > happens as the code tries to allocate a flexible array on the > > stack. Turns out we cannot do this without relying on gcc-isms, so > > this patch converts the stack allocation in proper kzalloc() calls. > > > > Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> > > So this patch apparently isn't making it into 5.3? > > The gcc-9 warnings are still there, and as annoying as they were > originally. Appended for your viewing "pleasure" once again, in case > you don't have gcc-9 installed.. Is that a Reviewed-By or Tested-by? If so we can slide it into one of the -rc candidates. James