From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762468AbYBTS5m (ORCPT ); Wed, 20 Feb 2008 13:57:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752614AbYBTS5d (ORCPT ); Wed, 20 Feb 2008 13:57:33 -0500 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:42301 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752001AbYBTS5c (ORCPT ); Wed, 20 Feb 2008 13:57:32 -0500 Message-ID: <47BC7816.2030008@sgi.com> Date: Wed, 20 Feb 2008 10:57:26 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Ingo Molnar CC: Andrew Morton , Thomas Gleixner , Andi Kleen , Christoph Lameter , Jack Steiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andy Whitcroft , Randy Dunlap , Joel Schopp Subject: Re: [PATCH 1/2] x86_64: Fold pda into per cpu area v3 References: <20080219203335.866324000@polaris-admin.engr.sgi.com> <20080219203336.046039000@polaris-admin.engr.sgi.com> <20080220120747.GA13695@elte.hu> In-Reply-To: <20080220120747.GA13695@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Mike Travis wrote: > >> * Declare the pda as a per cpu variable. This will move the pda area >> to an address accessible by the x86_64 per cpu macros. >> Subtraction of __per_cpu_start will make the offset based from the >> beginning of the per cpu area. Since %gs is pointing to the pda, >> it will then also point to the per cpu variables and can be >> accessed thusly: >> >> %gs:[&per_cpu_xxxx - __per_cpu_start] > > randconfig QA on x86.git found a crash on x86.git#testing with > nmi_watchdog=2 (config attached) - and i bisected it down to this patch. > > config and crashlog attached. You can pick up x86.git#testing via: > > http://people.redhat.com/mingo/x86.git/README > > (since i had to hand-merge the patch when integrating it, i've attached > the merged version below.) > > Ingo > I must need some different test machines as my AMD box does not fail with either yours or Thomas's configs, and the Intel box complains about the PCI-e e1000 driver and dies. I'll see about configuring a new box. Did you try Eric's patch to see if that fixed the failure? Thanks, Mike