From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 0308D2D73A9 for ; Tue, 30 Dec 2025 04:11:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767067899; cv=none; b=C9QNYMFNcwGkNM3BZpCQK0vxcGSxR/rbLzMEWfbr1PBZl1ubJGbUj2jVTk78qsBMdUg5c9RrrL8s09UzqNgLu17sHupMU87e+Ubzy2HhR/uWdaEoVqE7AcOaPJs6ANw+jrhizlCM7Oqxg8xZuhaoA+e3F3ZqDx58mCIpBfDhq6Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767067899; c=relaxed/simple; bh=lWjIb4UZEyKKZwTvHdILRcV74BciZull5tIXRmGZM9c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=nJjsgiQB9aTyVILCiC1OEPLufgdoIg9Npf+NVSH5D+uZq72EJzVGX7YnOwEuWbdOXIe5nKU3bDw2FnIuEhzVYNnrB/2F5D7jefGKZ6ldvPnR+FhUOnPNhldxq42RangnKNEP9ZzAmUGEbhNswB4g4Wwuf/X+pSG3eHKMye9XLjA= 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=ccobxUBT; arc=none smtp.client-ip=91.218.175.185 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="ccobxUBT" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1767067891; 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: in-reply-to:in-reply-to:references:references; bh=r8Gvt0xBPaqEQHpjlZBewh20jN1+cqjtxMqmPyTRtzI=; b=ccobxUBTuMWM7EGfjZbZGfYYmluDNpGprUkUsrrUwOgE1A/0Jz4Rd+dAiIV4sGNn8VaHsJ LU8ikPNPEIYA7HBVPiySWJff/Q74rwDsVFPPEHvuES3vY8x0NVc/ABFvlE5wYSEGnNEDQE d1lAn+7A+D0JdjkMw2ii8kU8IzBfZmA= From: Roman Gushchin To: Shakeel Butt Cc: Qi Zheng , hannes@cmpxchg.org, hughd@google.com, mhocko@suse.com, 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 Subject: Re: [PATCH v2 00/28] Eliminate Dying Memory Cgroup In-Reply-To: <423puqc6tesx7y6l4oqmslbby2rfjenfnw5pn5mgi63aq74jwj@jwgorel2uj3m> (Shakeel Butt's message of "Mon, 29 Dec 2025 20:01:30 -0800") References: <7ia4ldikrbsj.fsf@castle.c.googlers.com> <423puqc6tesx7y6l4oqmslbby2rfjenfnw5pn5mgi63aq74jwj@jwgorel2uj3m> Date: Mon, 29 Dec 2025 20:11:22 -0800 Message-ID: <87ecoc7gnp.fsf@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Shakeel Butt writes: > On Tue, Dec 30, 2025 at 01:36:12AM +0000, Roman Gushchin wrote: >> Qi Zheng writes: >> >> Hey! >> >> I ran this patchset through AI review and it found few regression (which >> can of course be false positives). When you'll have time, can you, >> please, take a look and comment on which are real and which are not? >> >> Thank you! > > Hi Roman, this is really good. I assume this is Gemini model. I see BPF > and networking folks have automated the AI review process which is > really good. I think MM should also adopt that model. Are you looking > into automating MM review bot? Yes, absolutely. We're working on it, hopefully in January/February we can have something reasonably solid. Thanks