From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765585AbYDOVZr (ORCPT ); Tue, 15 Apr 2008 17:25:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932899AbYDOVY6 (ORCPT ); Tue, 15 Apr 2008 17:24:58 -0400 Received: from relay2.sgi.com ([192.48.171.30]:52365 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932940AbYDOVY4 (ORCPT ); Tue, 15 Apr 2008 17:24:56 -0400 Date: Tue, 15 Apr 2008 14:24:55 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Ingo Molnar cc: Linus Torvalds , Pekka Enberg , linux-kernel@vger.kernel.org, Mel Gorman , Nick Piggin , Andrew Morton , "Rafael J. Wysocki" , Yinghai.Lu@sun.com, apw@shadowen.org, travis@sgi.com, KAMEZAWA Hiroyuki Subject: Re: [bug] SLUB + mm/slab.c boot crash in -rc9 In-Reply-To: <20080415212301.GA5428@elte.hu> Message-ID: References: <20080415201734.GA25628@elte.hu> <20080415202805.GA26880@elte.hu> <20080415203405.GA27958@elte.hu> <20080415204208.GA30432@elte.hu> <20080415205820.GC31645@elte.hu> <20080415211953.GA4243@elte.hu> <20080415212301.GA5428@elte.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Apr 2008, Ingo Molnar wrote: > > static DEFINE_PER_CPU(char, dummy)[10000]; > > what's the guarantee that it's at the end of the section? I'd like to > pad the per cpu areas at their end. (doubling their size is a good way > to achieve that) No guarantee. Its up to the linker. Sorry. We could add a new percpu.last section but that requires a number of changes to linking.