* [linux-next:master 9378/11173] ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler
@ 2020-09-27 18:47 kernel test robot
2020-09-28 7:39 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-09-27 18:47 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1757 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 20dc779fdefc40bf7dd9736cea01704f29228fae
commit: 568f06036ee23a003542227975f69a75ac172ba2 [9378/11173] ath11k: debugfs: move some function declarations to correct header files
config: x86_64-randconfig-a003-20200927 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 6d374cf78c8a80a0bbfc7ce9bc80b3f183f44c80)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=568f06036ee23a003542227975f69a75ac172ba2
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 568f06036ee23a003542227975f69a75ac172ba2
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler
>>> referenced by dp_rx.c:1662 (drivers/net/wireless/ath/ath11k/dp_rx.c:1662)
>>> net/wireless/ath/ath11k/dp_rx.o:(ath11k_dp_htt_htc_t2h_msg_handler) in archive drivers/built-in.a
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 35102 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-next:master 9378/11173] ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler 2020-09-27 18:47 [linux-next:master 9378/11173] ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler kernel test robot @ 2020-09-28 7:39 ` Kalle Valo 0 siblings, 0 replies; 3+ messages in thread From: Kalle Valo @ 2020-09-28 7:39 UTC (permalink / raw) To: kernel test robot; +Cc: clang-built-linux, kbuild-all, ath11k + ath11k kernel test robot <lkp@intel.com> writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 20dc779fdefc40bf7dd9736cea01704f29228fae > commit: 568f06036ee23a003542227975f69a75ac172ba2 [9378/11173] ath11k: > debugfs: move some function declarations to correct header files > config: x86_64-randconfig-a003-20200927 (attached as .config) > compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project > 6d374cf78c8a80a0bbfc7ce9bc80b3f183f44c80) > reproduce (this is a W=1 build): > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross > -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # install x86_64 cross compiling tool for clang build > # apt-get install binutils-x86-64-linux-gnu > # > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=568f06036ee23a003542227975f69a75ac172ba2 > git remote add linux-next > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout 568f06036ee23a003542227975f69a75ac172ba2 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > >>> ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler > >>> referenced by dp_rx.c:1662 (drivers/net/wireless/ath/ath11k/dp_rx.c:1662) > >>> net/wireless/ath/ath11k/dp_rx.o:(ath11k_dp_htt_htc_t2h_msg_handler) > >>> in archive drivers/built-in.a This should be fixed by: bc8befe6f950 ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler' -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches -- ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 9378/11173] ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler @ 2020-09-28 7:39 ` Kalle Valo 0 siblings, 0 replies; 3+ messages in thread From: Kalle Valo @ 2020-09-28 7:39 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2032 bytes --] + ath11k kernel test robot <lkp@intel.com> writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 20dc779fdefc40bf7dd9736cea01704f29228fae > commit: 568f06036ee23a003542227975f69a75ac172ba2 [9378/11173] ath11k: > debugfs: move some function declarations to correct header files > config: x86_64-randconfig-a003-20200927 (attached as .config) > compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project > 6d374cf78c8a80a0bbfc7ce9bc80b3f183f44c80) > reproduce (this is a W=1 build): > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross > -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # install x86_64 cross compiling tool for clang build > # apt-get install binutils-x86-64-linux-gnu > # > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=568f06036ee23a003542227975f69a75ac172ba2 > git remote add linux-next > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout 568f06036ee23a003542227975f69a75ac172ba2 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > >>> ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler > >>> referenced by dp_rx.c:1662 (drivers/net/wireless/ath/ath11k/dp_rx.c:1662) > >>> net/wireless/ath/ath11k/dp_rx.o:(ath11k_dp_htt_htc_t2h_msg_handler) > >>> in archive drivers/built-in.a This should be fixed by: bc8befe6f950 ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler' -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-28 7:40 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-09-27 18:47 [linux-next:master 9378/11173] ld.lld: error: undefined symbol: ath11k_debugfs_htt_ext_stats_handler kernel test robot 2020-09-28 7:39 ` Kalle Valo 2020-09-28 7:39 ` Kalle Valo
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.