Re: linux-next: build failure after merge of the bpf-next tree

From: Daniel Borkmann
Date: Tue Dec 01 2020 - 09:56:10 EST


On 12/1/20 9:07 AM, Stephen Rothwell wrote:
Hi all,

After merging the bpf-next tree, today's linux-next build (x86_64
allnoconfig) failed like this:

In file included from fs/select.c:32:
include/net/busy_poll.h: In function 'sk_mark_napi_id_once':
include/net/busy_poll.h:150:36: error: 'const struct sk_buff' has no member named 'napi_id'
150 | __sk_mark_napi_id_once_xdp(sk, skb->napi_id);
| ^~

Caused by commit

b02e5a0ebb17 ("xsk: Propagate napi_id to XDP socket Rx path")


Fixed it up in bpf-next, thanks for reporting!