Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932344AbXBWLLy (ORCPT ); Fri, 23 Feb 2007 06:11:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932354AbXBWLLy (ORCPT ); Fri, 23 Feb 2007 06:11:54 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:35421 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932344AbXBWLLx (ORCPT ); Fri, 23 Feb 2007 06:11:53 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Zwane Mwaikambo , Ashok Raj , Ingo Molnar , "Lu, Yinghai" , Natalie Protasevich , Andi Kleen , "Siddha, Suresh B" , Linus Torvalds Subject: [PATCH 0/14] x86_64 irq related fixes and cleanups. References: <200701221116.13154.luigi.genoni@pirelli.com> <200702021848.55921.luigi.genoni@pirelli.com> <200702021905.39922.luigi.genoni@pirelli.com> <20070206073616.GA15016@elte.hu> <20070206222523.GA11602@elte.hu> Date: Fri, 23 Feb 2007 04:10:36 -0700 In-Reply-To: (Eric W. Biederman's message of "Fri, 23 Feb 2007 03:51:04 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1383 Lines: 29 My recent ioapic investigation has been painful and has taken me all over the place. One of my conclusions is that our code for dealing with ioapics on i386 and x86_64 is a mess that has been growing for years. I saw tremendous amounts of fodder for cleanup patches. Ugh. When deciding how much to include in the patchset for addressing the irq migrations problems that have cropped up in the x86_64 code I really wanted to keep the patchset small and minimal. But I needed to make some substantial changes so I would have a low priority IPI I could use for ensuring irq migration was complete. When trying to throw out patches I kept finding things that were either bug fixes or relevant cleanups to the problem I was addressing. So this patchset is bigger than I would for addressing the issue irq migration issue but there is nothing that isn't a simple cleanup or isn't a real bug fix. So I think we need it all one way or another. I have lost track of who has what in which tree or who it makes sense to send this to. So this patchset is against Linus's latest git tree. And hopefully we can include this in 2.6.21. Eric - 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/