From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiang Liu Subject: Re: [Patch v8 15/18] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition Date: Mon, 03 Nov 2014 17:51:04 +0800 Message-ID: <54575008.50307@linux.intel.com> References: <1414908273-7552-1-git-send-email-jiang.liu@linux.intel.com> <1414908273-7552-16-git-send-email-jiang.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org To: Thomas Gleixner Cc: Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Bjorn Helgaas , Randy Dunlap , Yinghai Lu , Borislav Petkov , Len Brown , Pavel Machek , x86@kernel.org, Grant Likely , Prarit Bhargava , 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, Ingo Molnar , linux-pm@vger.kernel.org List-Id: linux-pm@vger.kernel.org On 2014/11/3 17:41, Thomas Gleixner wrote: > On Sun, 2 Nov 2014, Jiang Liu wrote: >> + down_write(&acpi_ioapic_rwsem); > > That wants to be acpi_ioapic_lock. Same issue in the following > patches. You fixed it up in the last patch. > > Please don't resend. I folded the hunks back to the proper places > already. Thanks, Thomas. There's no changes for the second patch set "[Patch Part1 v3 00/20] Prepare for enabling hierarchy irqdomain on x86" at https://lkml.org/lkml/2014/10/27/122. It should apply cleanly onto this patch set, so I won't resend it. I have also solved all issues related to interrupt remapping and is testing new implementation for third and fourth patch sets. Will send them out once passing all tests. Regards! Gerry > > Thanks, > > tglx > > > -- > 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/ >