From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751232AbbBDFcV (ORCPT ); Wed, 4 Feb 2015 00:32:21 -0500 Received: from mga03.intel.com ([134.134.136.65]:23749 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbbBDFcT (ORCPT ); Wed, 4 Feb 2015 00:32:19 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,517,1418112000"; d="scan'208";a="661215115" Message-ID: <54D1AEDE.1070901@linux.intel.com> Date: Wed, 04 Feb 2015 13:32:14 +0800 From: Jiang Liu Organization: Intel User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Thomas Gleixner , Bjorn Helgaas , Yinghai Lu , Borislav Petkov , Lv Zheng , Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [Patch v2 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug References: <1422844988-13854-1-git-send-email-jiang.liu@linux.intel.com> <10471247.hI8hB2sD9x@vostro.rjw.lan> In-Reply-To: <10471247.hI8hB2sD9x@vostro.rjw.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/2/4 5:54, Rafael J. Wysocki wrote: > On Monday, February 02, 2015 10:42:45 AM Jiang Liu wrote: >> During enabling ACPI based IOAPIC hotplug, Thomas noticed some issues >> in ACPI resource parsing interfaces. So this is an effort to improve them. >> >> Patch 1 refines ACPICA resource descriptors, which has already been >> merged into "git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge" >> >> Patch 2-12 improve ACPI resource parsing interfaces and also fixes some >> bugs. >> >> Patch 13-20 try to share the common data structure resource_list_entry >> between PCI and ACPI. It may also be shared with PNP too. >> >> Patch 21-23 enable ACPI based IOAPIC hotplug. >> >> The patchset is based on v3.19-rc6+ and passed Fengguang's 0day test >> suite. You may get it from: >> https://github.com/jiangliu/linux.git acpires_v2 > > Patch [1/23] has been in linux-next for a while already. > > I've just queued up patches [2-20/23] for 3.20. > > I have some questions to patch [21/23] which I'll ask in a reply to that one. > > If [22-23/23] do not depend on [21/23] in any way, I can queue them up too, so > please let me know if that's the case. Yes, we could apply all other patches without 21/23. Thanks! > > Thanks! > >