tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* b4 and lore and '/' in a message id
@ 2021-09-07  6:39 Greg KH
  2021-09-07 14:31 ` Konstantin Ryabitsev
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Greg KH @ 2021-09-07  6:39 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Saurav Girepunje, tools

I've run into problems with a specific user that happens to send patches
out with a '/' in the message id field.

I think this is a valid thing, but b4 and lore don't seem to handle this
very well.

Here's their latest patch:

$ b4 am YTRuXTu/kePBDwAF@user
Looking up https://lore.kernel.org/r/YTRuXTu%2FkePBDwAF%40user
That message-id is not known.

And yes, if you go to the above link, it is not found.

But, if you go to 'all' it is found:
	https://lore.kernel.org/all/YTRuXTu%2FkePBDwAF@user

Any hints on what to do here?

Note, this is the second time this has happened.  First time I wrongly
blamed the developer that they submitted the patch incorrectly, this
time they graciously pointed out that they had sent it correctly,
something was wrong with my side :)

Saurav, how are you sending these patches out, using 'git send-email' or
something else?  What is generating that message id?

thanks,

greg k-h

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

* Re: b4 and lore and '/' in a message id
  2021-09-07  6:39 b4 and lore and '/' in a message id Greg KH
@ 2021-09-07 14:31 ` Konstantin Ryabitsev
  2021-09-07 14:36   ` Greg KH
  2021-09-08  9:46 ` Saurav Girepunje
  2021-09-08 13:11 ` Konstantin Ryabitsev
  2 siblings, 1 reply; 7+ messages in thread
From: Konstantin Ryabitsev @ 2021-09-07 14:31 UTC (permalink / raw)
  To: Greg KH; +Cc: Saurav Girepunje, tools

On Tue, Sep 07, 2021 at 08:39:50AM +0200, Greg KH wrote:
> I've run into problems with a specific user that happens to send patches
> out with a '/' in the message id field.

There's some interesting interaction between nginx, varnish, and public-inbox
that results in this behaviour. There is a way to solve it, but I don't like
the approach, so I'm going to work with upstream to see what my options are.

-K


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

* Re: b4 and lore and '/' in a message id
  2021-09-07 14:31 ` Konstantin Ryabitsev
@ 2021-09-07 14:36   ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2021-09-07 14:36 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Saurav Girepunje, tools

On Tue, Sep 07, 2021 at 10:31:07AM -0400, Konstantin Ryabitsev wrote:
> On Tue, Sep 07, 2021 at 08:39:50AM +0200, Greg KH wrote:
> > I've run into problems with a specific user that happens to send patches
> > out with a '/' in the message id field.
> 
> There's some interesting interaction between nginx, varnish, and public-inbox
> that results in this behaviour. There is a way to solve it, but I don't like
> the approach, so I'm going to work with upstream to see what my options are.

Thanks for looking into it!

greg k-h

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

* Re: b4 and lore and '/' in a message id
  2021-09-07  6:39 b4 and lore and '/' in a message id Greg KH
  2021-09-07 14:31 ` Konstantin Ryabitsev
@ 2021-09-08  9:46 ` Saurav Girepunje
  2021-09-08  9:54   ` Greg KH
  2021-09-08 13:11 ` Konstantin Ryabitsev
  2 siblings, 1 reply; 7+ messages in thread
From: Saurav Girepunje @ 2021-09-08  9:46 UTC (permalink / raw)
  To: Greg KH, Konstantin Ryabitsev; +Cc: saurav.girepunje, tools



On 07/09/21 12:09 pm, Greg KH wrote:
> I've run into problems with a specific user that happens to send patches
> out with a '/' in the message id field.
> 
> I think this is a valid thing, but b4 and lore don't seem to handle this
> very well.
> 
> Here's their latest patch:
> 
> $ b4 am YTRuXTu/kePBDwAF@user
> Looking up https://lore.kernel.org/r/YTRuXTu%2FkePBDwAF%40user
> That message-id is not known.
> 
> And yes, if you go to the above link, it is not found.
> 
> But, if you go to 'all' it is found:
> 	https://lore.kernel.org/all/YTRuXTu%2FkePBDwAF@user
> 
> Any hints on what to do here?
> 
> Note, this is the second time this has happened.  First time I wrongly
> blamed the developer that they submitted the patch incorrectly, this
> time they graciously pointed out that they had sent it correctly,
> something was wrong with my side :)
> 
> Saurav, how are you sending these patches out, using 'git send-email' or
> something else?  What is generating that message id?
> 
> thanks,
> 
> greg k-h
> 

Hi Greg,

I am using mutt to send the patch. Below is muttrc settings.

unset use_domain        # because joe@localhost is just embarrassing 
 

set realname = "SAURAV GIREPUNJE" 
 

set from = "saurav.girepunje@gmail.com" 
 
                              set use_from = yes

I am using "mutt -H" command to send the patch and that is creating 
issue on message id.
See below link:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833192

Regards,
Saurav Girepunje



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

