Acked-by: Nithin Dabilpuram <[email protected]>
On Thu, Feb 5, 2026 at 11:28 PM Stephen Hemminger <[email protected]> wrote: > > The code in common/cnxk no longer uses VLAs. > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > drivers/common/cnxk/meson.build | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/common/cnxk/meson.build b/drivers/common/cnxk/meson.build > index 2b33022eb7..9db77a9702 100644 > --- a/drivers/common/cnxk/meson.build > +++ b/drivers/common/cnxk/meson.build > @@ -94,7 +94,6 @@ sources += files('cnxk_telemetry_bphy.c', > 'cnxk_telemetry_sso.c', > ) > > -cflags += no_wvla_cflag > cflags += no_shadow_cflag > > if meson.is_cross_build() > -- > 2.51.0 >

