mbox

[GIT,PULL] PCI fixes for v4.0

Message ID 20150312162053.GA20700@google.com
State Not Applicable
Headers show

Pull-request

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

Message

Bjorn Helgaas March 12, 2015, 4:20 p.m. UTC
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html