All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.0
@ 2015-04-09 13:26 Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2015-04-09 13:26 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Michael D Labriola, Dan Carpenter,
	Rasmus Villemoes, Matwey V. Kornilov, Yinghai Lu,
	David S. Miller

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] PCI fixes for v4.0
@ 2015-03-12 16:20 Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2015-03-12 16:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Feng Kan, Sasha Levin

Hi Linus,

Here are a couple updates for v4.0.  One fixes a config accessor problem on
APM X-Gene that we introduced when switching to generic config accessors,
and the other fixes an older read-past-end-of-buffer problem in sysfs.

Bjorn


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.0-fixes-2

for you to fetch changes up to 085a68d0010ffa57603b93c2b09fdf98bf74218c:

  PCI: xgene: Add register offset to config space base address (2015-03-05 22:14:21 -0600)

----------------------------------------------------------------
PCI updates for v4.0:

  APM X-Gene host bridge driver
    - Add register offset to config space base address (Feng Kan)

  Miscellaneous
    - Don't read past the end of sysfs "driver_override" buffer (Sasha Levin)

----------------------------------------------------------------
Feng Kan (1):
      PCI: xgene: Add register offset to config space base address

Sasha Levin (1):
      PCI: Don't read past the end of sysfs "driver_override" buffer

 drivers/pci/host/pci-xgene.c | 4 ++--
 drivers/pci/pci-sysfs.c      | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-09 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09 13:26 [GIT PULL] PCI fixes for v4.0 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2015-03-12 16:20 Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.