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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 DC030C43603 for ; Wed, 4 Dec 2019 11:25:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AF97D20637 for ; Wed, 4 Dec 2019 11:25:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FZadkljL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF97D20637 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gqMZjRnI8cHUc89wV27BuqRV653hsQ8x0UOleY84hbs=; b=FZadkljL0Vohxl 9WlQJ7Ht0A/5XExDLQi9rxQhONjTuMAQFILbSKoagxRoCCAJKYQagtPLYrv/gdUHcA12jQsvjQsI1 CmwOYu/sbwYrzki/lrgKVESeAmdtVOQ2MycJtDAS2VhQMpndS0gqvypEg7Hgr5kJRSEZWPHZPwCtH sEuqDvi2TTwFuFmGsyT9VSMIkVOqLf3GXzdYn/6xGo5NF47f30iBqqdFNbd0y1ET1LAU0sq67+jVS SZiEFHqIo4FQTrZEqS29tqGTrEke36nMu8fvs6yi7t+VFCz2cw1dD5zTvf6yFIXO2EXo1VnpzJlq+ hPCbxgUKJJNPMJHSt0oQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1icSmT-0003m9-Tl; Wed, 04 Dec 2019 11:25:17 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1icSmJ-0002Y3-FT; Wed, 04 Dec 2019 11:25:09 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D53B0B1C0; Wed, 4 Dec 2019 11:25:02 +0000 (UTC) Subject: Re: [PATCH 1/6] dt-bindings: clock: add bindings for RTD1619 clocks To: James Tai References: <20191203074513.9416-1-james.tai@realtek.com> <20191203074513.9416-2-james.tai@realtek.com> <1130d9316ffb49c8a99b9b2c2d8fa90f@realtek.com> From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Organization: SUSE Software Solutions Germany GmbH Message-ID: Date: Wed, 4 Dec 2019 12:25:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <1130d9316ffb49c8a99b9b2c2d8fa90f@realtek.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191204_032507_680302_37F7D4CD X-CRM114-Status: GOOD ( 12.93 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , "devicetree@vger.kernel.org" , =?UTF-8?B?RWRnYXIgTGVlIFvmnY7mib/oq61d?= , "linux-realtek-soc@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Rob Herring , Palmer Dabbelt , Paul Walmsley , Matthias Brugger , "linux-mediatek@lists.infradead.org" , "linux-riscv@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org Hi James, [fixing Palmer] Am 04.12.19 um 05:11 schrieb James Tai: >> Am 03.12.19 um 08:45 schrieb James Tai: >>> From: cylee12 >> >> Please fix the author (git commit --amend --author="...") and use an >> appropriate git config setting (and communication to your team) to avoid this >> reoccurring for new commits - already pointed out to James. >> >> BTW I wonder why we have so many seemingly unrelated people in CC >> (Mediatek, RISC-V) that the patches and responses keep hanging in mailing list >> moderation? > > I used the "get_maintainer.pl" to find the email address of maintainers. However, > I'm so sorry for mistakenly adding some unrelated people to this mail. Here's my git-send-email cccmd config that I recommend: $ git config sendemail.cccmd scripts/get_maintainer.pl --nogit-fallback --norolestats --nogit-fallback suppresses Git history to be checked for previous contributors, saving time and avoiding unrelated or outdated people. --norolestats suppresses extensive "(...)" comments for the email addresses, which might wrap and break during transmission or when people reply. In addition you obviously need to configure sendemail.to, and you may want to add multiple cc lines to [sendemail] in your .git/config to ensure all mails including cover letters reach LKML and LAKML, too: $ git config --get-all sendemail.to linux-realtek-soc@lists.infradead.org $ git config --get-all sendemail.cc linux-arm-kernel@lists.infradead.org linux-kernel@vger.kernel.org Further, you need to ensure that you are sending from the right branch, so that the latest MAINTAINERS file and scripts get used. As Paul pointed out, Palmer's address is fixed in both linux-next and linux, so it is really puzzling where you got that old address from... Not understanding your setup, you'll have to debug on your own where those addresses came from. Try git send-email --dry-run to review the CC addresses before you send. You could also temporarily use --rolestats to see the MAINTAINERS section they came from. On the bright side, this time your patches arrived threaded correctly. Regards, Andreas -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer HRB 36809 (AG Nürnberg)