Johannes Berg <johannes@xxxxxxxxxxxxxxxx> writes: > On Mon, 2018-02-19 at 21:51 +0800, kbuild test robot wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master >> head: 49241828e8ed0b0a3dc73466d5bc562ae90acfd6 >> commit: 96bd4b9e4a44c6c1da93fd3e48bd8eb1b332584a [6/11] mac80211: Adjust TSQ pacing shift >> config: x86_64-randconfig-x011-201807 (attached as .config) >> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 >> reproduce: >> git checkout 96bd4b9e4a44c6c1da93fd3e48bd8eb1b332584a >> # save the attached .config to linux build tree >> make ARCH=x86_64 >> >> All errors (new ones prefixed by >>): >> >> net/mac80211/tx.c: In function '__ieee80211_subif_start_xmit': >> > > net/mac80211/tx.c:3581:3: error: implicit declaration of function 'sk_pacing_shift_update'; did you mean 'sk_incoming_cpu_update'? [-Werror=implicit-function-declaration] >> >> sk_pacing_shift_update(skb->sk, 8); >> ^~~~~~~~~~~~~~~~~~~~~~ > > Yeah, umm, I accidentally applied this on the wrong tree - already > fixed. Aha, gotcha. Was scratching my head there for a while ;) -Toke