* Re: b4 and lore and '/' in a message id
  2021-09-08  9:46 ` Saurav Girepunje
@ 2021-09-08  9:54   ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2021-09-08  9:54 UTC (permalink / raw)
  To: Saurav Girepunje; +Cc: Konstantin Ryabitsev, saurav.girepunje, tools

On Wed, Sep 08, 2021 at 03:16:53PM +0530, Saurav Girepunje wrote:
> 
> 
> On 07/09/21 12:09 pm, Greg KH wrote:
> > I've run into problems with a specific user that happens to send patches
> > out with a '/' in the message id field.
> > 
> > I think this is a valid thing, but b4 and lore don't seem to handle this
> > very well.
> > 
> > Here's their latest patch:
> > 
> > $ b4 am YTRuXTu/kePBDwAF@user
> > Looking up https://lore.kernel.org/r/YTRuXTu%2FkePBDwAF%40user
> > That message-id is not known.
> > 
> > And yes, if you go to the above link, it is not found.
> > 
> > But, if you go to 'all' it is found:
> > 	https://lore.kernel.org/all/YTRuXTu%2FkePBDwAF@user
> > 
> > Any hints on what to do here?
> > 
> > Note, this is the second time this has happened.  First time I wrongly
> > blamed the developer that they submitted the patch incorrectly, this
> > time they graciously pointed out that they had sent it correctly,
> > something was wrong with my side :)
> > 
> > Saurav, how are you sending these patches out, using 'git send-email' or
> > something else?  What is generating that message id?
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Hi Greg,
> 
> I am using mutt to send the patch. Below is muttrc settings.
> 
> unset use_domain        # because joe@localhost is just embarrassing
> 
> 
> set realname = "SAURAV GIREPUNJE"
> 
> 
> set from = "saurav.girepunje@gmail.com"
> 
>                              set use_from = yes
> 
> I am using "mutt -H" command to send the patch and that is creating issue on
> message id.
> See below link:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833192

Great, can you update your version of mutt so that this doesn't happen
any more?  It looks to be fixed in the latest version.

thanks,

greg k-h

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

* Re: b4 and lore and '/' in a message id
  2021-09-07  6:39 b4 and lore and '/' in a message id Greg KH
  2021-09-07 14:31 ` Konstantin Ryabitsev
  2021-09-08  9:46 ` Saurav Girepunje
@ 2021-09-08 13:11 ` Konstantin Ryabitsev
  2021-09-08 13:49   ` Greg KH
  2 siblings, 1 reply; 7+ messages in thread
From: Konstantin Ryabitsev @ 2021-09-08 13:11 UTC (permalink / raw)
  To: Greg KH; +Cc: Saurav Girepunje, tools

On Tue, Sep 07, 2021 at 08:39:50AM +0200, Greg KH wrote:
> I've run into problems with a specific user that happens to send patches
> out with a '/' in the message id field.
> 
> I think this is a valid thing, but b4 and lore don't seem to handle this
> very well.

The latest public-inbox version allows us to do the right thing here, so
things work as expected now:

	$ b4 am YTRuXTu/kePBDwAF@user
	Looking up https://lore.kernel.org/r/YTRuXTu%2FkePBDwAF%40user
	Analyzing 5 messages in the thread
	Checking attestation on all messages, may take a moment...
	---
	  ✓ [PATCH] staging: r8188eu: include: remove duplicate declaration.
	  ---
	  ✓ Signed: DKIM/gmail.com
	---
	Total patches: 1
	---
	 Link: https://lore.kernel.org/r/YTRuXTu/kePBDwAF@user
	 Base: applies clean to current tree
		   git am ./20210905_saurav_girepunje_staging_r8188eu_include_remove_duplicate_declaration.mbx

Best regards,
-K

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

* Re: b4 and lore and '/' in a message id
  2021-09-08 13:11 ` Konstantin Ryabitsev
@ 2021-09-08 13:49   ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2021-09-08 13:49 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Saurav Girepunje, tools

On Wed, Sep 08, 2021 at 09:11:58AM -0400, Konstantin Ryabitsev wrote:
> On Tue, Sep 07, 2021 at 08:39:50AM +0200, Greg KH wrote:
> > I've run into problems with a specific user that happens to send patches
> > out with a '/' in the message id field.
> > 
> > I think this is a valid thing, but b4 and lore don't seem to handle this
> > very well.
> 
> The latest public-inbox version allows us to do the right thing here, so
> things work as expected now:
> 
> 	$ b4 am YTRuXTu/kePBDwAF@user
> 	Looking up https://lore.kernel.org/r/YTRuXTu%2FkePBDwAF%40user
> 	Analyzing 5 messages in the thread
> 	Checking attestation on all messages, may take a moment...
> 	---
> 	  ✓ [PATCH] staging: r8188eu: include: remove duplicate declaration.
> 	  ---
> 	  ✓ Signed: DKIM/gmail.com
> 	---
> 	Total patches: 1
> 	---
> 	 Link: https://lore.kernel.org/r/YTRuXTu/kePBDwAF@user
> 	 Base: applies clean to current tree
> 		   git am ./20210905_saurav_girepunje_staging_r8188eu_include_remove_duplicate_declaration.mbx
> 
> Best regards,
> -K

Wonderful, thank you!

greg k-h

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

end of thread, other threads:[~2021-09-08 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  6:39 b4 and lore and '/' in a message id Greg KH
2021-09-07 14:31 ` Konstantin Ryabitsev
2021-09-07 14:36   ` Greg KH
2021-09-08  9:46 ` Saurav Girepunje
2021-09-08  9:54   ` Greg KH
2021-09-08 13:11 ` Konstantin Ryabitsev
2021-09-08 13:49   ` Greg KH

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).