* Re: [PATCH net-next] tcp: move __reqsk_free() out of line [not found] <20260131171627.1852894-1-edumazet@google.com> @ 2026-02-01 0:07 ` kernel test robot 2026-02-01 0:18 ` kernel test robot 1 sibling, 0 replies; 3+ messages in thread From: kernel test robot @ 2026-02-01 0:07 UTC (permalink / raw) To: Eric Dumazet, David S . Miller, Jakub Kicinski, Paolo Abeni Cc: llvm, oe-kbuild-all, Simon Horman, Neal Cardwell, Kuniyuki Iwashima, netdev, eric.dumazet, Eric Dumazet 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/tcp-move-__reqsk_free-out-of-line/20260201-011758 base: net-next/main patch link: https://lore.kernel.org/r/20260131171627.1852894-1-edumazet%40google.com patch subject: [PATCH net-next] tcp: move __reqsk_free() out of line config: x86_64-buildonly-randconfig-003-20260201 (https://download.01.org/0day-ci/archive/20260201/202602010833.CfxLneEX-lkp@intel.com/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260201/202602010833.CfxLneEX-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@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202602010833.CfxLneEX-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: __reqsk_free >>> referenced by request_sock.h:137 (include/net/request_sock.h:137) >>> net/core/request_sock.o:(reqsk_fastopen_remove) in archive vmlinux.a -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] tcp: move __reqsk_free() out of line [not found] <20260131171627.1852894-1-edumazet@google.com> 2026-02-01 0:07 ` [PATCH net-next] tcp: move __reqsk_free() out of line kernel test robot @ 2026-02-01 0:18 ` kernel test robot 2026-02-01 8:17 ` Eric Dumazet 1 sibling, 1 reply; 3+ messages in thread From: kernel test robot @ 2026-02-01 0:18 UTC (permalink / raw) To: Eric Dumazet, David S . Miller, Jakub Kicinski, Paolo Abeni Cc: llvm, oe-kbuild-all, Simon Horman, Neal Cardwell, Kuniyuki Iwashima, netdev, eric.dumazet, Eric Dumazet 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/tcp-move-__reqsk_free-out-of-line/20260201-011758 base: net-next/main patch link: https://lore.kernel.org/r/20260131171627.1852894-1-edumazet%40google.com patch subject: [PATCH net-next] tcp: move __reqsk_free() out of line config: um-randconfig-001-20260201 (https://download.01.org/0day-ci/archive/20260201/202602010830.7VDNDITy-lkp@intel.com/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260201/202602010830.7VDNDITy-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@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202602010830.7VDNDITy-lkp@intel.com/ All errors (new ones prefixed by >>): /usr/bin/ld: warning: .tmp_vmlinux1 has a LOAD segment with RWX permissions /usr/bin/ld: net/core/request_sock.o: in function `reqsk_fastopen_remove': >> include/net/request_sock.h:137:(.ltext+0x103): undefined reference to `__reqsk_free' clang: error: linker command failed with exit code 1 (use -v to see invocation) vim +137 include/net/request_sock.h 9403cf23025880 Guillaume Nault 2019-03-19 133 1e2e01172fd11b Eric Dumazet 2015-03-12 134 static inline void reqsk_put(struct request_sock *req) 1e2e01172fd11b Eric Dumazet 2015-03-12 135 { 41c6d650f6537e Reshetova, Elena 2017-06-30 136 if (refcount_dec_and_test(&req->rsk_refcnt)) c34506406dd5cf Eric Dumazet 2024-06-05 @137 __reqsk_free(req); 1e2e01172fd11b Eric Dumazet 2015-03-12 138 } 1e2e01172fd11b Eric Dumazet 2015-03-12 139 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] tcp: move __reqsk_free() out of line 2026-02-01 0:18 ` kernel test robot @ 2026-02-01 8:17 ` Eric Dumazet 0 siblings, 0 replies; 3+ messages in thread From: Eric Dumazet @ 2026-02-01 8:17 UTC (permalink / raw) To: kernel test robot Cc: David S . Miller, Jakub Kicinski, Paolo Abeni, llvm, oe-kbuild-all, Simon Horman, Neal Cardwell, Kuniyuki Iwashima, netdev, eric.dumazet On Sun, Feb 1, 2026 at 1:18 AM kernel test robot <lkp@intel.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/tcp-move-__reqsk_free-out-of-line/20260201-011758 > base: net-next/main > patch link: https://lore.kernel.org/r/20260131171627.1852894-1-edumazet%40google.com > patch subject: [PATCH net-next] tcp: move __reqsk_free() out of line > config: um-randconfig-001-20260201 (https://download.01.org/0day-ci/archive/20260201/202602010830.7VDNDITy-lkp@intel.com/config) > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710) > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260201/202602010830.7VDNDITy-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@intel.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202602010830.7VDNDITy-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > /usr/bin/ld: warning: .tmp_vmlinux1 has a LOAD segment with RWX permissions > /usr/bin/ld: net/core/request_sock.o: in function `reqsk_fastopen_remove': > >> include/net/request_sock.h:137:(.ltext+0x103): undefined reference to `__reqsk_free' > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > > vim +137 include/net/request_sock.h > > 9403cf23025880 Guillaume Nault 2019-03-19 133 > 1e2e01172fd11b Eric Dumazet 2015-03-12 134 static inline void reqsk_put(struct request_sock *req) > 1e2e01172fd11b Eric Dumazet 2015-03-12 135 { > 41c6d650f6537e Reshetova, Elena 2017-06-30 136 if (refcount_dec_and_test(&req->rsk_refcnt)) > c34506406dd5cf Eric Dumazet 2024-06-05 @137 __reqsk_free(req); > 1e2e01172fd11b Eric Dumazet 2015-03-12 138 } > 1e2e01172fd11b Eric Dumazet 2015-03-12 139 > Great, time to get rid of net/core/request_sock.c I will send in V2 a series with these 3 patches before moving __reqsk_free out of line. commit a79b5cb06e365dc8d3e1fb4872ec861266306c14 Author: Eric Dumazet <edumazet@google.com> Date: Sun Feb 1 08:12:11 2026 +0000 net: get rid of net/core/request_sock.c After DCCP removal, this file was not needed any more. Signed-off-by: Eric Dumazet <edumazet@google.com> commit 58ab84ff63932e13f1c59aa45493333c04e6f4df Author: Eric Dumazet <edumazet@google.com> Date: Sun Feb 1 08:08:40 2026 +0000 tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.c This function belongs to TCP stack, not to net/core/request_sock.c We get rid of the now empty request_sock.c n the following patch. Signed-off-by: Eric Dumazet <edumazet@google.com> commit 1718fc81eb4742c1eab842852e600b906a08fded Author: Eric Dumazet <edumazet@google.com> Date: Sun Feb 1 08:00:42 2026 +0000 inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.c Only called once from inet_csk_listen_start(), it can be static. Signed-off-by: Eric Dumazet <edumazet@google.com> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-01 8:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260131171627.1852894-1-edumazet@google.com>
2026-02-01 0:07 ` [PATCH net-next] tcp: move __reqsk_free() out of line kernel test robot
2026-02-01 0:18 ` kernel test robot
2026-02-01 8:17 ` Eric Dumazet
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox