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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B753BC352B6 for ; Tue, 26 Apr 2022 09:12:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242083AbiDZJP4 (ORCPT ); Tue, 26 Apr 2022 05:15:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347805AbiDZJO4 (ORCPT ); Tue, 26 Apr 2022 05:14:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FFE618BCA8; Tue, 26 Apr 2022 01:52:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 85614B81CFA; Tue, 26 Apr 2022 08:52:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D69C9C385A4; Tue, 26 Apr 2022 08:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650963129; bh=A+GuVHwpyiG1afiPHUmB2r/eX3p9A86Y0GUAumP2gyc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DE/GSRm3DgTO6XGg6UheoZx6ytHxe9pJedqh5u9t1wv3frcJO3js7EYDfB0ag2GaG nNcbITdVU8a3rljKaef7nfMfyyaTvgkgMHSCcwZhwM8+YhsyZdYfw1aQGO9dG+Oq8w RefXnUc8wiFU5v96e/+YxIDllFkRQ/K+vj2ss3YlYcMN3/1cY+M98vpTcGS2fLuJGs kIrD0e00T14mIHhQdDlSb21OZmbPuvoOgFxL0SNtqZMUcW/UZUJj+n6dKL3A3aF8gZ R89SdknxGKep1xycEyjpN3f1sz0/WM0w6Tio9TBXCI5TwDHVTLwpyM3YjxRSGK0ec0 j2bYtDUGtilug== Message-ID: <55c9dd79-2703-b7f5-f593-3324d09085e5@kernel.org> Date: Tue, 26 Apr 2022 10:52:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: linux-next: Signed-off-by missing for commit in the mediatek tree Content-Language: en-US To: Matthias Brugger , Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20220426080706.26c6816b@canb.auug.org.au> <60b73431-ea41-bcca-8374-1836488b399c@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <60b73431-ea41-bcca-8374-1836488b399c@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 26/04/2022 10:48, Matthias Brugger wrote: > Hi Stephen, > > On 26/04/2022 00:07, Stephen Rothwell wrote: >> Hi all, >> >> Commits >> >> 775ef8aaa66e ("arm64: dts: mediatek: align thermal zone node names with dtschema") >> c8b8db1a173d ("arm64: dts: mediatek: align operating-points table name with dtschema") >> c01d9aa630b8 ("arm64: dts: mediatek: mt8183: align Google CROS EC PWM node name with dtschema") >> 75a3c81bc634 ("arm64: dts: hisilicon: align 'freq-table-hz' with dtschema in UFS") >> >> are missing a Signed-off-by from their committer. >> > > These patches are taken by Krysztof and merge into my tree via a tag [1] to > avoid any conflicts. Please let me know if there is anything I need to do to fix > this problem. Hi Matthias, Before you merged my branch, which was fine, but later you rebased all this thus making yourself committer. Commits pulled from other trees should in general not be rebased, because it creates duplicates - there are ones in my tree, and separate in yours. Additionally, such rebase changes the author, so you need your SoB. Since you already rebased it, I propose you add your own SoB to Mediatek patches and drop the one hisilicon (75a3c81bc634). I will do the reverse - drop Mediatek and keep hisilicon. Best regards, Krzysztof