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 35475C43603 for ; Wed, 11 Dec 2019 22:52:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F1D002173E for ; Wed, 11 Dec 2019 22:52:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576104764; bh=tFWaMLyOF8Tf7ivAHYNOKMYRJAyotA/hm9yrVCiwjB8=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=tbX1cCCQBzC9aIsQApuau5i7sfyfpjLFmGB0uxcoLLkHGZaW9rnO1ebwpEdlS6fdn YVkyRetifRSM6U8hOFyzuTAJnDUpffiTwH67Au1cqHqqnPzdGaUMca5QjOezTm8nNJ B46O33UO8zCLAUqBjZptR0LfvWxAmlQi0cZ5l7iE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726487AbfLKWwn (ORCPT ); Wed, 11 Dec 2019 17:52:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:51238 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726345AbfLKWwn (ORCPT ); Wed, 11 Dec 2019 17:52:43 -0500 Received: from paulmck-ThinkPad-P72.home (unknown [199.201.64.130]) (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 D979120836; Wed, 11 Dec 2019 22:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576104762; bh=tFWaMLyOF8Tf7ivAHYNOKMYRJAyotA/hm9yrVCiwjB8=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=Bc5/neBO0uaHgtjSc32WFICbeS7jv8RDPIZD8yMxGw2zIQc6wjQum9Gw2wexI2Ven 20jpK4wrgqIO9odURnd5y4+YeQxn3zRx8kv2AXwclj2ALIshC8+YUy20lSvqkWdff3 B1HEz2atwRJuWJ+UAU3lF8l2gCNDn5/h/bfBnYVs= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 4D04835203C6; Wed, 11 Dec 2019 14:52:42 -0800 (PST) Date: Wed, 11 Dec 2019 14:52:42 -0800 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , kbuild test robot Subject: Re: linux-next: Fixes tag needs some work in the rcu tree Message-ID: <20191211225242.GJ2889@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191212074451.18c69a64@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191212074451.18c69a64@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 Thu, Dec 12, 2019 at 07:44:51AM +1100, Stephen Rothwell wrote: > Hi all, > > In commit > > 3b570f534011 ("rcutorture: The rcu_boot_ended variable can be static") > > Fixes tag > > Fixes: 68ce6668914d ("rcutorture: Suppress forward-progress complaints during early boot") > > has these problem(s): > > - Target SHA1 does not exist > > Did you mean > > Fixes: 7e1204f7a29e ("rcutorture: Suppress forward-progress complaints during early boot") You know, I should just fold those two commits together. Thank you for catching this, Stephen! Thanx, Paul