diff options
author | Ingo Molnar <mingo@kernel.org> | 2024-09-29 08:57:18 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-09-29 08:57:18 +0200 |
commit | ae39e0bd150bd2739582f72ad70b5a0b15e74576 (patch) | |
tree | a880ea77d20f32b6a85b9d4bbb1b43198c7ef801 /Documentation | |
parent | 1d7f856c2ca449f04a22d876e36b464b7a9d28b6 (diff) | |
parent | d00b83d416e73bc3fa4d21b14bec920e88b70ce6 (diff) | |
download | linux-ae39e0bd150bd2739582f72ad70b5a0b15e74576.tar.gz linux-ae39e0bd150bd2739582f72ad70b5a0b15e74576.tar.bz2 linux-ae39e0bd150bd2739582f72ad70b5a0b15e74576.zip |
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Merge all pending locking commits into a single branch.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/cleanup.rst | 8 | ||||
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/core-api/cleanup.rst b/Documentation/core-api/cleanup.rst new file mode 100644 index 000000000000..527eb2f8ec6e --- /dev/null +++ b/Documentation/core-api/cleanup.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0 + +=========================== +Scope-based Cleanup Helpers +=========================== + +.. kernel-doc:: include/linux/cleanup.h + :doc: scope-based cleanup helpers diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index f147854700e4..b99d2fb3e2f1 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -35,6 +35,7 @@ Library functionality that is used throughout the kernel. kobject kref + cleanup assoc_array xarray maple_tree |