]> Git Repo - linux.git/commitdiff
rcu: Add more RCU files to kernel-api.rst
authorPaul E. McKenney <[email protected]>
Thu, 11 May 2023 18:59:09 +0000 (11:59 -0700)
committerPaul E. McKenney <[email protected]>
Thu, 11 May 2023 20:39:05 +0000 (13:39 -0700)
Recent changes and additions to RCU have not been reflected in
Documentation/core-api/kernel-api.rst, which makes it harder to find
the kernel-doc headers in recently added RCU files.

Therefore, add those files.

Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Luis Chamberlain <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Liam Beguin <[email protected]>
Cc: <[email protected]>
Documentation/core-api/kernel-api.rst

index 9b3f3e5f5a9599bb2a8b044935adce7a0048880f..712e59ad32fa5a30f17d43eb23af617a2fc71f10 100644 (file)
@@ -412,3 +412,15 @@ Read-Copy Update (RCU)
 .. kernel-doc:: include/linux/rcu_sync.h
 
 .. kernel-doc:: kernel/rcu/sync.c
+
+.. kernel-doc:: kernel/rcu/tasks.h
+
+.. kernel-doc:: kernel/rcu/tree_stall.h
+
+.. kernel-doc:: include/linux/rcupdate_trace.h
+
+.. kernel-doc:: include/linux/rcupdate_wait.h
+
+.. kernel-doc:: include/linux/rcuref.h
+
+.. kernel-doc:: include/linux/rcutree.h
This page took 0.057168 seconds and 4 git commands to generate.