From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D7A2C43387 for ; Sat, 15 Dec 2018 18:54:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 095B02084D for ; Sat, 15 Dec 2018 18:54:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727872AbeLOSyO (ORCPT ); Sat, 15 Dec 2018 13:54:14 -0500 Received: from mail-vk1-f196.google.com ([209.85.221.196]:36440 "EHLO mail-vk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726520AbeLOSyO (ORCPT ); Sat, 15 Dec 2018 13:54:14 -0500 Received: by mail-vk1-f196.google.com with SMTP id 185so350479vkc.3; Sat, 15 Dec 2018 10:54:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QMynw49vZe3S0WotuMxBEPNw68egOMNKaey4vPRyFxM=; b=Wff3C96Qfgw11OQQJE9Flq0YAxLtSHk7cE0oaHLRFgRhVIeAExPWm/5UQoBumhFO4A NGy7fRHrw9Ujr5s2l9EzgeuIxJpEvX4jIlkWNFJ2p1WveXbaq5OUbcCrSQliVDp0Ilwt zeqfbS3nKQweOWZ9dPWWAUalmZk/wZxlGtfCC+13gJT02ZgePkHEft9vD5Vzv/YFSZ0Y mjjVHjxWqDDam568a3jWPyFax8oa0G14Mho31SfqNIwtIa9w1QfCcIKGmMugaXvkS9N2 fbpzdNmaTp1qwYEchJ+sn61iqecnOB/TzvqdqzGss8UEIscub1GUtOvs5zF8lohl+lNT zCfA== X-Gm-Message-State: AA+aEWYndVZongBN8p68hqhchf/Bo/yiEx7Rf3lVx4W8LymZnH1I9Pbs zfFVAlqp8pdDJ9lE8toTBhnBmTELi391qDj1e+c= X-Google-Smtp-Source: AFSGD/VKrz+hm55SKxbiepnq3z6YqLDZgAfaMP+hPGc3U3LzmIKIJby1SEJ3Zu/KgvIjiJuiT8fip0lw/Bb8UYlAxAM= X-Received: by 2002:a1f:a414:: with SMTP id n20mr1186915vke.83.1544900053136; Sat, 15 Dec 2018 10:54:13 -0800 (PST) MIME-Version: 1.0 References: <20181212014927.25840-1-marek.vasut+renesas@gmail.com> <20181212014927.25840-2-marek.vasut+renesas@gmail.com> <20181215172351.GB10311@localhost.localdomain> <270eeb39-140f-7f55-75d3-c2a6d9ab4034@gmail.com> In-Reply-To: <270eeb39-140f-7f55-75d3-c2a6d9ab4034@gmail.com> From: Geert Uytterhoeven Date: Sat, 15 Dec 2018 19:54:01 +0100 Message-ID: Subject: Re: [PATCH 1/6] thermal: split thermal_zone_of_sensor_register{,_param}() To: Marek Vasut Cc: Eduardo Valentin , Linux PM list , Linux-Renesas , Marek Vasut , Daniel Lezcano , Wolfram Sang , Zhang Rui , Geert Uytterhoeven Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Marek, On Sat, Dec 15, 2018 at 7:49 PM Marek Vasut wrote: > On 12/15/2018 07:47 PM, Geert Uytterhoeven wrote: > > On Sat, Dec 15, 2018 at 7:38 PM Marek Vasut wrote: > >> On 12/15/2018 06:23 PM, Eduardo Valentin wrote: > >>> On Wed, Dec 12, 2018 at 02:49:22AM +0100, Marek Vasut wrote: > >>>> Introduce new thermal_zone_of_sensor_register_params() function, which > >>>> allows passing struct thermal_zone_params into it and convert original > >>>> thermal_zone_of_sensor_register() to call it with params set to NULL. > >>>> > >>>> Signed-off-by: Marek Vasut > >>> > >>> Git complains about mismatch between From: and this SOB. > >> > >> I recall a discussion about gmail stripping the +foo tags from email > >> addresses. I can add a From: tag into the patch to override this > >> braindeath, or is there a better solution ? > > > > Run the "git format-patch" command from a git repo where user.email > > is marek.vasut@gmail.com, so it will retain the original From: tag in the > > email body, as it is different? > > I can also manually patch the From tags or add them, but it's all > workarounds. Use a different outgoing email server? I use my ISP's. 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