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 B202A366DA3; Tue, 19 May 2026 20:49:28 +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=1779223769; cv=none; b=hMVOyzDNr28GB5GjKC//4heR1kEB/Mmjp8aVJ3j0+H4kuaTas9+/fEplXgwn3j1XqeFe4VhVXjRiMnTGqOM2BsbzMqWheNr3IG4egxq+jn+0xLcwyiufYzo8Dg49USTB13+rY/eNBr1MBHxZ52t9hi41i4NQDojgqoqJ+utcVTs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779223769; c=relaxed/simple; bh=7A9MniegkQbxqmlA+0leczj1ZhP9CB3CjDe62JAKy/A=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=G8qQHw2BVgUfl9LzQCRLWTWeVtt3RCvuVKsM3YCUR4NfmFAF3tywaGTZex+EeGVrXm9yQ7Jm0Apsn4sSXTglMNAMPEC7ti8zWfAC2oPCeg7NjP3Val4HbgkKIS4NUonoihWajQPPgQou9T1ZNVR+vWaQ4+ZTwf9MHEmA3twOJM8= 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=n6IZ0yBD; 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="n6IZ0yBD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D93311F00893; Tue, 19 May 2026 20:49:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1779223768; bh=7A9MniegkQbxqmlA+0leczj1ZhP9CB3CjDe62JAKy/A=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=n6IZ0yBDF2P1AATvTvw0B5+2TpR4sLiQVxkGZgKoCJAnGnokB2z4kxyLEjb4fQ0Jz 2IrjZ1hzzGX3N2W9RomnUnrMPlYVTs4Vax/Cy2Vf8xZPpdKsxZDCC+bRn8dh/wvMOE qtBq+yvSnr+eC4zWfcIqPYXlbBThb9B2AGZmxq3s= Date: Tue, 19 May 2026 13:49:27 -0700 From: Andrew Morton To: Shakeel Butt Cc: Harry Yoo , Johannes Weiner , Michal Hocko , Roman Gushchin , Muchun Song , Qi Zheng , Alexandre Ghiti , Joshua Hahn , Meta kernel team , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel test robot Subject: Re: [PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer Message-Id: <20260519134927.ee04379d07b0674872422c06@linux-foundation.org> In-Reply-To: References: <20260518222827.110696-1-shakeel.butt@linux.dev> <4e296262-fbbf-4ac7-aecc-3ef831583704@kernel.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 Tue, 19 May 2026 13:11:13 -0700 Shakeel Butt wrote: > Andrew, please don't send this patch to Linus until we decide on the option. No probs, I added a note-to-self.