Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759598AbZAWXZm (ORCPT ); Fri, 23 Jan 2009 18:25:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759056AbZAWXYx (ORCPT ); Fri, 23 Jan 2009 18:24:53 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:43489 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758979AbZAWXYw (ORCPT ); Fri, 23 Jan 2009 18:24:52 -0500 From: "Rafael J. Wysocki" To: Jesse Barnes Subject: [PATCH 0/2] PCI/PCIe port driver: Fix allocation of interrupts Date: Sat, 24 Jan 2009 00:19:35 +0100 User-Agent: KMail/1.10.3 (Linux/2.6.29-rc2-tst; KDE/4.1.3; x86_64; ; ) Cc: LKML , Linux PCI , Matthew Wilcox , Kenji Kaneshige , Kenji Kaneshige MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901240019.36794.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 590 Lines: 20 Hi, The following two patches fix the allocation of interrupts in the PCIe port driver, which is currently broken with respect to MSI-X. The first patch introduces a new function returning the size of a device's MSI-X table, which is used in the second patch. The second one is the actual fix. Please consider for applying. Thanks, Rafael -- 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/