Re: [PATCH] selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off

2024-07-15 Thread Greg Kroah-Hartman
On Fri, Jul 12, 2024 at 05:01:38PM -0700, John Hubbard wrote: > On 7/12/24 4:51 PM, John Hubbard wrote: > > Linux 6.6 does not have an opt_ipproto_off variable in gro.c at all (it > > was added in later kernel versions), so attempting to initialize one > > breaks the build. > > This is the first t

Re: [PATCH] selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off

2024-07-12 Thread John Hubbard
On 7/12/24 4:51 PM, John Hubbard wrote: Linux 6.6 does not have an opt_ipproto_off variable in gro.c at all (it was added in later kernel versions), so attempting to initialize one breaks the build. This is the first time I've tried to fix something in linux-stable, and I'm not sure that I've m

[PATCH] selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off

2024-07-12 Thread John Hubbard
Linux 6.6 does not have an opt_ipproto_off variable in gro.c at all (it was added in later kernel versions), so attempting to initialize one breaks the build. Fixes: c80d53c484e8 ("selftests/net: fix uninitialized variables") Cc: # 6.6 Reported-by: Ignat Korchagin Closes: https://lore.kernel.or