Re: [PATCH] remove extension keyword for flex arrays

2024-06-13 Thread David Marchand
On Wed, Jun 12, 2024 at 9:43 AM Morten Brørup wrote: > > > > Flex arrays are part of the C99 standard. > > No need to mark them with __extension__. > > > > Signed-off-by: David Marchand > Acked-by: Morten Brørup CI is happy, and so am I. Applied, thanks. -- David Marchand

RE: [PATCH] remove extension keyword for flex arrays

2024-06-12 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Wednesday, 12 June 2024 09.13 > > Flex arrays are part of the C99 standard. > No need to mark them with __extension__. > > Signed-off-by: David Marchand > --- Thank you for cleaning this up. Acked-by: Morten Brørup

[PATCH] remove extension keyword for flex arrays

2024-06-12 Thread David Marchand
Flex arrays are part of the C99 standard. No need to mark them with __extension__. Signed-off-by: David Marchand --- I noticed this while reviewing Tyler series on some libraries. Let's see if the compilers in the CI agrees with the patch. --- drivers/crypto/ipsec_mb/ipsec_mb_private.h | 2 +-