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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 96257C2D0A8 for ; Mon, 28 Sep 2020 07:57:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34CE323119 for ; Mon, 28 Sep 2020 07:57:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="XXQPiT/w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726518AbgI1H5f (ORCPT ); Mon, 28 Sep 2020 03:57:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726440AbgI1H5f (ORCPT ); Mon, 28 Sep 2020 03:57:35 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 733CEC0613CE; Mon, 28 Sep 2020 00:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ACq0Ns8qpygXghwpUaRPThPaadKbyOkCpocoksti52M=; b=XXQPiT/wuZpdIOY0D7eVkjNXCD hMiiq2T+g0WsnhstcoVUVeDvy0+zatliBt+VqM9QjUdOae885Nt3+y3S9ZNvECY7Nb5OWgGyuDMkT OdkAo465l+N5glHNF54phRF3mn0TP6ej6+b0XtXjU2A17fWoBc1Wq7X4y7PNMVjDfKpXs2I29CZ/R z4O0QMvyyPIbeFUj2NMZ5Zh4fpE8nvh0xbRo5RciCqzWUzShlINp4G83ihYq+5Pb4uu2NEBwTx+pr 47RBBByXHzo8T/l6nSpskovwmJ6umpvzGnpw05UcgnKj5UyG9arMDhB1Dj7x51c0xzLxsEjeceBkq yIDTkhww==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kMo2M-00049I-W1; Mon, 28 Sep 2020 07:57:31 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 9842A303F45; Mon, 28 Sep 2020 09:57:30 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id F258C20CB21EE; Mon, 28 Sep 2020 09:57:29 +0200 (CEST) Date: Mon, 28 Sep 2020 09:57:29 +0200 From: Peter Zijlstra To: "Paul E. McKenney" Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: <20200928075729.GC2611@hirez.programming.kicks-ass.net> References: <20200917132652.738c4cc2@canb.auug.org.au> <20200917180005.GM29330@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200917180005.GM29330@paulmck-ThinkPad-P72> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Sep 17, 2020 at 11:00:05AM -0700, Paul E. McKenney wrote: > On Thu, Sep 17, 2020 at 01:26:52PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > Commit > > > > 903c5302fa2d ("sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled") > > > > is missing a Signed-off-by from its author and committer. > > > > I didn't complain about this when it was first present because I figured > > it was just a debugging commit that would be removed quickly. However, > > there are now quite a few follow up commits ... > > Without Peter's Signed-off-by, I clearly won't be submitting it to the > upcoming merge window. > > Peter, this is now quite close to your original patch. May I please > add your Signed-off-by? Sure!