Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279216 > unrolled thread

[GIT PULL] PCI fixes for v4.4

Started byBjorn Helgaas <helgaas@kernel.org>
First post2015-11-28 21:10 +0100
Last post2015-11-28 21:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] PCI fixes for v4.4 Bjorn Helgaas <helgaas@kernel.org> - 2015-11-28 21:10 +0100

#1279216 — [GIT PULL] PCI fixes for v4.4

FromBjorn Helgaas <helgaas@kernel.org>
Date2015-11-28 21:10 +0100
Subject[GIT PULL] PCI fixes for v4.4
Message-ID<qzTYJ-511-1@gated-at.bofh.it>
Hi Linus,

Here are a few fixes I'd like to have in v4.4: a generic one for sysfs and
three for HiSilicon and DesignWare host controllers.

Bjorn


The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.4-fixes-1

for you to fetch changes up to 7c7a0e945349a3d0d497d7f32db6ed33d4031110:

  ARM/PCI: Move align_resource function pointer to pci_host_bridge structure (2015-11-25 13:23:38 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  NUMA
    Prevent out of bounds access in numa_node override (Mathias Krause)

  HiSilicon host bridge driver
    Fix deferred probing (Arnd Bergmann)

  Synopsys DesignWare host bridge driver
    Remove incorrect io_base assignment (Stanimir Varbanov)
    Move align_resource function pointer to pci_host_bridge structure (Gabriele Paoloni)

----------------------------------------------------------------
Arnd Bergmann (1):
      PCI: hisi: Fix deferred probing

Gabriele Paoloni (1):
      ARM/PCI: Move align_resource function pointer to pci_host_bridge structure

Mathias Krause (1):
      PCI: Prevent out of bounds access in numa_node override

Stanimir Varbanov (1):
      PCI: designware: Remove incorrect io_base assignment

 arch/arm/kernel/bios32.c           | 19 +++++++++++--------
 drivers/pci/host/pcie-designware.c |  1 -
 drivers/pci/host/pcie-hisi.c       |  4 ++--
 drivers/pci/pci-sysfs.c            |  5 ++++-
 drivers/pci/pci.h                  |  2 --
 include/linux/pci.h                |  9 +++++++++
 6 files changed, 26 insertions(+), 14 deletions(-)
--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web