From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933613Ab2JXGnO (ORCPT ); Wed, 24 Oct 2012 02:43:14 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:61434 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757887Ab2JXGnL (ORCPT ); Wed, 24 Oct 2012 02:43:11 -0400 MIME-Version: 1.0 In-Reply-To: <1350656442-1523-2-git-send-email-glommer@parallels.com> References: <1350656442-1523-1-git-send-email-glommer@parallels.com> <1350656442-1523-2-git-send-email-glommer@parallels.com> Date: Wed, 24 Oct 2012 09:43:09 +0300 X-Google-Sender-Auth: PucGCVwG5sEkcCsbH1kx8g-iNO4 Message-ID: Subject: Re: [PATCH v5 01/18] move slabinfo processing to slab_common.c From: Pekka Enberg To: Glauber Costa Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Mel Gorman , Tejun Heo , Andrew Morton , Michal Hocko , Johannes Weiner , kamezawa.hiroyu@jp.fujitsu.com, Christoph Lameter , David Rientjes , devel@openvz.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 19, 2012 at 5:20 PM, Glauber Costa wrote: > This patch moves all the common machinery to slabinfo processing > to slab_common.c. We can do better by noticing that the output is > heavily common, and having the allocators to just provide finished > information about this. But after this first step, this can be done > easier. > > Signed-off-by: Glauber Costa > Acked-by: Christoph Lameter > CC: Pekka Enberg > CC: David Rientjes I've applied patches 1-3. Thanks, Glauber! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx176.postini.com [74.125.245.176]) by kanga.kvack.org (Postfix) with SMTP id 558626B0068 for ; Wed, 24 Oct 2012 02:43:11 -0400 (EDT) Received: by mail-wi0-f169.google.com with SMTP id hq4so4050559wib.2 for ; Tue, 23 Oct 2012 23:43:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1350656442-1523-2-git-send-email-glommer@parallels.com> References: <1350656442-1523-1-git-send-email-glommer@parallels.com> <1350656442-1523-2-git-send-email-glommer@parallels.com> Date: Wed, 24 Oct 2012 09:43:09 +0300 Message-ID: Subject: Re: [PATCH v5 01/18] move slabinfo processing to slab_common.c From: Pekka Enberg Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-linux-mm@kvack.org List-ID: To: Glauber Costa Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Mel Gorman , Tejun Heo , Andrew Morton , Michal Hocko , Johannes Weiner , kamezawa.hiroyu@jp.fujitsu.com, Christoph Lameter , David Rientjes , devel@openvz.org On Fri, Oct 19, 2012 at 5:20 PM, Glauber Costa wrote: > This patch moves all the common machinery to slabinfo processing > to slab_common.c. We can do better by noticing that the output is > heavily common, and having the allocators to just provide finished > information about this. But after this first step, this can be done > easier. > > Signed-off-by: Glauber Costa > Acked-by: Christoph Lameter > CC: Pekka Enberg > CC: David Rientjes I've applied patches 1-3. Thanks, Glauber! -- 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 From: Pekka Enberg Subject: Re: [PATCH v5 01/18] move slabinfo processing to slab_common.c Date: Wed, 24 Oct 2012 09:43:09 +0300 Message-ID: References: <1350656442-1523-1-git-send-email-glommer@parallels.com> <1350656442-1523-2-git-send-email-glommer@parallels.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=LTiSJFeayjszG48WMTuQ71FEWMGsRzdtyqML2CHvpVw=; b=ImpDz0W19bEznLhiNHF2rDSQI2G3uEpnCL4/7sjuRSfhMz6c943pSFuEk/H7LF3m3Y iLHIZ+upBulZk8P7/vTtnUwZFlQhfEp4a/b6vmER3Jg0BNRFomiVre/NhDi7wOSkzB61 MAft1BLH+v7ue92WwcKogA5HvC8bDPkIUGLDJgzTQqGMnlcPVKGoMosd/N/UvMZMgzA6 Jr8CiXM3FRxnkf5qxZU4HVWgkrloor0h7RzIswtT+/3w1o5zbkxnhJWh14QTLFti2cbs g5m9zsMnv0/9Q0T3LKwIAoCoG9rSVk2cwqt3wKOFXlYo9Y+wbAF0xomqO0M9jrq/POFn 8yew== In-Reply-To: <1350656442-1523-2-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Glauber Costa Cc: linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mel Gorman , Tejun Heo , Andrew Morton , Michal Hocko , Johannes Weiner , kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org, Christoph Lameter , David Rientjes , devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org On Fri, Oct 19, 2012 at 5:20 PM, Glauber Costa wrote: > This patch moves all the common machinery to slabinfo processing > to slab_common.c. We can do better by noticing that the output is > heavily common, and having the allocators to just provide finished > information about this. But after this first step, this can be done > easier. > > Signed-off-by: Glauber Costa > Acked-by: Christoph Lameter > CC: Pekka Enberg > CC: David Rientjes I've applied patches 1-3. Thanks, Glauber!