mbox series

[next,-v1,0/5] Some cleanup for memcg

Message ID 20241206013512.2883617-1-chenridong@huaweicloud.com (mailing list archive)
Headers show
Series Some cleanup for memcg | expand

Message

Chen Ridong Dec. 6, 2024, 1:35 a.m. UTC
From: Chen Ridong <chenridong@huawei.com>


Chen Ridong (5):
  memcg: use OFP_PEAK_UNSET instead of -1
  memcg: call the free function when allocation of pn fails
  memcg: simplify the mem_cgroup_update_lru_size function
  memcg: factor out the __refill_obj_stock function
  memcg: factor out stat(event)/stat_local(event_local) reading
    functions

 mm/memcontrol.c | 140 ++++++++++++++++++++++--------------------------
 1 file changed, 63 insertions(+), 77 deletions(-)

Comments

Chen Ridong Dec. 14, 2024, 1:47 a.m. UTC | #1
On 2024/12/6 9:35, Chen Ridong wrote:
> From: Chen Ridong <chenridong@huawei.com>
> 
> 
> Chen Ridong (5):
>   memcg: use OFP_PEAK_UNSET instead of -1
>   memcg: call the free function when allocation of pn fails
>   memcg: simplify the mem_cgroup_update_lru_size function
>   memcg: factor out the __refill_obj_stock function
>   memcg: factor out stat(event)/stat_local(event_local) reading
>     functions
> 
>  mm/memcontrol.c | 140 ++++++++++++++++++++++--------------------------
>  1 file changed, 63 insertions(+), 77 deletions(-)
> 

Friendly ping.

I am looking forward to having someone review these patches, with the
exception of patch 3. I will drop patch 3(NAK by YU) in the next version.

Best regards,
Ridong