From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756177AbZDOTst (ORCPT ); Wed, 15 Apr 2009 15:48:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756438AbZDOTsO (ORCPT ); Wed, 15 Apr 2009 15:48:14 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:55715 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756439AbZDOTsM (ORCPT ); Wed, 15 Apr 2009 15:48:12 -0400 Date: Wed, 15 Apr 2009 21:47:05 +0200 From: Ingo Molnar To: Yinghai Lu Cc: Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Joerg Roedel , "linux-kernel@vger.kernel.org" , stable@kernel.org, Pekka Enberg Subject: Re: [PATCH] x86: used used_vectors in init_IRQ Message-ID: <20090415194705.GA8290@elte.hu> References: <49E62DFD.6010904@kernel.org> <20090415192550.GA27004@elte.hu> <49E636F2.7030902@kernel.org> <20090415193827.GB32675@elte.hu> <49E6397D.1020201@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E6397D.1020201@kernel.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu wrote: > Ingo Molnar wrote: > > * Yinghai Lu wrote: > > > >> Ingo Molnar wrote: > >> > >>> Note, i removed the -stable tag because i dont think .29 nor > >>> .30-rc2 is affected. Your patch to irqinit*.c (and the later > >>> unification by Pekka) is something still pending in the > >>> perfcounters and x86 trees, queued for .31. > >> not sure .29, but it seems we need this for 2.6.30 > >> > > you are right... > > in trap_init with linus tree > > still have > #ifdef CONFIG_X86_64 > set_bit(IA32_SYSCALL_VECTOR, used_vectors); > #else > set_bit(SYSCALL_VECTOR, used_vectors); > #endif > > > so one patch (merge irqinit_32/64) in tip for .31 expose that bug. > > aka we don't back port ... ok, good! Ingo