From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 C9BF03CB2EB for ; Mon, 9 Mar 2026 23:10:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773097819; cv=none; b=PK3iedeSmiDA5w21dT9OAQZJ46U5RARt3xMwiIb7KxQ5bxxX2AkgmXMQssGDj3vu1f8GUE2iWvwUDmuXPjjXKjLsfcjNbH/Jdx5u7fHeeMLuphrdOInoP7ra+5gI8p9hXH5wWaM9kl237tYky/AsK3tYOSdYfiZc8EEJjZJv4cM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773097819; 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=goLNPKMBPU6ILF/XLVcfhA2OAzVW+4KiyE84aIEeAr3K2Qn+1/uGynf7v8VgnqilxSarVM/FbedxXCRX7p66bn6ywb6Kx43/9x/WRstk+3HktEuNPsdFCJt7mtL2b+m6GFz8lMhPwrIDpsV89iDC+1obuoM6KtPbRJcc9K0yqDk= 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.171 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: 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: <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.