Re: linux-next: manual merge of the bpf-next tree with the net-next tree

2021-02-14 Thread Stephen Rothwell
Hi Arjun, On Sun, 14 Feb 2021 13:40:38 -0800 Arjun Roy wrote: > > Sorry, I was confused from the prior email. Is any action required at > the moment, or not? No. This is just something that the net-next and bpf-next maintainers need to sort out when they merge their trees. -- Cheers, Stephen

Re: linux-next: manual merge of the bpf-next tree with the net-next tree

2021-02-14 Thread Stephen Rothwell
Hi all, On Mon, 25 Jan 2021 11:12:23 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the bpf-next tree got a conflict in: > > net/ipv4/tcp.c > > between commit: > > 7eeba1706eba ("tcp: Add receive timestamp support for receive zerocopy.") > > from the net-next tree and com

Re: linux-next: manual merge of the bpf-next tree with the net-next tree

2020-07-21 Thread Lorenzo Bianconi
[...] > diff --cc include/net/xdp.h > index d3005bef812f,5be0d4d65b94.. > --- a/include/net/xdp.h > +++ b/include/net/xdp.h > @@@ -104,15 -98,12 +104,21 @@@ struct xdp_frame > struct net_device *dev_rx; /* used by cpumap */ > }; > > +static inline struct skb_shared_info *

Re: linux-next: manual merge of the bpf-next tree with the net-next tree

2018-04-26 Thread Daniel Borkmann
On 04/26/2018 02:49 AM, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the bpf-next tree got a conflict in: > > tools/testing/selftests/bpf/.gitignore > > between commit: > > 0abf854d7cbb ("selftests: bpf: update .gitignore with missing generated > files") > > from the