The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=dcab3c4f496414309371c4d671b35b3528419600
commit dcab3c4f496414309371c4d671b35b3528419600 Author: Navdeep Parhar <[email protected]> AuthorDate: 2025-11-27 19:48:50 +0000 Commit: Navdeep Parhar <[email protected]> CommitDate: 2025-11-28 03:33:27 +0000 Export t4_tom's symbols for other offload modules This allows iw_cxgbe.ko, cxgbei.ko, nvmf_che.ko, etc. to be loaded when debug.link_elf_leak_locals and debug.link_elf_obj_leak_locals are disabled. PR: 291250 MFC after: 1 week Sponsored by: Chelsio Communications --- sys/modules/cxgbe/tom/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/cxgbe/tom/Makefile b/sys/modules/cxgbe/tom/Makefile index 301958ac5844..955f7956467a 100644 --- a/sys/modules/cxgbe/tom/Makefile +++ b/sys/modules/cxgbe/tom/Makefile @@ -22,4 +22,6 @@ SRCS+= t4_tom_l2t.c CFLAGS+= -I${CXGBE} +EXPORT_SYMS= YES + .include <bsd.kmod.mk>
