From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755244AbbDIN0J (ORCPT ); Thu, 9 Apr 2015 09:26:09 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:37146 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754996AbbDIN0G (ORCPT ); Thu, 9 Apr 2015 09:26:06 -0400 Date: Thu, 9 Apr 2015 08:26:00 -0500 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Michael D Labriola , Dan Carpenter , Rasmus Villemoes , "Matwey V. Kornilov" , Yinghai Lu , "David S. Miller" Subject: [GIT PULL] PCI fixes for v4.0 Message-ID: <20150409132600.GH30967@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here are some fixes for v4.0. I apologize for how late they are. We were hoping for some better fixes, but couldn't get them polished in time. These fix: - a Xen domU oops with PCI passthrough devices - a sparc T5 boot failure - a STM SPEAr13xx crash (use after initdata freed) - a cpcihp hotplug driver thinko - an AER thinko that printed stack junk Bjorn The following changes since commit 085a68d0010ffa57603b93c2b09fdf98bf74218c: PCI: xgene: Add register offset to config space base address (2015-03-05 22:14:21 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.0-fixes-3 for you to fetch changes up to d10b730f97a7f1fa58c9ec300828f87157cd6b95: Revert "sparc/PCI: Clip bridge windows to fit in upstream windows" (2015-04-08 10:04:55 -0500) ---------------------------------------------------------------- PCI updates for v4.0: Enumeration - Don't look for ACPI hotplug parameters if ACPI is disabled (Bjorn Helgaas) Resource management - Revert "sparc/PCI: Clip bridge windows to fit in upstream windows" (Bjorn Helgaas) AER - Avoid info leak in __print_tlp_header() (Rasmus Villemoes) PCI device hotplug - Add missing curly braces in cpci_configure_slot() (Dan Carpenter) ST Microelectronics SPEAr13xx host bridge driver - Drop __initdata from spear13xx_pcie_driver (Matwey V. Kornilov) ---------------------------------------------------------------- Bjorn Helgaas (2): PCI: Don't look for ACPI hotplug parameters if ACPI is disabled Revert "sparc/PCI: Clip bridge windows to fit in upstream windows" Dan Carpenter (1): PCI: cpcihp: Add missing curly braces in cpci_configure_slot() Matwey V. Kornilov (1): PCI: spear: Drop __initdata from spear13xx_pcie_driver Rasmus Villemoes (1): PCI/AER: Avoid info leak in __print_tlp_header() arch/sparc/kernel/pci.c | 5 +---- drivers/pci/host/pcie-designware.c | 2 +- drivers/pci/host/pcie-spear13xx.c | 6 +++--- drivers/pci/hotplug/cpci_hotplug_pci.c | 3 ++- drivers/pci/pci-acpi.c | 3 +++ drivers/pci/pcie/aer/aerdrv_errprint.c | 12 ++---------- 6 files changed, 12 insertions(+), 19 deletions(-)