From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754348AbbDMGYY (ORCPT ); Mon, 13 Apr 2015 02:24:24 -0400 Received: from mga03.intel.com ([134.134.136.65]:15322 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754324AbbDMGYU (ORCPT ); Mon, 13 Apr 2015 02:24:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,568,1422950400"; d="scan'208";a="712719801" Message-ID: <552B60FF.5050804@linux.intel.com> Date: Mon, 13 Apr 2015 14:23:59 +0800 From: Jiang Liu Organization: Intel User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ingo Molnar CC: Bjorn Helgaas , Benjamin Herrenschmidt , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Dimitri Sivanich , Konrad Rzeszutek Wilk , David Cohen , Sander Eikelenboom , David Vrabel , Andrew Morton , Tony Luck , Joerg Roedel , Greg Kroah-Hartman , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [Patch Part1 v8 00/37] Convert x86 to hierarchy irqdomain and stacked irqchip References: <1428905519-23704-1-git-send-email-jiang.liu@linux.intel.com> <20150413061914.GA13953@gmail.com> In-Reply-To: <20150413061914.GA13953@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/4/13 14:19, Ingo Molnar wrote: > > * Jiang Liu wrote: > >> Hi all, >> The generic hierarchy irqdomain and stacked irqchip implementation >> has been merged into v3.19, so this patch set converts x86 interupt >> management to hierarchy irqdomain and stacked irqchip. You may access it at: >> https://github.com/jiangliu/linux.git irqdomain/x86_p1_v8 >> >> This patch set has been reviewed several times and it missed v3.19 >> merging because several bugs got fixed just before the merging window. >> The main changes since last review are: >> 1) Rebased the patch set onto v4.0-rc6. >> 2) Merged bugfixes into the patch introducing the bug so they don't break >> bisecting. >> >> I will send out another following-on patch set to clean up code and interfaces >> obseleted by this patch set. > > So JFYI, the v4.1 merge window has just opened and I probably won't > have time to look at this for a week or two. Hi Ingo, Thanks for reminder:) Thomas pinged me on this patch set, so I send it out right now. Originally I planned to send it out after v4.1 merge window. Regards! Gerry > > Thanks, > > Ingo > -- > 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/ >