From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (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 BA34838F242 for ; Mon, 9 Mar 2026 23:10:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773097808; cv=none; b=EL6C8DSOkoQw9nCdrOiSV6HICxMRGuNfycH/xdO+0HUIvldzTn/il7HEMEs/gYgGzFMwa39OLxL4UH+ZXI9yC2ZJTfwl13gvsf3aNNbsBa/WBghuJMS7mb3AsBWGCwbJJjFLmWTft+7Uj0JscxSA3D6tQxTsAUwpmYXsjNX9c40= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773097808; c=relaxed/simple; bh=Ix0d+ac05OD9T1RkL4YfhSns1dE7VmBZIj6JdTSaDVc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z9Z6PQIsq9bR4Mfhz9RLLH8ywp/0U8eWjL2/4tTbbls1jM+NeuNV98xRc0vL7YAnjPUqLmPGxDxr+4nawvVSkVzDSOze4GzFD4fzD3EinzwoP2kYozOwhiHtTaLJAF9l9SYXNiE8TRGhb4yN49Td7lEtkD4aD3dQYKUF9B4L45I= 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=ppc3tLui; arc=none smtp.client-ip=91.218.175.184 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="ppc3tLui" Date: Mon, 9 Mar 2026 16:09:58 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1773097804; 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=7pf/BuL+OuQCj3Lebv/TwYfAfcvP2u/9LGqWeh7qGx4=; b=ppc3tLuikjtXxy4J11OJ8dMyczJdQBJfufqnlr8I9Ar3PaiXdi5OyYO9RawkpH+xg8f2jn +gFF+nyi18gbqEfQ1LKl+LF/alRYARItsibw8lX4K5suMEck031JVQxcdHRKK4X2FMr/BF TdyV3fnvqRGusRJAQERAWFjfOJQ9ibk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: Roman Gushchin Cc: lsf-pc@lists.linux-foundation.org, Andrew Morton , Tejun Heo , Michal Hocko , Johannes Weiner , Alexei Starovoitov , Michal =?utf-8?Q?Koutn=C3=BD?= , Hui Zhu , JP Kobryn , Muchun Song , Geliang Tang , Sweet Tea Dorminy , Emil Tsalapatis , David Rientjes , Martin KaFai Lau , Meta kernel team , linux-mm@kvack.org, cgroups@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, Vlastimil Babka , willy@infradead.org Subject: Re: [LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext) Message-ID: References: <20260307182424.2889780-1-shakeel.butt@linux.dev> <87sea8zo0t.fsf@linux.dev> Precedence: bulk X-Mailing-List: bpf@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: <87sea8zo0t.fsf@linux.dev> X-Migadu-Flow: FLOW_OUT On Mon, Mar 09, 2026 at 02:33:22PM -0700, Roman Gushchin wrote: > Shakeel Butt writes: > [...] > > This is fantastic, thanks Shakeel! > > I'd be very interested to discuss it! I suggested a somewhat > similar/related topic to the bpf track (bpf use cases in mm), we might > think of joining them. > Awesome, we can request to have a joint session between MM and BPF to discuss these topics. I know Emil and Tal are also interested in upstreaming cached_ext. So, we have multiple topics in the intersection of MM and BPF.