Hi Zhao,
FYI, the error/warning still remains.
tree: https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS head: f9510969035e796a27375a80d9d6489440e17a1a commit: 6636f4434a9c5c9c645694db206188ee5a6626dd [13350/23779] ext4: report error to userspace by netlink config: x86_64-buildonly-randconfig-002-20240927 (https://download.01.org/0day-ci/archive/20240927/202409271130.zkdDo9UH-lkp@i...) compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240927/202409271130.zkdDo9UH-lkp@i...)
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/202409271130.zkdDo9UH-lkp@intel.com/
All errors (new ones prefixed by >>):
ld.lld: error: undefined symbol: __alloc_skb
referenced by super.c fs/ext4/super.o:(ext4_netlink_send_info) in archive built-in.a
--
ld.lld: error: undefined symbol: kfree_skb
referenced by super.c fs/ext4/super.o:(ext4_netlink_send_info) in archive built-in.a
--
ld.lld: error: undefined symbol: __nlmsg_put
referenced by super.c fs/ext4/super.o:(ext4_netlink_send_info) in archive built-in.a
--
ld.lld: error: undefined symbol: netlink_broadcast
referenced by super.c fs/ext4/super.o:(ext4_netlink_send_info) in archive built-in.a
--
ld.lld: error: undefined symbol: init_net
referenced by super.c fs/ext4/super.o:(ext4_init_fs) in archive built-in.a
--
ld.lld: error: undefined symbol: __netlink_kernel_create
referenced by super.c fs/ext4/super.o:(ext4_init_fs) in archive built-in.a
--
ld.lld: error: undefined symbol: netlink_kernel_release
referenced by super.c fs/ext4/super.o:(ext4_exit_fs) in archive built-in.a