From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755446AbZDOT1T (ORCPT ); Wed, 15 Apr 2009 15:27:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752695AbZDOT1F (ORCPT ); Wed, 15 Apr 2009 15:27:05 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:50944 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752399AbZDOT1E (ORCPT ); Wed, 15 Apr 2009 15:27:04 -0400 Date: Wed, 15 Apr 2009 21:25:50 +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 Subject: Re: [PATCH] x86: used used_vectors in init_IRQ Message-ID: <20090415192550.GA27004@elte.hu> References: <49E62DFD.6010904@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E62DFD.6010904@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: > Impact: fix panic thanks. > arch/x86/kernel/irqinit.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) 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. Ingo