linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	Michael D Labriola <mlabriol@gdeb.com>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	"Matwey V. Kornilov" <matwey@sai.msu.ru>,
	Yinghai Lu <yinghai@kernel.org>,
	"David S. Miller" <davem@davemloft.net>
Subject: [GIT PULL] PCI fixes for v4.0
Date: Thu, 9 Apr 2015 08:26:00 -0500	[thread overview]
Message-ID: <20150409132600.GH30967@google.com> (raw)

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(-)

             reply	other threads:[~2015-04-09 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 13:26 Bjorn Helgaas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-12 16:20 [GIT PULL] PCI fixes for v4.0 Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150409132600.GH30967@google.com \
    --to=bhelgaas@google.com \
    --cc=dan.carpenter@oracle.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=matwey@sai.msu.ru \
    --cc=mlabriol@gdeb.com \
    --cc=torvalds@linux-foundation.org \
    --cc=yinghai@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).