Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756234Ab3ILGz0 (ORCPT ); Thu, 12 Sep 2013 02:55:26 -0400 Received: from LGEMRELSE7Q.lge.com ([156.147.1.151]:63810 "EHLO LGEMRELSE7Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268Ab3ILGzZ (ORCPT ); Thu, 12 Sep 2013 02:55:25 -0400 X-AuditID: 9c930197-b7b82ae000001256-95-5231655b0160 Date: Thu, 12 Sep 2013 15:55:49 +0900 From: Joonsoo Kim To: Christoph Lameter Cc: Pekka Enberg , Andrew Morton , David Rientjes , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/16] slab: overloading the RCU head over the LRU for RCU free Message-ID: <20130912065549.GC8055@lge.com> References: <1377161065-30552-1-git-send-email-iamjoonsoo.kim@lge.com> <1377161065-30552-8-git-send-email-iamjoonsoo.kim@lge.com> <000001410d765d3a-0f3f8df2-dccb-455a-a929-f1fd018700d2-000000@email.amazonses.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001410d765d3a-0f3f8df2-dccb-455a-a929-f1fd018700d2-000000@email.amazonses.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 24 On Wed, Sep 11, 2013 at 02:39:22PM +0000, Christoph Lameter wrote: > On Thu, 22 Aug 2013, Joonsoo Kim wrote: > > > With build-time size checking, we can overload the RCU head over the LRU > > of struct page to free pages of a slab in rcu context. This really help to > > implement to overload the struct slab over the struct page and this > > eventually reduce memory usage and cache footprint of the SLAB. > > Looks fine to me. Can you add the rcu_head to the struct page union? This > kind of overload is used frequently elsewhere as well. Then cleanup other > cases of such uses (such as in SLUB). Okay. But I will implement it seprately because I don't know where the cases are now and some inverstigation would be needed. > > Acked-by: Christoph Lameter Thanks! -- 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/