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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 E7B75C43461 for ; Thu, 17 Sep 2020 18:01:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CD2B20707 for ; Thu, 17 Sep 2020 18:01:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600365666; bh=sym+4IMmWlAE40RItS/W9ywy+geN2STM8ay5dMNNwpc=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=fwdSzMjDOy1fsp0VwENUdegtX3uLqGZs0WBvfBk5ymE8O4Ml5jCf14qzKgc7lb851 E1JjmgPDioNEJe+KzhCZjkKIsue9kdY9hhUw6ivyy2OcHyt8RdqYngbhnko20dMaCg KM9JzaxvT+y1g2+2iBxQQub6hp+whoINQ7vGsDg4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726475AbgIQSA7 (ORCPT ); Thu, 17 Sep 2020 14:00:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:48532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726582AbgIQSAG (ORCPT ); Thu, 17 Sep 2020 14:00:06 -0400 Received: from paulmck-ThinkPad-P72.home (unknown [50.45.173.55]) (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 7B75120707; Thu, 17 Sep 2020 18:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600365605; bh=sym+4IMmWlAE40RItS/W9ywy+geN2STM8ay5dMNNwpc=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=PMUSAz74MXGzcOVQtNfwi5lSgSzsCRxzWrux+WySIWfqcheevXrAJNFThINhBMc/2 JktNPJUzHRCqDEiMvEaC6ZlVBYb5L/poDNi6n0lUj1weKTBhqKQXBNzSenKEmuwGR2 Hs4NkHwD3sJCEGzsSBXJNcuLhVUVfyWSkOdX6GrY= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 3BD8835225FA; Thu, 17 Sep 2020 11:00:05 -0700 (PDT) Date: Thu, 17 Sep 2020 11:00:05 -0700 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Peter Zijlstra , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: <20200917180005.GM29330@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200917132652.738c4cc2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200917132652.738c4cc2@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Thanx, Paul