From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 655F4156F45 for ; Tue, 13 Jan 2026 02:34:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768271662; cv=none; b=MTOIPyT/Gcyk4K/Hhk/AGLXK4QC1UdzPuesX9MLbadIXMeJLcMMB81yf16X/uE4GduKJlPmTvYKph80KnF5tZdTj6F/uzpx+EDXuZuMGpIqnEcbjATggaDkVHuUf/slAoF6XlXHohTYg3ExV1jrBTkByT7Inb6aJb4HVLkp5K7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768271662; c=relaxed/simple; bh=sxQCMm6mAGIBD+A7pDuUkbis6/FGOFvMfEkmgMsKIKw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XhzEF4tnkdI/+oHY8Mkb0lz6J7YU8vLAHpwa0sciukTK6OKRp/HRNv7Aup6x5U5+TENlVYanpMzp7VvS5uu6hFrAIjmi0XmTyjlYwbDk/KJhadbwXhMeFFCeUmWWyhdjXZrv1V77zyjeN+gHIunu2id2vkHZcRNmYBcNunON/mY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ZPBxRXty; arc=none smtp.client-ip=95.215.58.177 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ZPBxRXty" Message-ID: <7c47ff99-4626-46ec-b2f1-f236cdc4ced1@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1768271658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BmDNvAhPPmik490ESD8CzA1I44hk4voNy+X8J7EwDSo=; b=ZPBxRXtyvVg2YawHBu1UG2LM5GYlhA3Xo5UMZW3n9gtBBiBxgk0mGy7IFTl1xwiZTrSMD2 rzpf9kUUqFcVDU8u0xmXyQAW8JVBZS1yWNr8JSsCBEqTdo0wM5aZDOlKetLTLpWK5G7r/v IWQKBT1o1IHQnlxlXdmp5OyqoP33M6U= Date: Tue, 13 Jan 2026 10:34:08 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v2 00/28] Eliminate Dying Memory Cgroup To: Michal Hocko Cc: hannes@cmpxchg.org, hughd@google.com, roman.gushchin@linux.dev, shakeel.butt@linux.dev, muchun.song@linux.dev, david@kernel.org, lorenzo.stoakes@oracle.com, ziy@nvidia.com, harry.yoo@oracle.com, imran.f.khan@oracle.com, kamalesh.babulal@oracle.com, axelrasmussen@google.com, yuanchu@google.com, weixugc@google.com, chenridong@huaweicloud.com, mkoutny@suse.com, akpm@linux-foundation.org, hamzamahfooz@linux.microsoft.com, apais@linux.microsoft.com, lance.yang@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Qi Zheng References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Qi Zheng In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Hi Michal, On 1/12/26 10:21 PM, Michal Hocko wrote: > I can see that Johannes, Shakeel and others have done a review and also > suggested some minor improvements/modifications. Are you planning to Yes. I'm working on them (mainly non-hierarchical stats issue reported by Yosry Ahmed). > consolidate those and repost anytime soon? I'm testing it locally and will try to release v3 this week. Thanks, Qi > > Thanks