summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:58:31 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:58:31 -0700
commit8633eca8116a66fd732af26f5d0a71844dfb0770 (patch)
tree2e6ca8bcfa215b28f2154381357f6b238433d665
parent4fab00bd5bd5d742a392b90777aa7c8c19ad01f7 (diff)
download25-new-8633eca8116a66fd732af26f5d0a71844dfb0770.tar.gz
foo
-rw-r--r--txt/mm-slab-enable-slab-allocation-tagging-for-kmalloc-and-friends.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/txt/mm-slab-enable-slab-allocation-tagging-for-kmalloc-and-friends.txt b/txt/mm-slab-enable-slab-allocation-tagging-for-kmalloc-and-friends.txt
index 5094a4612..64990c60c 100644
--- a/txt/mm-slab-enable-slab-allocation-tagging-for-kmalloc-and-friends.txt
+++ b/txt/mm-slab-enable-slab-allocation-tagging-for-kmalloc-and-friends.txt
@@ -5,10 +5,15 @@ Date: Thu, 21 Mar 2024 09:36:47 -0700
Redefine kmalloc, krealloc, kzalloc, kcalloc, etc. to record allocations
and deallocations done by these functions.
+[surenb@google.com: undo _noprof additions in the documentation]
+ Link: https://lkml.kernel.org/r/20240326231453.1206227-7-surenb@google.com
+[rdunlap@infradead.org: fix kcalloc() kernel-doc warnings]
+ Link: https://lkml.kernel.org/r/20240327044649.9199-1-rdunlap@infradead.org
Link: https://lkml.kernel.org/r/20240321163705.3067592-26-surenb@google.com
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Co-developed-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
+Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Tested-by: Kees Cook <keescook@chromium.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>