From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 EE9AF332610 for ; Mon, 3 Aug 2026 21:24:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785792268; cv=none; b=tYecIAKdKn5tJBfC1QPYlyxtXosLB4q3k5wlegFCNwtvDl6BeoGJAjXo0O7aOPYKGl/0Mqq7DDFmHyhw36pJxuLQontk5NkhlF++s4hwNsvZd9UV1gnuL8XU6xL24TUYvEilgN6Z90vVcr6n2DXYGOvLJFobC/gfVUsqyZDn+7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785792268; c=relaxed/simple; bh=5afxhw7VJkeicsLbIfX9Q6d8ydmHvY+IIjdosyf98Hg=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=C3MpLG9EPyR+8eq0wU7ZI3sP2hROyF5t6kV9PkjB1i3e3EUnLAN/ojo5fuB5ilc6qFIxXA3ac+ABVfs4mkcfr00dZMzr5u7gnVoMKD8nGh51lSThfCFMKWyUzCICtG0+iQQsCJo8/lFXiRHprjXIDBwQxnH0ytZMEbu2grzS85Q= 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=sZjaW/H/; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="sZjaW/H/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58C981F000E9; Mon, 3 Aug 2026 21:24:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1785792266; bh=4/s1uYeP5LpdSxptfZq3KO4hNuSZaOPea27UnwFRZxA=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=sZjaW/H/cSVDuDuRANXP6PrJ4w6e6HndnsBqWTNR2Yu4OEEN65acPJrTJ0wrLZJnh qNcwSIWTTbpX617M5tJCF0pvSFDa5KI0n/GQDPkAbuqIoyJGOWQcdMtK6WWHChI0Pc TJDfdICPEgG7k2jGJGnYv2GYpIjRYo5f2DZK/alg= Date: Mon, 3 Aug 2026 14:24:25 -0700 From: Andrew Morton To: Qi Zheng Cc: hughd@google.com, baolin.wang@linux.alibaba.com, usama.arif@linux.dev, brauner@kernel.org, david@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Qi Zheng Subject: Re: [PATCH v3 0/3] make unused huge shrinker memcg aware Message-Id: <20260803142425.fd860e19e77a11ccc3c84439@linux-foundation.org> In-Reply-To: References: 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 Mon, 3 Aug 2026 16:46:32 +0800 Qi Zheng wrote: > What David said. Also, AI review might have found a couple of things: https://sashiko.dev/#/patchset/cover.1785746588.git.zhengqi.arch@bytedance.com