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 4BD96ECAAA2 for ; Mon, 29 Aug 2022 02:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229549AbiH2CyX (ORCPT ); Sun, 28 Aug 2022 22:54:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbiH2CyX (ORCPT ); Sun, 28 Aug 2022 22:54:23 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F11ED3CBFF; Sun, 28 Aug 2022 19:54:21 -0700 (PDT) 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 B768D23A; Sun, 28 Aug 2022 19:54:27 -0700 (PDT) Received: from [10.162.40.15] (unknown [10.162.40.15]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0EE733F882; Sun, 28 Aug 2022 19:54:18 -0700 (PDT) Message-ID: Date: Mon, 29 Aug 2022 08:24:15 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: linux-next: Signed-off-by missing for commit in the tip tree Content-Language: en-US To: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20220829085730.142da032@canb.auug.org.au> From: Anshuman Khandual In-Reply-To: <20220829085730.142da032@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, The original posted patch had author's 'Signed-off-by'. Seems like the tip extraction have cut out portions of the commit message as well, apart from just dropping the "Signed-off-by" :) We should keep the commit message in the original form. Could you please fix that ? Original patch: https://lore.kernel.org/lkml/20220824044822.70230-2-anshuman.khandual@arm.com/ Tip extraction: https://lore.kernel.org/lkml/166155215090.401.870330359879147742.tip-bot2@tip-bot2/ - Anshuman On 8/29/22 04:27, Stephen Rothwell wrote: > Hi all, > > Commit > > 6bc72375dd93 ("perf: Add system error and not in transaction branch types") > > is missing a Signed-off-by from its author. >