From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.linutronix.de ([62.245.132.108]:51698 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbaJ1SqQ (ORCPT ); Tue, 28 Oct 2014 14:46:16 -0400 Date: Tue, 28 Oct 2014 19:45:32 +0100 (CET) From: Thomas Gleixner To: Bjorn Helgaas cc: Jiang Liu , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Len Brown , Pavel Machek , "x86@kernel.org" , Konrad Rzeszutek Wilk , Andrew Morton , Tony Luck , Joerg Roedel , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "Zhang, Rui" , Linux PM list Subject: Re: [Patch v7 01/18] ACPI, irq: fix regression casued by 6b9fb7082409 In-Reply-To: Message-ID: References: <1414387308-27148-1-git-send-email-jiang.liu@linux.intel.com> <1414387308-27148-2-git-send-email-jiang.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, 28 Oct 2014, Bjorn Helgaas wrote: > The subject should describe the change you're making. "Fix regression > caused by xxx" doesn't say anything about what the patch does. > > On Sun, Oct 26, 2014 at 11:21 PM, Jiang Liu wrote: > > When IOAPIC is disabled, acpi_gsi_to_irq() should return gsi directly > > instead of calling mp_map_gsi_to_irq() to translate gsi to IRQ by IOAPIC. > > I don't know what the convention is or if there even is one, but "GSI" > is even more of an acronym than "IRQ", so I'd capitalize it. > > > It fixes https://bugzilla.kernel.org/show_bug.cgi?id=84381. > > A line like the following may be useful to those who have to backport this. > > Fixes: 6b9fb7082409 ("x86, ACPI, irq: Consolidate algorithm of mapping > (ioapic, pin) to IRQ number") The patch is already queued in tip x86/urgent with a proper changelog. http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=961b6a7003acec4f9d70dabc1a253b783cb74272 Thanks, tglx