regressions.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v1 net 1/2] tcp: Fix bind() conflict check for dual-stack wildcard address.
       [not found]   ` <533d3c1a-db7e-6ff2-1fdf-fb8bbbb7a14c@leemhuis.info>
@ 2023-03-15  7:26     ` Jakub Kicinski
  2023-03-15  8:05       ` Thorsten Leemhuis
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2023-03-15  7:26 UTC (permalink / raw)
  To: Linux regression tracking (Thorsten Leemhuis)
  Cc: Linux regressions mailing list, Kuniyuki Iwashima,
	David S. Miller, Eric Dumazet, Paolo Abeni, David Ahern,
	Kuniyuki Iwashima, netdev, Paul Holzinger, Martin KaFai Lau

On Sun, 12 Mar 2023 12:42:48 +0100 Linux regression tracking (Thorsten
Leemhuis) wrote:
> Link:
> https://lore.kernel.org/netdev/CAG_fn=Ud3zSW7AZWXc+asfMhZVL5ETnvuY44Pmyv4NPv-ijN-A@mail.gmail.com/
> [1]
> Fixes: 5456262d2baa ("net: Fix incorrect address comparison when
> searching for a bind2 bucket")
> Reported-by: Paul Holzinger <pholzing@redhat.com>
> Link:
> https://lore.kernel.org/netdev/e21bf153-80b0-9ec0-15ba-e04a4ad42c34@redhat.com/
> [0]

I tried to fix this manually when applying but:
 - your email client wraps your replies
 - please don't reply to patches with tags which will look to scripts
   and patchwork like tags it should pull into the submission
   (Reported-by in particular, here)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 net 1/2] tcp: Fix bind() conflict check for dual-stack wildcard address.
  2023-03-15  7:26     ` [PATCH v1 net 1/2] tcp: Fix bind() conflict check for dual-stack wildcard address Jakub Kicinski
@ 2023-03-15  8:05       ` Thorsten Leemhuis
  2023-03-15 19:52         ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Leemhuis @ 2023-03-15  8:05 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Linux regressions mailing list, Kuniyuki Iwashima,
	David S. Miller, Eric Dumazet, Paolo Abeni, David Ahern,
	Kuniyuki Iwashima, netdev, Paul Holzinger, Martin KaFai Lau

On 15.03.23 08:26, Jakub Kicinski wrote:
> On Sun, 12 Mar 2023 12:42:48 +0100 Linux regression tracking (Thorsten
> Leemhuis) wrote:
>> Link:
>> https://lore.kernel.org/netdev/CAG_fn=Ud3zSW7AZWXc+asfMhZVL5ETnvuY44Pmyv4NPv-ijN-A@mail.gmail.com/
>> [1]
>> Fixes: 5456262d2baa ("net: Fix incorrect address comparison when
>> searching for a bind2 bucket")
>> Reported-by: Paul Holzinger <pholzing@redhat.com>
>> Link:
>> https://lore.kernel.org/netdev/e21bf153-80b0-9ec0-15ba-e04a4ad42c34@redhat.com/
>> [0]
> 
> I tried to fix this manually when applying but:
>  - your email client wraps your replies
>  - please don't reply to patches with tags which will look to scripts
>    and patchwork like tags it should pull into the submission
>    (Reported-by in particular, here)

Sorry for the mixup and thx for letting me know, will simply quote my
suggestion next time, that should avoid both problems.

Ciao, Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 net 1/2] tcp: Fix bind() conflict check for dual-stack wildcard address.
  2023-03-15  8:05       ` Thorsten Leemhuis
@ 2023-03-15 19:52         ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2023-03-15 19:52 UTC (permalink / raw)
  To: Thorsten Leemhuis
  Cc: Linux regressions mailing list, Kuniyuki Iwashima,
	David S. Miller, Eric Dumazet, Paolo Abeni, David Ahern,
	Kuniyuki Iwashima, netdev, Paul Holzinger, Martin KaFai Lau

On Wed, 15 Mar 2023 09:05:29 +0100 Thorsten Leemhuis wrote:
> On 15.03.23 08:26, Jakub Kicinski wrote:
> > On Sun, 12 Mar 2023 12:42:48 +0100 Linux regression tracking (Thorsten
> > Leemhuis) wrote:  
> >> Link:
> >> https://lore.kernel.org/netdev/CAG_fn=Ud3zSW7AZWXc+asfMhZVL5ETnvuY44Pmyv4NPv-ijN-A@mail.gmail.com/
> >> [1]
> >> Fixes: 5456262d2baa ("net: Fix incorrect address comparison when
> >> searching for a bind2 bucket")
> >> Reported-by: Paul Holzinger <pholzing@redhat.com>
> >> Link:
> >> https://lore.kernel.org/netdev/e21bf153-80b0-9ec0-15ba-e04a4ad42c34@redhat.com/
> >> [0]  
> > 
> > I tried to fix this manually when applying but:
> >  - your email client wraps your replies
> >  - please don't reply to patches with tags which will look to scripts
> >    and patchwork like tags it should pull into the submission
> >    (Reported-by in particular, here)  
> 
> Sorry for the mixup and thx for letting me know, will simply quote my
> suggestion next time, that should avoid both problems.

FWIW indenting with spaces would work too, for our scripts at least.
We match on tags only at start of the line.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-15 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230312031904.4674-1-kuniyu@amazon.com>
     [not found] ` <20230312031904.4674-2-kuniyu@amazon.com>
     [not found]   ` <533d3c1a-db7e-6ff2-1fdf-fb8bbbb7a14c@leemhuis.info>
2023-03-15  7:26     ` [PATCH v1 net 1/2] tcp: Fix bind() conflict check for dual-stack wildcard address Jakub Kicinski
2023-03-15  8:05       ` Thorsten Leemhuis
2023-03-15 19:52         ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).