From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758708AbYFSPSA (ORCPT ); Thu, 19 Jun 2008 11:18:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752479AbYFSPRx (ORCPT ); Thu, 19 Jun 2008 11:17:53 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:58955 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbYFSPRw (ORCPT ); Thu, 19 Jun 2008 11:17:52 -0400 Date: Thu, 19 Jun 2008 17:17:32 +0200 From: Ingo Molnar To: Jack Steiner Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, Mike Travis , the arch/x86 maintainers Subject: Re: [PATCH] - Increase MAX_APICS for very large x86_64 configs Message-ID: <20080619151732.GA12964@elte.hu> References: <20080616170910.GA24930@sgi.com> <20080619101030.GF15228@elte.hu> <20080619103242.GA13213@elte.hu> <20080619150209.GA9295@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080619150209.GA9295@sgi.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.1 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.1 required=5.9 tests=BAYES_05 autolearn=no SpamAssassin version=3.2.3 -1.1 BAYES_05 BODY: Bayesian spam probability is 1 to 5% [score: 0.0187] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jack Steiner wrote: > > unfortunately it didnt last long, -tip randconfig auto-testing found > > that your patch causes a bootup crash: > > I built a "git-checkout -b tip-latest tip/auto-latest" tree but get > compile errors. Is this the right tree?? no, you should check out tip/master. > Have you seen this before: yes, the fix for that is in tip/out-of-tree. tip/master is the integration of all trees. Ingo