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 4BFE436404D; Tue, 22 Sep 2026 08:03:54 +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=1790064243; cv=none; b=CVWPvGZ7X8CWLoGi/s1PCmJ4cmNHWN6xxOve7w+/zk/g7h3ra5AsJtkiOFbKvhym8jf18YA6ewHHmYT9owh1qH3ZsREq9Zy8ROmSNirF21GBXjEWilkAVCxdhRytbDjPbfA1lM4nUcHHKi8sPAm+mMJ7lTL3MyAvPXWhEWb85l8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790064243; c=relaxed/simple; bh=rKzC6ijtYS99rEzAal5n4agHKy/S1Dy0DTP3DnN+7g0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YLasYf1XF/SE9w1Lu0/dYdLOSOTFf+4BglZOzQuRH8fEGRLCJxtrqmXRyqssyTbfgZ59KY7TWrI0WCQzI7Hqf6Id410EY2g+7PxWIWDv5pcPKEco5OcROwtbA4uLWz21qesAkUOVDn2glWcfyTZSD/VW1ZZLtbU3eBBI3VbAbIE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Pkk8hJkz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Pkk8hJkz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E1991F000FF; Tue, 22 Sep 2026 08:03:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1790064230; bh=iz5ZvXuN69BjPyv2G6HIms6qrpA+v8co7aU/JAxPMNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Pkk8hJkz+KwRWDTWURSLDurufWOnqDbYDUTIZvYXp9jfWOkdjCM/lvETnNtDoI+LS weuk7KILNbiDpsCFZUmltc1Xv7VITIdVF1H2oDuxtlrKssjRaAsgmNRV2hAr5C4SeQ bZ/80zCO8tXpnUnlLHyelefCFy8yEvMbmP9VMlwSO1DLccj29DgxZ7QexRl8x2wU7k fTdqHnUv9AVXxk5dnorcXIFA8Peq7IgJWCVjlGznMMm05cuXM6uyfS9EWxIwApJwpK DXsQ17/1MOkMBuP4zJ74q36cN6eF1s7VZkd7lMrYU+rofAevR3gfQLNsSR3/mGgEhl sgglkuVP99KSA== Date: Tue, 22 Sep 2026 09:03:40 +0100 From: "Lorenzo Stoakes (ARM)" To: linuszeng@tencent.com Cc: Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song , Andrew Morton , David Hildenbrand , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Maarten Lankhorst , Maxime Ripard , Natalie Vock , Tejun Heo , Michal =?utf-8?Q?Koutn=C3=BD?= , Oscar Salvador , Jonathan Corbet , Shuah Khan , Randy Dunlap , Jingxiang Zeng , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 0/6] mm: memcontrol: implement the memsw limit on cgroup v2 Message-ID: References: <20260918-descriptive-name-v1-0-dfcfdd91b456@tencent.com> 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-Disposition: inline In-Reply-To: <20260918-descriptive-name-v1-0-dfcfdd91b456@tencent.com> Hi, For one of several possible reasons this mail has triggered an AI detector script. Note that, while we are fine with AI assistance, it is kernel policy that you must disclose this with an Assisted-by tag like: Assisted-by: LLM See https://docs.kernel.org/process/coding-assistants.html It is also kernel policy that you must fully understand and take responsibility for every patch that you send. See https://docs.kernel.org/process/generated-content.html most notably: If tools permit you to generate a contribution automatically, expect additional scrutiny in proportion to how much of it was generated. As with the output of any tooling, the result may be incorrect or inappropriate. You are expected to understand and to be able to defend everything you submit. If you are unable to do so, then do not submit the resulting changes. If you do so anyway, maintainers are entitled to reject your series without detailed review. In general, if you are a newcomer to mm, we expect you to do smaller work before moving on to larger changes, so you build understanding of both the technical aspects of mm and how we do things. -- Cheers, Lorenzo