doc: Update rcu.rst
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 4 Nov 2022 21:16:48 +0000 (14:16 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Jan 2023 19:27:56 +0000 (11:27 -0800)
This commit provides a couple of updates based on the inexorable passage
of time.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/rcu.rst

index 3cfe01b..381cb86 100644 (file)
@@ -77,12 +77,13 @@ Frequently Asked Questions
   search for the string "Patent" in Documentation/RCU/RTFP.txt to find them.
   Of these, one was allowed to lapse by the assignee, and the
   others have been contributed to the Linux kernel under GPL.
+  Many (but not all) have long since expired.
   There are now also LGPL implementations of user-level RCU
   available (https://liburcu.org/).
 
 - I hear that RCU needs work in order to support realtime kernels?
 
-  Realtime-friendly RCU can be enabled via the CONFIG_PREEMPT_RCU
+  Realtime-friendly RCU are enabled via the CONFIG_PREEMPTION
   kernel configuration parameter.
 
 - Where can I find more information on RCU?