diff options
author | Shakeel Butt <[email protected]> | 2024-10-24 18:23:00 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-06 20:11:19 -0800 |
commit | a8cd9d4ce35eaeb603c3ae7633bb120de5970b3c (patch) | |
tree | daa7e7383cf7d4fbeb2876599eb38a5bff687294 /tools/perf/scripts/python/parallel-perf.py | |
parent | 6b611388b626eaa59d202bf8f64d095ff80bcde6 (diff) |
memcg-v1: no need for memcg locking for dirty tracking
During the era of memcg charge migration, the kernel has to be make
sure that the dirty stat updates do not race with the charge migration.
Otherwise it might update the dirty stats of the wrong memcg. Now
with the memcg charge migration gone, there is no more race for dirty
stat updates and the previous locking can be removed.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Shakeel Butt <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Reviewed-by: Roman Gushchin <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Yosry Ahmed <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions