kernel test robot <lkp@xxxxxxxxx> wrote: > > kernel test robot noticed the following build errors: > > [auto build test ERROR on wireless-next/main] > [also build test ERROR on wireless/main linus/master v6.9-rc6 next-20240501] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch#_base_tree_information] The development tree of Realtek WiFi drivers has changed to https://github.com/pkshih/rtw.git, which I documented entry T in MAINTAINER file. How can I tell robot about that? > All errors (new ones prefixed by >>): > > alpha-linux-ld: drivers/net/wireless/realtek/rtw89/core.o: in function `rtw89_traffic_stats_accu': > >> (.text+0x11e8): undefined reference to `rtw89_wow_parse_akm' > >> alpha-linux-ld: (.text+0x11f8): undefined reference to `rtw89_wow_parse_akm' > The function rtw89_wow_parse_akm() is built only if CONFIG_PM is defined. I will send v2 to correct it. Thanks for the finding. Ping-Ke