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 E5736C7618E for ; Mon, 24 Apr 2023 21:06:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229872AbjDXVGb (ORCPT ); Mon, 24 Apr 2023 17:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230340AbjDXVGa (ORCPT ); Mon, 24 Apr 2023 17:06:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF6E66185; Mon, 24 Apr 2023 14:06:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 940C661D8E; Mon, 24 Apr 2023 21:06:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB47BC433EF; Mon, 24 Apr 2023 21:06:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682370389; bh=WoCEGXNV2msVa9t2ExRsULaVU0lvwGkdcTTlJ1EJc+o=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=ZsfO8VEDPyh30WzOgNXwWpODZhVoaac11z6XqTLhffV3WyC8sgLWn8bIKuwc8QDXG cbvNGcZnffUL0Uf7z0o7iTRTgwLL/WQXrmwBzHrmNS7UwjAFYA397s+Nan/9b4+lBw 219/aUmyf+sDQCITOUC5Kd9Yq/DOtv/+X2IaTsD8QYMYVDfNPw2KVF547JM1ukjIBd mxknX0xk8RQI7Gf3OiqmfloMnN/BlLr1CFZPnNw1EmflPrkT1EJPhtAnylj+BNEL6s ynJsE/dVN2l6Yx8JyRQsl3f5TNtSyK+b17i+w1ukve08vqN3yEdNKYaKEuRLsfNEHx MedFG1a5CriMQ== Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 7D09615405A7; Mon, 24 Apr 2023 14:06:28 -0700 (PDT) Date: Mon, 24 Apr 2023 14:06:28 -0700 From: "Paul E. McKenney" To: Christoph Hellwig Cc: "Wysocki, Rafael J" , rcu@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com, rostedt@goodmis.org, =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Dmitry Osipenko Subject: Re: [PATCH RFC rcu 03/19] srcu: Begin offloading srcu_struct fields to srcu_update Message-ID: Reply-To: paulmck@kernel.org References: <3db82572-f156-4a5d-b711-841aa28bd996@paulmck-laptop> <20230324001938.3443499-3-paulmck@kernel.org> <80166ee7-4ee3-bb2d-c715-a8180dddee31@intel.com> <20230326231858.GA19606@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230326231858.GA19606@lst.de> Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On Mon, Mar 27, 2023 at 01:18:58AM +0200, Christoph Hellwig wrote: > On Fri, Mar 24, 2023 at 01:11:47PM -0700, Paul E. McKenney wrote: > > > Acked-by: Rafael J. Wysocki > > > > Thank you! I will add this on my next rebase. > > > > It is possible that this will be v6.5 rather than v6.4 material. > > I was hoping the RCU bits could land in 6.4, so that the block > layer work to take advantage of it can go into 6.5 without cross-tree > dependencies. And this is now in mainline. Please let me know how it goes! Thanx, Paul