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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8762FC433F5 for ; Tue, 26 Oct 2021 21:22:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 622D060F6F for ; Tue, 26 Oct 2021 21:22:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237205AbhJZVZC (ORCPT ); Tue, 26 Oct 2021 17:25:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:53794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235941AbhJZVZC (ORCPT ); Tue, 26 Oct 2021 17:25:02 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 93BA360E09; Tue, 26 Oct 2021 21:22:37 +0000 (UTC) Date: Tue, 26 Oct 2021 17:22:36 -0400 From: Steven Rostedt To: Stephen Rothwell Cc: "linux-sh@vger.kernel.org" , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the ftrace tree Message-ID: <20211026172236.560c034b@gandalf.local.home> In-Reply-To: <20211027081728.1ff488bf@canb.auug.org.au> References: <20211027081728.1ff488bf@canb.auug.org.au> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, 27 Oct 2021 08:17:28 +1100 Stephen Rothwell wrote: > Hi all, > > Commit > > 7a335f11747c ("ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still link") > > is missing a Signed-off-by from its author. No, it has the wrong author. Patches I write go through my patchwork, and somehow it added the linux-sh mailing list as the author, when it was actually suppose to be me. Something must have went oops in my scripts :-/ Thanks for catching it. I'll rebase to make it have me as the author. -- Steve