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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB643CDB474 for ; Mon, 23 Oct 2023 13:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230224AbjJWNIu (ORCPT ); Mon, 23 Oct 2023 09:08:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjJWNIt (ORCPT ); Mon, 23 Oct 2023 09:08:49 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6356FC4; Mon, 23 Oct 2023 06:08:47 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79780C433C7; Mon, 23 Oct 2023 13:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698066527; bh=p6Inx0owgVSroWRP0ixv4LRXq0nbVd4Kt4ZJ+pT2iC4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=INbhZBoP9UOd48h2vZX331ejbRqiHJMSUMSLL3GaQjaqnkhpaRTfU6F5VrPlIecqs S8MF+eNDRBz4n4papemiRGY43yvHIFHbA6NZiv9RE5wYUdgL0nFst5xu2EYGQ1TU2k Ek59AZpcp8sd7bGHBivP3LGzPb0OAHX8+5kPS0j0= Date: Mon, 23 Oct 2023 15:08:44 +0200 From: Greg KH To: linux-kernel@vger.kernel.org Cc: Joel Fernandes , stable-commits@vger.kernel.org, "Paul E. McKenney" , Frederic Weisbecker , Neeraj Upadhyay , Josh Triplett , Boqun Feng , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Zqiang Subject: Re: Patch "rcu: Make call_rcu() lazy to save power" has been added to the 6.1-stable tree Message-ID: <2023102303-pending-purity-c504@gregkh> References: <20231021001842.1606862-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 23, 2023 at 08:57:52AM -0400, Sasha Levin wrote: > On Sat, Oct 21, 2023 at 12:23:33PM -0400, Joel Fernandes wrote: > > On Fri, Oct 20, 2023 at 8:18 PM Sasha Levin wrote: > > > > > > This is a note to let you know that I've just added the patch titled > > > > > > rcu: Make call_rcu() lazy to save power > > > > > > to the 6.1-stable tree which can be found at: > > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > Sasha, could you drop this patch from 6.1 stable? It is a new feature > > and as such I expect folks who need it to backport. For instance, in > > our stable derivatives, it has been backported. > > You're right that it's a new feature, but it was taken as a dependency > for a later fix. I resolved this, and removed it, it wasn't really needed for that fix, your bot's dependency chain got a bit too long for a 2 line bugfix :) thanks, greg k-h