Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755596AbXLGAiA (ORCPT ); Thu, 6 Dec 2007 19:38:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752639AbXLGAhw (ORCPT ); Thu, 6 Dec 2007 19:37:52 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:35046 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbXLGAhv (ORCPT ); Thu, 6 Dec 2007 19:37:51 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Vivek Goyal Cc: Neil Horman , Neil Horman , Ben Woodard , Andi Kleen , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Andi Kleen , hbabu@us.ibm.com Subject: Re: [PATCH] kexec: force x86_64 arches to boot kdump kernels on boot cpu References: <20071127200011.GA3703@redhat.com> <20071127222408.GH24223@one.firstfloor.org> <474CA733.9050908@redhat.com> <20071128153649.GC3192@redhat.com> <20071128160206.GA21286@hmsendeavour.rdu.redhat.com> <20071128190525.GD3192@redhat.com> <474F7177.7050306@redhat.com> <20071130144250.GC23810@redhat.com> <20071130145131.GB5822@hmsendeavour.rdu.redhat.com> <20071206213951.GB28898@hmsreliant.think-freely.org> <20071206221143.GC2863@redhat.com> Date: Thu, 06 Dec 2007 17:33:31 -0700 In-Reply-To: <20071206221143.GC2863@redhat.com> (Vivek Goyal's message of "Thu, 6 Dec 2007 17:11:43 -0500") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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 Content-Length: 2593 Lines: 61 Vivek Goyal writes: > On Thu, Dec 06, 2007 at 04:39:51PM -0500, Neil Horman wrote: >> On Fri, Nov 30, 2007 at 09:51:31AM -0500, Neil Horman wrote: >> > On Fri, Nov 30, 2007 at 09:42:50AM -0500, Vivek Goyal wrote: >> >> > >> > Thats what I'm doing at the moment. I'm working on a RHEL5 patch at the > moment >> > (since thats whats on the production system thats failing), and will forward >> > port it once its working >> > >> > And not to split hairs, but techically thats not our _only_ choice. We > could >> > force kdump boots on cpu0 as well ;) >> > >> > Thanks >> > Neil >> > >> > > Thanks >> > > Vivek >> > >> >> >> Sorry to have been quiet on this issue for a few days. Interesting news to >> report, though. So I was working on a patch to do early apic enabling on >> x86_64, and had something working for the old 2.6.18 kernel that we were >> origionally testing on. Unfortunately while it worked on 2.6.18 it failed >> miserably on 2.6.24-rc3-mm2, causing check_timer to consistently report that > the >> timer interrupt wasn't getting received (even though we could successfully run >> calibrate_delay). Vivek and I were digging into this, when I ran accross the >> description of the hypertransport configuration register in the opteron >> specification. It contains a bit that, suprise, configures the ht bus to > either >> unicast interrupts delivered accross the ht bus to a single cpu, or to > broadcast >> it to all cpus. Since it seemed more likely that the 8259 in the nvidia >> southbridge was transporting legacy mode interrupts over the ht bus than >> directly to cpu0 via an actual wire, I wrote the attached patch to add a quirk >> for nvidia chipsets, which scanned for hypertransport controllers, and ensured >> that that broadcast bit was set. Test results indicate that this solves the >> problem, and kdump kernels boot just fine on the affected system. >> > > Hi Neil, > > Should we disable this broadcasting feature once we are through? Otherwise > in normal systems it might mean extra traffic on hypertransport. There > is no need for every interrupt to be broadcasted in normal systems? My feel is that if it is for legacy interrupts only it should not be a problem. Let's investigate and see if we can unconditionally enable this quirk for all opteron systems. Eric -- 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/