Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966407AbbBCQAv (ORCPT ); Tue, 3 Feb 2015 11:00:51 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:16650 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966178AbbBCQAq convert rfc822-to-8bit (ORCPT ); Tue, 3 Feb 2015 11:00:46 -0500 From: Daniel Sanders To: Christoph Lameter CC: Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH 1/5] LLVMLinux: Correct size_index table before replacing the bootstrap kmem_cache_node. Thread-Topic: [PATCH 1/5] LLVMLinux: Correct size_index table before replacing the bootstrap kmem_cache_node. Thread-Index: AQHQP7aUH+eb/1DBC0ORw+aLnTtUHpzfCNUAgAALZTA= Date: Tue, 3 Feb 2015 16:00:43 +0000 Message-ID: References: <1422970639-7922-1-git-send-email-daniel.sanders@imgtec.com> <1422970639-7922-2-git-send-email-daniel.sanders@imgtec.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.14.109] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1131 Lines: 32 > -----Original Message----- > From: Christoph Lameter [mailto:cl@linux.com] > Sent: 03 February 2015 15:15 > To: Daniel Sanders > Cc: Pekka Enberg; David Rientjes; Joonsoo Kim; Andrew Morton; linux- > mm@kvack.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/5] LLVMLinux: Correct size_index table before > replacing the bootstrap kmem_cache_node. > > On Tue, 3 Feb 2015, Daniel Sanders wrote: > > > +++ b/mm/slab.c > > @@ -1440,6 +1440,7 @@ void __init kmem_cache_init(void) > > kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc- > node", > > kmalloc_size(INDEX_NODE), > ARCH_KMALLOC_FLAGS); > > slab_state = PARTIAL_NODE; > > + correct_kmalloc_cache_index_table(); > > Lets call this > > setup_kmalloc_cache_index_table > > Please? Sure, I've made the change in my repo. I'll wait a bit before re-sending the patch in case others have feedback too. -- 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/