From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-f194.google.com ([209.85.221.194]:40024 "EHLO mail-vk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727605AbeISPPf (ORCPT ); Wed, 19 Sep 2018 11:15:35 -0400 Received: by mail-vk1-f194.google.com with SMTP id q184-v6so1001565vke.7 for ; Wed, 19 Sep 2018 02:38:30 -0700 (PDT) MIME-Version: 1.0 References: <20180918122340.5478-1-marek.vasut+renesas@gmail.com> <20180919091330.yxnehm2fy5llb2bb@verge.net.au> <7d214a60-e703-c53d-5c98-5da29c34650f@gmail.com> <70fff432-001e-7161-ab47-b600161ec257@gmail.com> In-Reply-To: <70fff432-001e-7161-ab47-b600161ec257@gmail.com> From: Geert Uytterhoeven Date: Wed, 19 Sep 2018 11:38:18 +0200 Message-ID: Subject: Re: [PATCH V6] ARM: shmobile: Rework the PMIC IRQ line quirk To: Marek Vasut Cc: Simon Horman , Linux ARM , Linux-Renesas , Marek Vasut , Geert Uytterhoeven , Kuninori Morimoto , Wolfram Sang Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hi Marek, On Wed, Sep 19, 2018 at 11:36 AM Marek Vasut wrote: > On 09/19/2018 11:30 AM, Geert Uytterhoeven wrote: > > On Wed, Sep 19, 2018 at 11:28 AM Geert Uytterhoeven > > wrote: > >> On Wed, Sep 19, 2018 at 11:22 AM Marek Vasut wrote: > >>> On 09/19/2018 11:13 AM, Simon Horman wrote: > >>>> Marek, these days checkpatch complains if the author of the patch does not > >>>> have a signed offline, and the inconsistency between your > >>>> from and Sign-off the email address trips that check. > >>>> > >>>> Could you consider either a) enhancing checkpatch or b) using > >> > >> I'm the one who enhanced checkpatch with the new check ;-) > >> > >>>> the same address twice? No need to take any action for this patch. > >>> > >>> Sure, do you know if there's some tweak to git config , so git > >>> send-email uses the m.v+foo@ From address ? > >> > >> Git send-email uses the address from user.email in gitconfig, just > >> like git commit. > >> > >> However, I see you're using Gmail's SMTP server. That one replaces the > >> From-line in the header by your primary email address as configured in Gmail > >> (even if you have configured Gmail to know the other address is yours, too). > >> > >> I use my ISP's SMTP server to work around that. > > > > Another trick that should work: > > > > If you run git send-email in a repo with a different user.email > > config, it should > > add the original From to the email's body, as it will detect you're submitting > > patches on behalf of "someone else". > > Or I can just patch in the From field myself before sending , just like > Cc: and SoB ? You can try, but I'm afraid git is too smart, and will remove it as considered unneeded. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Wed, 19 Sep 2018 11:38:18 +0200 Subject: [PATCH V6] ARM: shmobile: Rework the PMIC IRQ line quirk In-Reply-To: <70fff432-001e-7161-ab47-b600161ec257@gmail.com> References: <20180918122340.5478-1-marek.vasut+renesas@gmail.com> <20180919091330.yxnehm2fy5llb2bb@verge.net.au> <7d214a60-e703-c53d-5c98-5da29c34650f@gmail.com> <70fff432-001e-7161-ab47-b600161ec257@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Marek, On Wed, Sep 19, 2018 at 11:36 AM Marek Vasut wrote: > On 09/19/2018 11:30 AM, Geert Uytterhoeven wrote: > > On Wed, Sep 19, 2018 at 11:28 AM Geert Uytterhoeven > > wrote: > >> On Wed, Sep 19, 2018 at 11:22 AM Marek Vasut wrote: > >>> On 09/19/2018 11:13 AM, Simon Horman wrote: > >>>> Marek, these days checkpatch complains if the author of the patch does not > >>>> have a signed offline, and the inconsistency between your > >>>> from and Sign-off the email address trips that check. > >>>> > >>>> Could you consider either a) enhancing checkpatch or b) using > >> > >> I'm the one who enhanced checkpatch with the new check ;-) > >> > >>>> the same address twice? No need to take any action for this patch. > >>> > >>> Sure, do you know if there's some tweak to git config , so git > >>> send-email uses the m.v+foo@ From address ? > >> > >> Git send-email uses the address from user.email in gitconfig, just > >> like git commit. > >> > >> However, I see you're using Gmail's SMTP server. That one replaces the > >> From-line in the header by your primary email address as configured in Gmail > >> (even if you have configured Gmail to know the other address is yours, too). > >> > >> I use my ISP's SMTP server to work around that. > > > > Another trick that should work: > > > > If you run git send-email in a repo with a different user.email > > config, it should > > add the original From to the email's body, as it will detect you're submitting > > patches on behalf of "someone else". > > Or I can just patch in the From field myself before sending , just like > Cc: and SoB ? You can try, but I'm afraid git is too smart, and will remove it as considered unneeded. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds