Re: [PATCH v1 net-next 04/15] ipv4: Retire UDP-Lite.
From: Kuniyuki Iwashima <kuniyu@google.com>
Date: 2026-03-05 19:43:08
Also in:
oe-kbuild-all
On Thu, Mar 5, 2026 at 7:04 AM kernel test robot [off-list ref] wrote:
Hi Kuniyuki, kernel test robot noticed the following build warnings: [auto build test WARNING on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Kuniyuki-Iwashima/udp-Make-udp-46-_seq_show-static/20260305-033454 base: net-next/main patch link: https://lore.kernel.org/r/20260304193034.1870586-5-kuniyu%40google.com patch subject: [PATCH v1 net-next 04/15] ipv4: Retire UDP-Lite. config: nios2-randconfig-r131-20260305 (https://download.01.org/0day-ci/archive/20260305/202603052252.qcNefHFm-lkp@intel.com/config) compiler: nios2-linux-gcc (GCC) 8.5.0 sparse: v0.6.5-rc1 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260305/202603052252.qcNefHFm-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot [off-list ref] | Closes: https://lore.kernel.org/oe-kbuild-all/202603052252.qcNefHFm-lkp@intel.com/ (local) sparse warnings: (new ones prefixed by >>)quoted
quoted
net/ipv4/udp.c:3748:29: sparse: sparse: symbol 'udp_seq_ops' was not declared. Should it be static?
Ah, I forgot to make udp_seq_ops static. udp6_seq_ops was done properly Will fix in v2.