[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8c938bd5-6d62-4eff-9289-13b0d7ae8e17@paulmck-laptop>
Date: Thu, 22 Feb 2024 16:26:18 -0800
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...a.com, rostedt@...dmis.org,
ankur.a.arora@...cle.com, tglx@...utronix.de, mark.rutland@....com
Subject: [PATCH rcu 0/4] Refactor TASKS_RCU for lazy preemption
Hello!
This series refactors the NEED_TASKS_RCU option so that the conditional
processing is in one place in kernel/rcu/Kconfig. This makes it easier
to make sure that Tasks RCU is enabled in PREEMPT_AUTO kernels, given
that such kernels are preemptible, even if only lazily so. After all,
it takes only one lazy preemption from a trampoline to significantly
degrade your kernel's actuarial statistics.
1. Create NEED_TASKS_RCU to factor out enablement logic.
2. Select new NEED_TASKS_RCU Kconfig option.
3. Select new NEED_TASKS_RCU Kconfig option.
4. Select new NEED_TASKS_RCU Kconfig option.
Thanx, Paul
------------------------------------------------------------------------
arch/Kconfig | 4 ++--
kernel/bpf/Kconfig | 2 +-
kernel/rcu/Kconfig | 6 +++++-
kernel/trace/Kconfig | 4 ++--
4 files changed, 10 insertions(+), 6 deletions(-)
Powered by blists - more mailing lists