lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CANn89i+f6vzEP13gX9FBw_Lkx5fPFLn7jPQ=6b7MRMW2S7xijA@mail.gmail.com> Date: Fri, 11 Aug 2023 17:48:37 +0200 From: Eric Dumazet <edumazet@...gle.com> To: kernel test robot <lkp@...el.com> Cc: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, oe-kbuild-all@...ts.linux.dev, Simon Horman <simon.horman@...igine.com>, Soheil Hassas Yeganeh <soheil@...gle.com>, netdev@...r.kernel.org, eric.dumazet@...il.com Subject: Re: [PATCH v2 net-next 07/15] inet: move inet->mc_loop to inet->inet_frags On Fri, Aug 11, 2023 at 4:11 PM kernel test robot <lkp@...el.com> wrote: > > Hi Eric, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on net-next/main] > > url: https://github.com/intel-lab-lkp/linux/commits/Eric-Dumazet/inet-introduce-inet-inet_flags/20230811-154157 > base: net-next/main > patch link: https://lore.kernel.org/r/20230811073621.2874702-8-edumazet%40google.com > patch subject: [PATCH v2 net-next 07/15] inet: move inet->mc_loop to inet->inet_frags > config: nios2-randconfig-r001-20230811 (https://download.01.org/0day-ci/archive/20230811/202308112211.xpcXWwEP-lkp@intel.com/config) > compiler: nios2-linux-gcc (GCC) 12.3.0 > reproduce: (https://download.01.org/0day-ci/archive/20230811/202308112211.xpcXWwEP-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 <lkp@...el.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202308112211.xpcXWwEP-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > net/netfilter/ipvs/ip_vs_sync.c: In function 'set_mcast_loop': > >> net/netfilter/ipvs/ip_vs_sync.c:1304:13: error: 'struct inet_sock' has no member named 'mc_loop' > 1304 | inet->mc_loop = loop ? 1 : 0; > | ^~ > > > vim +1304 net/netfilter/ipvs/ip_vs_sync.c Oh right, thanks.
Powered by blists - more mailing lists