summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:58:38 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:58:38 -0700
commit5589e9788638430b4de9619fe88834252199c295 (patch)
tree76e1b224949b9bb6ae51406113370ec0ad420162
parente7df90ca68599623cae241060ef0e37108822077 (diff)
download25-new-5589e9788638430b4de9619fe88834252199c295.tar.gz
foo
-rw-r--r--txt/mm-percpu-enable-per-cpu-allocation-tagging.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/mm-percpu-enable-per-cpu-allocation-tagging.txt b/txt/mm-percpu-enable-per-cpu-allocation-tagging.txt
index 1d713972a..4e69ec7a0 100644
--- a/txt/mm-percpu-enable-per-cpu-allocation-tagging.txt
+++ b/txt/mm-percpu-enable-per-cpu-allocation-tagging.txt
@@ -5,6 +5,8 @@ Date: Thu, 21 Mar 2024 09:36:51 -0700
Redefine __alloc_percpu, __alloc_percpu_gfp and __alloc_reserved_percpu
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-6-surenb@google.com
Link: https://lkml.kernel.org/r/20240321163705.3067592-30-surenb@google.com
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>