Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-25 Thread Kuniyuki Iwashima
From: David Miller Date: Fri, 24 Jul 2020 16:48:47 -0700 (PDT) > From: Kuniyuki Iwashima > Date: Fri, 24 Jul 2020 15:13:04 +0900 > > > Yes. I think this kind of patch should be submitted to net-next, but > > this is for the net tree. Please let me add more description. > > This does not fix

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-24 Thread Willem de Bruijn
On Fri, Jul 24, 2020 at 3:13 PM Alexei Starovoitov wrote: > > On Fri, Jul 24, 2020 at 6:38 AM Willem de Bruijn > wrote: > > > > On Fri, Jul 24, 2020 at 2:13 AM Kuniyuki Iwashima > > wrote: > > > > > > From: David Miller > > > Date: Thu, 23 Jul 2020 15:10:51 -0700 (PDT) > > > > From: Kuniyu

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-24 Thread David Miller
From: Kuniyuki Iwashima Date: Fri, 24 Jul 2020 15:13:04 +0900 > Yes. I think this kind of patch should be submitted to net-next, but > this is for the net tree. Please let me add more description. This does not fix a bug, therefore 'net' is not appropriate. The merge conflicts should be handled

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-24 Thread Alexei Starovoitov
On Fri, Jul 24, 2020 at 6:38 AM Willem de Bruijn wrote: > > On Fri, Jul 24, 2020 at 2:13 AM Kuniyuki Iwashima wrote: > > > > From: David Miller > > Date: Thu, 23 Jul 2020 15:10:51 -0700 (PDT) > > > From: Kuniyuki Iwashima > > > Date: Thu, 23 Jul 2020 01:52:27 +0900 > > > > > > > This patch

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-24 Thread Willem de Bruijn
On Fri, Jul 24, 2020 at 2:13 AM Kuniyuki Iwashima wrote: > > From: David Miller > Date: Thu, 23 Jul 2020 15:10:51 -0700 (PDT) > > From: Kuniyuki Iwashima > > Date: Thu, 23 Jul 2020 01:52:27 +0900 > > > > > This patch removes an unnecessary variable in udp[46]_lib_lookup2() and > > > makes it

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-23 Thread Kuniyuki Iwashima
From: David Miller Date: Thu, 23 Jul 2020 15:10:51 -0700 (PDT) > From: Kuniyuki Iwashima > Date: Thu, 23 Jul 2020 01:52:27 +0900 > > > This patch removes an unnecessary variable in udp[46]_lib_lookup2() and > > makes it easier to resolve a merge conflict with bpf-next reported in > > the lin

Re: [PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-23 Thread David Miller
From: Kuniyuki Iwashima Date: Thu, 23 Jul 2020 01:52:27 +0900 > This patch removes an unnecessary variable in udp[46]_lib_lookup2() and > makes it easier to resolve a merge conflict with bpf-next reported in > the link below. > > Link: > https://lore.kernel.org/linux-next/20200722132143.700a5..

[PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2().

2020-07-22 Thread Kuniyuki Iwashima
This patch removes an unnecessary variable in udp[46]_lib_lookup2() and makes it easier to resolve a merge conflict with bpf-next reported in the link below. Link: https://lore.kernel.org/linux-next/20200722132143.700a5...@canb.auug.org.au/ Fixes: efc6b6f6c311 ("udp: Improve load balancing for SO