Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932529Ab2JRWlx (ORCPT ); Thu, 18 Oct 2012 18:41:53 -0400 Received: from mail-ia0-f174.google.com ([209.85.210.174]:39363 "EHLO mail-ia0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932503Ab2JRWlv (ORCPT ); Thu, 18 Oct 2012 18:41:51 -0400 MIME-Version: 1.0 Date: Thu, 18 Oct 2012 19:41:51 -0300 Message-ID: Subject: [PATCH 0/3] Small slob fixes and some more comon code From: Ezequiel Garcia To: linux-mm@kvack.org, Linux Kernel Mailing List Cc: Pekka Enberg , David Rientjes , Christoph Lameter , Tim Bird 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 Content-Length: 1061 Lines: 31 Hi folks, A little patchset brought to you by the CELF project: "Kernel dynamic memory allocation tracking and reduction" [1]. This applies cleanly on top of Pekka's slab/for-linus, which seems to be the latest branch. (slab-next is a bit outdated) Ezequiel Garcia (3): mm/sl[aou]b: Move common kmem_cache_size() to slab.h mm/slob: Use object_size field in kmem_cache_size() mm/slob: Drop usage of page->private for storing page-sized allocations include/linux/slab.h | 9 ++++++++- mm/slab.c | 6 ------ mm/slob.c | 34 ++++++++++++---------------------- mm/slub.c | 9 --------- 4 files changed, 20 insertions(+), 38 deletions(-) Any comments/flames welcome! Thanks! Ezequiel [1] http://elinux.org/Kernel_dynamic_memory_allocation_tracking_and_reduction -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/