Re: [PATCH] percpu: convert flexible array initializers to use struct_size()

2020-10-30 Thread Gustavo A. R. Silva
On 10/30/20 15:58, Dennis Zhou wrote: > Use the safer macro as sparked by the long discussion in [1]. > > [1] https://lore.kernel.org/lkml/20200917204514.ga2880...@google.com/ > > Signed-off-by: Dennis Zhou Reviewed-by: Gustavo A. R. Silva Thanks -- Gustavo > --- > I'll apply it to for-5.

[PATCH] percpu: convert flexible array initializers to use struct_size()

2020-10-30 Thread Dennis Zhou
Use the safer macro as sparked by the long discussion in [1]. [1] https://lore.kernel.org/lkml/20200917204514.ga2880...@google.com/ Signed-off-by: Dennis Zhou --- I'll apply it to for-5.10-fixes. mm/percpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/percpu.