summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:00:27 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:00:27 -0700
commit9ca352aaa1d3701c9baccba478bc27d6284838df (patch)
tree4fa4e4abe7bc6523123f19d6bcfd1d64777688d1
parent08ccdbdda7c248410a07280041f5eadb68d4aa77 (diff)
download25-new-9ca352aaa1d3701c9baccba478bc27d6284838df.tar.gz
foo
-rw-r--r--txt/mm-slab-move-memcg-charging-to-post-alloc-hook.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/txt/mm-slab-move-memcg-charging-to-post-alloc-hook.txt b/txt/mm-slab-move-memcg-charging-to-post-alloc-hook.txt
index b67120646..591f2f92b 100644
--- a/txt/mm-slab-move-memcg-charging-to-post-alloc-hook.txt
+++ b/txt/mm-slab-move-memcg-charging-to-post-alloc-hook.txt
@@ -23,9 +23,14 @@ potentially allows to separate charging from allocation in cases where
it's common that the allocation would be immediately freed, and the memcg
handling overhead could be saved.
+[vbabka@suse.cz: fix call to memcg_alloc_abort_single()]
+ Link: https://lkml.kernel.org/r/4af50be2-4109-45e5-8a36-2136252a635e@suse.cz
+[roman.gushchin@linux.dev: comment fixup]
+ Link: https://lkml.kernel.org/r/Zg2LsNm6twOmG69l@P9FQF9L96D.corp.robot.car
Link: https://lkml.kernel.org/r/20240326-slab-memcg-v3-0-d85d2563287a@suse.cz
Link: https://lkml.kernel.org/r/20240326-slab-memcg-v3-1-d85d2563287a@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
+Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/all/CAHk-=whYOOdM7jWy5jdrAm8LxcgCMFyk2bt8fYYvZzM4U-zAQA@mail.gmail.com/
Reviewed-by: Roman Gushchin <roman.gushchin@linux.dev>