Re: [PATCH v14 02/14] cgroup/misc: Add per resource callbacks for CSS events

2024-06-06 Thread chenridong
ee all. Thanks Ridong On 2024/6/6 22:51, Haitao Huang wrote: On Thu, 06 Jun 2024 08:37:31 -0500, chenridong wrote:   If _misc_cg_res_alloc fails, maybe some types do not call ->alloc(), but all types ->free() callback >will be called, is that ok? Not sure I understand. Are yo

Re: [PATCH v3] memcg: fix soft lockup in the OOM process

2025-01-16 Thread chenridong
On 2025/1/15 2:42, Paul E. McKenney wrote: > On Tue, Jan 14, 2025 at 08:13:37PM +0800, Chen Ridong wrote: >> >> >> On 2025/1/14 17:20, Vlastimil Babka wrote: >>> On 1/14/25 09:40, Michal Hocko wrote: On Mon 13-01-25 19:45:46, Andrew Morton wrote: > On Mon, 13 Jan 2025 14:51:55 +0800 Che