From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v3 00/16] slab accounting for memcg Date: Fri, 21 Sep 2012 13:47:27 -0700 Message-ID: <20120921204727.GS7264@google.com> References: <1347977530-29755-1-git-send-email-glommer@parallels.com> <20120921204619.GR7264@google.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7OYJABnJWUJTsQXa+lYgiCV4tfVZLPqpsec/Ezc7tVA=; b=hzrwuHAqluuvOHI+IjcgqA46g6BAjH0VQyhW+Tz/ayF5Mv1hw8XIA5f4MyITydFEAV xKRQlmHaIYzEgfmho1WGK4nCSsHLFN6bZprtwYWoR/p2M8U2NeOKsQnTSACb0jrx500L 7+VJkvpxQcScp4elIxkWAhOeeEZWVZp0z86qYPZB3PLpElQd52WlHaKuXZcaKAkXIDcl jkQWBmxD1n7xu0egnOI3SZp1Ge5zWwzraAKTeRhT7ggQrgXPCd4I4rA/5+kC+pTX1i1T pG/wde0Et6McBHqfHtnOiocpTrqrvzKRGzsTISzPcO96Vo9DnQENkPW4uuSFm7bMY+CJ uXCA== Content-Disposition: inline In-Reply-To: <20120921204619.GR7264@google.com> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Glauber Costa Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, devel@openvz.org, linux-mm@kvack.org, Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes On Fri, Sep 21, 2012 at 01:46:19PM -0700, Tejun Heo wrote: > In general, things look good to me. I think the basic approach is > manageable and does a decent job of avoiding introducing complications > on the usual code paths. > > Pekka seems generally happy with the approach too. Christoph, what do > you think? Ooh, also, why aren't Andrew and Michal not cc'd? -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757945Ab2IUUre (ORCPT ); Fri, 21 Sep 2012 16:47:34 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:39851 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757860Ab2IUUrc (ORCPT ); Fri, 21 Sep 2012 16:47:32 -0400 Date: Fri, 21 Sep 2012 13:47:27 -0700 From: Tejun Heo To: Glauber Costa Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, devel@openvz.org, linux-mm@kvack.org, Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes Subject: Re: [PATCH v3 00/16] slab accounting for memcg Message-ID: <20120921204727.GS7264@google.com> References: <1347977530-29755-1-git-send-email-glommer@parallels.com> <20120921204619.GR7264@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120921204619.GR7264@google.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 21, 2012 at 01:46:19PM -0700, Tejun Heo wrote: > In general, things look good to me. I think the basic approach is > manageable and does a decent job of avoiding introducing complications > on the usual code paths. > > Pekka seems generally happy with the approach too. Christoph, what do > you think? Ooh, also, why aren't Andrew and Michal not cc'd? -- tejun