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 A0391C38145 for ; Tue, 6 Sep 2022 08:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238988AbiIFIzT (ORCPT ); Tue, 6 Sep 2022 04:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232511AbiIFIzR (ORCPT ); Tue, 6 Sep 2022 04:55:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB96119288; Tue, 6 Sep 2022 01:55:16 -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 52B8E61350; Tue, 6 Sep 2022 08:55:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 728B5C433D6; Tue, 6 Sep 2022 08:55:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662454515; bh=A8VKRtYKUm9wCQHpRouUBvdnM8FexdjJBSs3MkiJec0=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=JcReit0zD6HMNAAudT8BsvNj5dLWEg+F9ELdMbYV8+ZvzNoGWyUBt2Kl5DBs0ScUt HvEVJ0PbOz4tQeszOR8rIrZTGXx7gtRARIB5HIsMQBZUhb3VEetwbskgz6OUlhTawv HjbCrm/3B2u/Ipi/bKUvIsWeQZPjFfWXim362y96yLir6nWGCbnugK8URcjcVT8KsN 5rIDdaDl7czGsGLcznKSwBKhIxM4ILt0nhBOitG0vRlpf8xoC93SFNY2t12tPkgaA3 HDeTUZ9D7QzAxjflfmX9Ly8+eWN/GkhBl360v+9+Kxr/NH9vX4nPpzJgGgr5ZPmU5l HsqN9sqKgrrow== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 445B55C0834; Tue, 6 Sep 2022 01:55:12 -0700 (PDT) Date: Tue, 6 Sep 2022 01:55:12 -0700 From: "Paul E. McKenney" To: Joel Fernandes Cc: Frederic Weisbecker , rcu@vger.kernel.org, linux-kernel@vger.kernel.org, rushikesh.s.kadam@intel.com, urezki@gmail.com, neeraj.iitr10@gmail.com, rostedt@goodmis.org, vineeth@bitbyteword.org, boqun.feng@gmail.com Subject: Re: [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation Message-ID: <20220906085512.GI4315@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <20220901221720.1105021-1-joel@joelfernandes.org> <20220901221720.1105021-7-joel@joelfernandes.org> <20220902152132.GA115525@lothringen> <67122ae3-d69e-438c-18fc-a8de6e40201e@joelfernandes.org> <20220905125949.GA173859@lothringen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 05, 2022 at 04:32:26PM -0400, Joel Fernandes wrote: > > > On 9/5/2022 8:59 AM, Frederic Weisbecker wrote: > > I'd rather see an updated patch (not the whole patchset but just this one) rather > > than deltas, just to make sure I'm not missing something in the whole picture. > > > > Thanks. > > There is also the previous patch which needs a fix up you suggested. > > I will reply to individual patches with in-line patch (for you), as well as > refreshing whole series since it might be easier for Paul to apply them together. To say nothing of the greater probability that the result will match your intent. ;-) Thanx, Paul