From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4DF5C3A1A42 for ; Fri, 1 May 2026 12:51:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777639905; cv=none; b=iK2sh52smogT1LWHElIAhBN5MPUBrQmaycRxysX8viKBjo8d/GlYszZW/RG1txlJCbWBA4jOutKLZgFp/xgFKZmoxwxo77PPjRwRKdBTg3zjtYUxnY6wb6NW/BKuTiGPaRWlvjqsUnB8oXXtyMoS5lj6//vMIf8/K3kmPThzMEg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777639905; c=relaxed/simple; bh=DOM6sWaD8PUqkldfrKOzv5eRuIlc3YsbPu+i88S/hTY=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=SHjZVd+VV0rS92MkokOi63APPE54JojeuhCCOIqGeP9rqh6ZVXB3moaGm4JcSOdx9FiF/Ors94NHRCY0yQAEIJ1YvtzzBXGZtXK+VcAhAv2oEPy8A08ANo/IUREIyJXmD7WUGKcXwS2Pfh6dJ6YzFdBiV1+VbLflWJdpxwijEEQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=o8jc6gj8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="o8jc6gj8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAAA7C2BCB4; Fri, 1 May 2026 12:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777639904; bh=DOM6sWaD8PUqkldfrKOzv5eRuIlc3YsbPu+i88S/hTY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=o8jc6gj8TcHOoVj0RXYs1etvUnfykl4CYFtwin7s2cBslS2NYaa4QP9VVTTjgUVaF dw3Pv18etBP/aI4kCTc89CWnqLEcgPWVeblWq5nzm9iwJALFD6nL07J+5Ro0AClTtR WPyrFW31W9IoDK+T8csAcWeg0sANsoEWXypbFcy4= Date: Fri, 1 May 2026 05:51:43 -0700 From: Andrew Morton To: Matthew Brost Cc: , , "Dave Chinner" , Qi Zheng , "Roman Gushchin" , Johannes Weiner , Shakeel Butt , Kairui Song , Barry Song , Axel Rasmussen , Yuanchu Xie , Wei Xu , Tvrtko Ursulin , Thomas =?ISO-8859-1?Q?Hellstr=F6m?= , Carlos Santa , Christian Koenig , Huang Rui , Matthew Auld , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Daniel Colascione , "David Hildenbrand" , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , "Mike Rapoport" , Suren Baghdasaryan , "Michal Hocko" , , Subject: Re: [PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation Message-Id: <20260501055143.b60c31287051a56295f10205@linux-foundation.org> In-Reply-To: References: <20260430191809.2142544-1-matthew.brost@intel.com> <20260430160105.a3b74ec3bb316bbfbf8f9808@linux-foundation.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 30 Apr 2026 23:28:08 -0700 Matthew Brost wrote: > > AI review flagged a few possible issues: > > https://sashiko.dev/#/patchset/20260430191809.2142544-1-matthew.brost@intel.com > > Idk, who authors sashiko but what make it really nice if you could reply > to it to talk things out. It's a gemini 3 thing, based on prompts developed by Roman Gushchin and Chris Mason and others. Google is making this available to kernel developers at a non-trivial expense. And yes, it would be great if Sashiko were able to learn from our replies and to fine-tune its checking based on the human corrections. I've asked for this a few times but didn't really understand the reply ;)