All of lore.kernel.org
 help / color / mirror / Atom feed
* b4 and lore are mangling from lines in patches
@ 2022-05-27 14:09 Jason Gunthorpe
  2022-05-27 14:15 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Gunthorpe @ 2022-05-27 14:09 UTC (permalink / raw)
  To: Konstantin Ryabitsev, tools

Hi Konstantin,

I noticed this:

$ b4.sh am https://lore.kernel.org/linux-iommu/20220527070307.2359150-1-liuke94@huawei.com
$ grep ^From 20220527_iommu_drivers_iommu_directly_use_ida_alloc_free.mbx
From git@z Thu Jan  1 00:00:00 1970
From: keliu via iommu <iommu@lists.linux-foundation.org>
           ^^^^^^^^^^^^

And when this is git AM'd the from line is mangled.

I see this is leaking into the main repo now:

commit 9ed1d7f510336e283c0bb2d20fd771e9d8fa085b
Author: Vasant Hegde via iommu <iommu@lists.linux-foundation.org>
Date:   Mon Mar 14 12:32:26 2022 +0530

    iommu/amd: Remove redundant check
    
    smatch static checker warning:
      drivers/iommu/amd/init.c:1989 amd_iommu_init_pci()
      warn: duplicate check 'ret' (previous on line 1978)

Can something be done?

Thanks,
Jason

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

* Re: b4 and lore are mangling from lines in patches
  2022-05-27 14:09 b4 and lore are mangling from lines in patches Jason Gunthorpe
@ 2022-05-27 14:15 ` Konstantin Ryabitsev
  2022-05-27 14:20   ` Jason Gunthorpe
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin Ryabitsev @ 2022-05-27 14:15 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: tools

On Fri, May 27, 2022 at 11:09:50AM -0300, Jason Gunthorpe wrote:
> Hi Konstantin,
> 
> I noticed this:
> 
> $ b4.sh am https://lore.kernel.org/linux-iommu/20220527070307.2359150-1-liuke94@huawei.com
> $ grep ^From 20220527_iommu_drivers_iommu_directly_use_ida_alloc_free.mbx
> From git@z Thu Jan  1 00:00:00 1970
> From: keliu via iommu <iommu@lists.linux-foundation.org>
>            ^^^^^^^^^^^^
> 
> And when this is git AM'd the from line is mangled.
> 
> I see this is leaking into the main repo now:
> 
> commit 9ed1d7f510336e283c0bb2d20fd771e9d8fa085b
> Author: Vasant Hegde via iommu <iommu@lists.linux-foundation.org>
> Date:   Mon Mar 14 12:32:26 2022 +0530
> 
>     iommu/amd: Remove redundant check
>     
>     smatch static checker warning:
>       drivers/iommu/amd/init.c:1989 amd_iommu_init_pci()
>       warn: duplicate check 'ret' (previous on line 1978)
> 
> Can something be done?

This is done by the iommu list, not by lore or b4 -- someone turned on "send
emails from the list address," which is a terrible setting for lists that
receive patches.

You will need to complain to that list's admins, found at the bottom of
https://lists.linuxfoundation.org/mailman/listinfo/iommu

-K

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

* Re: b4 and lore are mangling from lines in patches
  2022-05-27 14:15 ` Konstantin Ryabitsev
@ 2022-05-27 14:20   ` Jason Gunthorpe
  2022-05-27 14:30     ` Konstantin Ryabitsev
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Gunthorpe @ 2022-05-27 14:20 UTC (permalink / raw)
  To: Konstantin Ryabitsev, alex.williamson, joro; +Cc: tools

On Fri, May 27, 2022 at 10:15:24AM -0400, Konstantin Ryabitsev wrote:
> On Fri, May 27, 2022 at 11:09:50AM -0300, Jason Gunthorpe wrote:
> > Hi Konstantin,
> > 
> > I noticed this:
> > 
> > $ b4.sh am https://lore.kernel.org/linux-iommu/20220527070307.2359150-1-liuke94@huawei.com
> > $ grep ^From 20220527_iommu_drivers_iommu_directly_use_ida_alloc_free.mbx
> > From git@z Thu Jan  1 00:00:00 1970
> > From: keliu via iommu <iommu@lists.linux-foundation.org>
> >            ^^^^^^^^^^^^
> > 
> > And when this is git AM'd the from line is mangled.
> > 
> > I see this is leaking into the main repo now:
> > 
> > commit 9ed1d7f510336e283c0bb2d20fd771e9d8fa085b
> > Author: Vasant Hegde via iommu <iommu@lists.linux-foundation.org>
> > Date:   Mon Mar 14 12:32:26 2022 +0530
> > 
> >     iommu/amd: Remove redundant check
> >     
> >     smatch static checker warning:
> >       drivers/iommu/amd/init.c:1989 amd_iommu_init_pci()
> >       warn: duplicate check 'ret' (previous on line 1978)
> > 
> > Can something be done?
> 
> This is done by the iommu list, not by lore or b4 -- someone turned on "send
> emails from the list address," which is a terrible setting for lists that
> receive patches.
> 
> You will need to complain to that list's admins, found at the bottom of
> https://lists.linuxfoundation.org/mailman/listinfo/iommu

Ah given the linuxfoundation.org I had guessed that is you. Let's add
Alex and Joerg.

Jason

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

* Re: b4 and lore are mangling from lines in patches
  2022-05-27 14:20   ` Jason Gunthorpe
@ 2022-05-27 14:30     ` Konstantin Ryabitsev
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2022-05-27 14:30 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: alex.williamson, joro, tools

On Fri, May 27, 2022 at 11:20:01AM -0300, Jason Gunthorpe wrote:
> > This is done by the iommu list, not by lore or b4 -- someone turned on "send
> > emails from the list address," which is a terrible setting for lists that
> > receive patches.
> > 
> > You will need to complain to that list's admins, found at the bottom of
> > https://lists.linuxfoundation.org/mailman/listinfo/iommu
> 
> Ah given the linuxfoundation.org I had guessed that is you. Let's add
> Alex and Joerg.

It's certainly not a strange guess, but in this case lists.linuxfoundation.org
management is outsourced to OSUOSL. :)

I generally recommend moving from that host to lists.linux.dev, as list.lf.o
will probably forever remain on mailman2 and never become DKIM-compliant.

-K

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

end of thread, other threads:[~2022-05-27 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 14:09 b4 and lore are mangling from lines in patches Jason Gunthorpe
2022-05-27 14:15 ` Konstantin Ryabitsev
2022-05-27 14:20   ` Jason Gunthorpe
2022-05-27 14:30     ` Konstantin Ryabitsev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.