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=-7.8 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=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 181D1C4332B for ; Tue, 9 Mar 2021 05:25:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0583652B4 for ; Tue, 9 Mar 2021 05:25:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230227AbhCIFZQ (ORCPT ); Tue, 9 Mar 2021 00:25:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:38440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229656AbhCIFYs (ORCPT ); Tue, 9 Mar 2021 00:24:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7D18964E13; Tue, 9 Mar 2021 05:24:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615267488; bh=P+acFq1M1bRg7jGDOAbI4OOdDRHGlnVqShsCmRuglhg=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=oxF75FlgVoD31odZ2vOjwQfL5ylrrlAx/fRaN+ooQDLijmtZFDSKz/VRy43CjJ0xA xqZ9bwTVhB2E9bOwlt7MPKdopLGuTfZHJSxiaP54tRfYY1zIGEUalCm06pvGykvrnx rNcTO9lTTg+UKLC1oKaNSoydFC9FGGkQMtLu+zurXdGXlxKCZpZNW30rW7MgxJgbqa YMcw+M+PhX5nDcJenKjoMjYU5hneCl/U180+vZwT6u6O8jUYNm854q0x6P/kTb7zy+ +tYAo6ahi2YT+UGlC1yjTqBSKy7C0SfMl9Ix3iGxCzzGfHt9OzsYeYhF4qNjLHmPRy WIomzFEiHS4XQ== Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 274453523792; Mon, 8 Mar 2021 21:24:48 -0800 (PST) Date: Mon, 8 Mar 2021 21:24:48 -0800 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: <20210309052448.GR2696@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20210308170327.3fc9badd@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210308170327.3fc9badd@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 Mon, Mar 08, 2021 at 05:03:27PM +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > 3e90d423e754 ("EXP net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused") > > is missing a Signed-off-by from its committer. Fixed, thank you and apologies! Thanx, Paul