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

2020-07-22 Thread Stephen Rothwell
Hi all, On Wed, 22 Jul 2020 13:21:43 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the bpf-next tree got conflicts in: > > net/ipv4/udp.c > net/ipv6/udp.c > > between commit: > > efc6b6f6c311 ("udp: Improve load balancing for SO_REUSEPORT.") > > from the net tree and co

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

2020-07-22 Thread Alexei Starovoitov
On Wed, Jul 22, 2020 at 8:50 AM Willem de Bruijn wrote: > > > TBH, I don't what is the preferred way to handle it. Perhaps DaveM or > > Alexei/Daniel can say what would make their life easiest? > > Good point. > > With the above, there still remains a merge conflict, of course. But > then we can t

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

2020-07-22 Thread Willem de Bruijn
On Wed, Jul 22, 2020 at 11:25 AM Jakub Sitnicki wrote: > > On Wed, Jul 22, 2020 at 05:05 PM CEST, Willem de Bruijn wrote: > > On Wed, Jul 22, 2020 at 11:02 AM Jakub Sitnicki > > wrote: > >> > >> On Wed, Jul 22, 2020 at 04:42 PM CEST, Kuniyuki Iwashima wrote: > >> > Can I submit a patch to net tr

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

2020-07-22 Thread Jakub Sitnicki
On Wed, Jul 22, 2020 at 05:05 PM CEST, Willem de Bruijn wrote: > On Wed, Jul 22, 2020 at 11:02 AM Jakub Sitnicki wrote: >> >> On Wed, Jul 22, 2020 at 04:42 PM CEST, Kuniyuki Iwashima wrote: >> > Can I submit a patch to net tree that rewrites udp[46]_lib_lookup2() to >> > use only 'result' ? >> >>

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

2020-07-22 Thread Willem de Bruijn
On Wed, Jul 22, 2020 at 11:02 AM Jakub Sitnicki wrote: > > On Wed, Jul 22, 2020 at 04:42 PM CEST, Kuniyuki Iwashima wrote: > > Can I submit a patch to net tree that rewrites udp[46]_lib_lookup2() to > > use only 'result' ? > > Feel free. That should make the conflict resolution even easier later >

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

2020-07-22 Thread Jakub Sitnicki
On Wed, Jul 22, 2020 at 04:42 PM CEST, Kuniyuki Iwashima wrote: > Can I submit a patch to net tree that rewrites udp[46]_lib_lookup2() to > use only 'result' ? Feel free. That should make the conflict resolution even easier later on. Thanks, -jkbs

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

2020-07-22 Thread Kuniyuki Iwashima
From: Jakub Sitnicki Date: Wed, 22 Jul 2020 14:17:05 +0200 > On Wed, Jul 22, 2020 at 05:21 AM CEST, Stephen Rothwell wrote: > > Hi all, > > > > Today's linux-next merge of the bpf-next tree got conflicts in: > > > > net/ipv4/udp.c > > net/ipv6/udp.c > > > > between commit: > > > > efc6b6

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

2020-07-22 Thread Jakub Sitnicki
On Wed, Jul 22, 2020 at 05:21 AM CEST, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the bpf-next tree got conflicts in: > > net/ipv4/udp.c > net/ipv6/udp.c > > between commit: > > efc6b6f6c311 ("udp: Improve load balancing for SO_REUSEPORT.") > > from the net tree and com

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

2020-07-21 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the bpf-next tree got conflicts in: net/ipv4/udp.c net/ipv6/udp.c between commit: efc6b6f6c311 ("udp: Improve load balancing for SO_REUSEPORT.") from the net tree and commits: 7629c73a1466 ("udp: Extract helper for selecting socket from reuseport gr

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

2019-03-28 Thread Luca Boccassi
On Wed, 2019-03-27 at 18:53 -0700, Alexei Starovoitov wrote: > On Wed, Mar 27, 2019 at 8:15 AM Alexei Starovoitov > < > alexei.starovoi...@gmail.com > > wrote: > > then get propagated into net-next and then bpf-next will get them > > as well. > > Now it's done. > Luca, > could you please rebase on

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

2019-03-27 Thread Alexei Starovoitov
On Wed, Mar 27, 2019 at 8:15 AM Alexei Starovoitov wrote: > then get propagated into net-next and then bpf-next will get them as well. Now it's done. Luca, could you please rebase on bpf-next and resubmit your patch?