From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753461AbbDMHJv (ORCPT ); Mon, 13 Apr 2015 03:09:51 -0400 Received: from www.linutronix.de ([62.245.132.108]:58177 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbbDMHJr (ORCPT ); Mon, 13 Apr 2015 03:09:47 -0400 Date: Mon, 13 Apr 2015 09:09:27 +0200 (CEST) From: Thomas Gleixner To: Jiang Liu cc: Ingo Molnar , Bjorn Helgaas , Benjamin Herrenschmidt , 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 In-Reply-To: <552B60FF.5050804@linux.intel.com> Message-ID: References: <1428905519-23704-1-git-send-email-jiang.liu@linux.intel.com> <20150413061914.GA13953@gmail.com> <552B60FF.5050804@linux.intel.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Apr 2015, Jiang Liu wrote: > 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. Right. I'm taking a look in the next days.