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 305DBC433F5 for ; Fri, 8 Apr 2022 21:42:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239894AbiDHVo5 convert rfc822-to-8bit (ORCPT ); Fri, 8 Apr 2022 17:44:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232842AbiDHVox (ORCPT ); Fri, 8 Apr 2022 17:44:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7957E27E; Fri, 8 Apr 2022 14:42:49 -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 1665E62085; Fri, 8 Apr 2022 21:42:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91469C385A1; Fri, 8 Apr 2022 21:42:46 +0000 (UTC) Date: Fri, 8 Apr 2022 17:42:45 -0400 From: Steven Rostedt To: Kalesh Singh Cc: paulmck@kernel.org, Joel Fernandes , Suren Baghdasaryan , kernel-team , Tejun Heo , Tim Murray , Wei Wang , Kyle Lin , Chunwei Lu , Lulu Wang , Frederic Weisbecker , Neeraj Upadhyay , Josh Triplett , Mathieu Desnoyers , Lai Jiangshan , rcu , LKML Subject: Re: [PATCH v2] EXP rcu: Move expedited grace period (GP) work to RT kthread_worker Message-ID: <20220408174245.65e1ec98@gandalf.local.home> In-Reply-To: References: <20220408045734.1158817-1-kaleshsingh@google.com> <20220408143444.GC4285@paulmck-ThinkPad-P17-Gen-1> <20220408153447.GE4285@paulmck-ThinkPad-P17-Gen-1> <20220408173908.GJ4285@paulmck-ThinkPad-P17-Gen-1> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 8 Apr 2022 10:53:53 -0700 Kalesh Singh wrote: > If PREEMT_RT systems don’t disable expedited grace periods, we can > remove default off for those. Steve? Yep, commit 36221e109eb20 ("rcu: Enable rcu_normal_after_boot unconditionally for RT") is still there. OK, that explains it. I missed that change, so I didn't see the relation to PREEMPT_RT. It wasn't described in the change log nor was there any comment in the kconfig to say why it was special. Perhaps that should be added for those that don't know all this tribal knowledge ;-) -- Steve