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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2B11AEB64D7 for ; Fri, 30 Jun 2023 11:34:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=o8MlH7uJAuc/Fs/1KcFVOOxbboHKdwVv+QO/ox+5t7A=; b=V590uAdUHpoILj +qIIkst7MQwc3EqJta+qjw9gBZdt1Bn+hFYv+DWppRVbRCh/U4uyDahxTDB6xl9PLIcEx4kq9sIIb m+fIEg3Vww6iEAhg8pEPlhaVOD9qRMovmmaB55gHrwHAnVDSjxJeQ+aTFzl1W+FvkpPxunCSFmjB4 wdjuLYUQsOHmSNQoRdMOxBSFMQhnDSEk5OjCVHGgvllx9X7MpGMUdKlmsBdG+jvBO2hdVybRahQww xN0L4YP666V2tDexH8t2KueTY658+Yb3NleIcA/BF9GvLRwwFPprPLduKkFv7Q1+Ol9Y0WZOc6EYR i12q6dXVud6mLAecE8jQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qFCO8-003bEa-0g; Fri, 30 Jun 2023 11:34:08 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qFCO4-003bE3-2U for linux-arm-kernel@lists.infradead.org; Fri, 30 Jun 2023 11:34:06 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0D8F2D75; Fri, 30 Jun 2023 04:34:47 -0700 (PDT) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E91BC3F64C; Fri, 30 Jun 2023 04:34:01 -0700 (PDT) Date: Fri, 30 Jun 2023 12:33:59 +0100 From: Cristian Marussi To: Oleksii Moisieiev Cc: "sudeep.holla@arm.com" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" Subject: Re: [PATCH v3 1/4] firmware: arm_scmi: Add optional flags to extended names helper Message-ID: References: <2ad06a5582bb31e16fe2f497e15cb41e8455e863.1686063941.git.oleksii_moisieiev@epam.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2ad06a5582bb31e16fe2f497e15cb41e8455e863.1686063941.git.oleksii_moisieiev@epam.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230630_043404_856675_06220CFD X-CRM114-Status: GOOD ( 14.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jun 06, 2023 at 04:22:27PM +0000, Oleksii Moisieiev wrote: > Some recently added SCMI protocols needs an additional flags parameter to > be able to properly configure the command used to query the extended name > of a resource. > > Signed-off-by: Cristian Marussi Hi, This patch was originally at: https://lore.kernel.org/linux-arm-kernel/20230505201440.3196734-1-cristian.marussi@arm.com/ but after applying your series with B4 I can see this patch with you as Author and me as Signer :P ... not sure what has gone wrong but, in general you should not change Authorship of a someone else patch that you picked in your series unless you compeletely reworked it; if you changed it slighlty you should note your changes near your Signed-Off, which is, indeed the other thing missing here: if you post someone else patch you should add your Signed-Off too as last. An example of this in this commit: 7885281260f9b952dc66b67182a2218b01e7859f Now, I really dont care about Authorship here (but note this also meant Andy shouted at you instead of me .. :P), but the Signed-Off and Author mismatch has to be fixed at least, like it is now wont be accepted for sure. Maybe the missing part is in your mail-client not prepending the From: line when the sending other people pacthes....git send-email does it automatically I think but others MUAs dont know. More detail here, in case you have not seen it already: https://www.kernel.org/doc/html/v4.10/process/email-clients.html Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel