* [PATCH 0/2] docs: core-api: Update kernel-api.rst to include cpumask.h
@ 2025-03-06 10:36 Viresh Kumar
2025-03-06 10:36 ` [PATCH 2/2] " Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2025-03-06 10:36 UTC (permalink / raw)
To: Rasmus Villemoes, Yury Norov, Jonathan Corbet
Cc: Viresh Kumar, Vincent Guittot, linux-doc, linux-kernel
Hello,
This includes cpumask.h in kernel-api.rst and fixes some kernel-doc formatting
warnings/errors.
Viresh Kumar (2):
cpumask: Fix kernel-doc formatting errors in cpumask.h
docs: core-api: Update kernel-api.rst to include cpumask.h
Documentation/core-api/kernel-api.rst | 6 +++
include/linux/cpumask.h | 65 +++++++++++++++------------
2 files changed, 43 insertions(+), 28 deletions(-)
--
2.31.1.272.g89b43f80a514
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] docs: core-api: Update kernel-api.rst to include cpumask.h
2025-03-06 10:36 [PATCH 0/2] docs: core-api: Update kernel-api.rst to include cpumask.h Viresh Kumar
@ 2025-03-06 10:36 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2025-03-06 10:36 UTC (permalink / raw)
To: Rasmus Villemoes, Yury Norov, Jonathan Corbet
Cc: Viresh Kumar, Vincent Guittot, linux-doc, linux-kernel
Updated Documentation/core-api/kernel-api.rst to include `cpumask.h`,
providing better reference for CPU mask operations in the kernel API.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
Documentation/core-api/kernel-api.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index ae92a2571388..5817632381f9 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -90,6 +90,12 @@ Bitmap Operations
.. kernel-doc:: include/linux/bitmap.h
:internal:
+Cpumask Operations
+------------------
+
+.. kernel-doc:: include/linux/cpumask.h
+ :internal:
+
Command-line Parsing
--------------------
--
2.31.1.272.g89b43f80a514
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-06 10:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 10:36 [PATCH 0/2] docs: core-api: Update kernel-api.rst to include cpumask.h Viresh Kumar
2025-03-06 10:36 ` [PATCH 2/2] " Viresh Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).