From: Paul E. McKenney Date: Wed, 9 Oct 2024 18:00:40 +0000 (-0700) Subject: doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst X-Git-Tag: v6.13-rc1~190^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fa7f729cecf4aee3cad8218b006b476f0ff90f4;p=thirdparty%2Fkernel%2Flinux.git doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst This commit adds the rcuog kthreads to the list of callback-offloading kthreads that can be affinitied away from worker CPUs. Signed-off-by: Paul E. McKenney Reviewed-by: Neeraj Upadhyay Signed-off-by: Frederic Weisbecker --- diff --git a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst index b6aeae3327ceb..ea7fa2a8bbf0b 100644 --- a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst +++ b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst @@ -315,7 +315,7 @@ To reduce its OS jitter, do at least one of the following: to do. Name: - rcuop/%d and rcuos/%d + rcuop/%d, rcuos/%d, and rcuog/%d Purpose: Offload RCU callbacks from the corresponding CPU.