From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754238AbbDMGTY (ORCPT ); Mon, 13 Apr 2015 02:19:24 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:33392 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753344AbbDMGTT (ORCPT ); Mon, 13 Apr 2015 02:19:19 -0400 Date: Mon, 13 Apr 2015 08:19:14 +0200 From: Ingo Molnar To: Jiang Liu 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 Message-ID: <20150413061914.GA13953@gmail.com> References: <1428905519-23704-1-git-send-email-jiang.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428905519-23704-1-git-send-email-jiang.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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. Thanks, Ingo