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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 85089CA9EC0 for ; Tue, 29 Oct 2019 00:37:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53A3A21835 for ; Tue, 29 Oct 2019 00:37:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572309479; bh=VOgGAaaLiIO7/29MD6ZQiMJrsJpHBIYfQrkY2UI4QOo=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=SnWfeDH7J1T24f95zI1r5/8iV4Rs0w9GF1xS4sVfvSmydUFVFDp7OWylkNyFUshu8 us+YKb8LD1tbLSMEUIJdYgHQX4KNxfVmdlNOTDHpMDbqOFlX8VBhm6Eoi/+3ricFhm uy4glUSC5NStC6UeY/3V1q+Q1WWixbyMGcQIz7Uk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726939AbfJ2Ah6 (ORCPT ); Mon, 28 Oct 2019 20:37:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:49886 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726636AbfJ2Ah6 (ORCPT ); Mon, 28 Oct 2019 20:37:58 -0400 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (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 19B6F217D6; Tue, 29 Oct 2019 00:37:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572309478; bh=VOgGAaaLiIO7/29MD6ZQiMJrsJpHBIYfQrkY2UI4QOo=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=a6VyX7PjOyi6anNVmpixeC8ko6ZpnVhErYMGCUG0qCNCaHoG+6X02n5gCoQmHDnj7 l228uVDuxlx14LbS0FeOjR9Qn2jJ18qGopkfL5uzRZNNdTY9UlV4hcYNX/MTPM7x9i c5RAz9mCIHpesMeLTGAwRjCYKwWfm4vgYK2EZU8E= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id EA5E33522C0D; Mon, 28 Oct 2019 17:37:57 -0700 (PDT) Date: Mon, 28 Oct 2019 17:37:57 -0700 From: "Paul E. McKenney" To: Stephen Rothwell Cc: "Paul E. McKenney" , Linux Next Mailing List , Linux Kernel Mailing List , "Joel Fernandes (Google)" Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: <20191029003757.GF20975@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191029075359.59d06466@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191029075359.59d06466@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Oct 29, 2019 at 07:53:59AM +1100, Stephen Rothwell wrote: > Hi all, > > Commits > > 51db3f987f62 ("Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"") > a0c1ba228721 ("Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"") > 8b3b77cca47f ("Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"") > f7bf64a4ff9e ("Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"") > > are missing a Signed-off-by from their authors. Again, good catch, thank you! Joel, if you have any objections to my adding your Signed-off-by, please let me know. (In which case, I will defer them to the v5.6 merge window, which would allow us time to work out what to do instead.) Thanx, Paul