linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [GIT PULL] PCI fixes for v4.11
       [not found] <20170421162058.GA17645@bhelgaas-glaptop.roam.corp.google.com>
@ 2017-04-21 16:23 ` Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2017-04-21 16:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Mark Rutland, Dongdong Liu

[+cc linux-pci, linux-kernel, Mark, Dongdong]

On Fri, Apr 21, 2017 at 11:20:58AM -0500, Bjorn Helgaas wrote:
> Hi Linus,
> 
> Sorry this is so late.  It's been in -next for over a week, but I forgot to
> send it on until now.
> 
> 
> PCI fix:
> 
>   - fix HiSilicon DT binding
> 
> The following changes since commit 794a8604fe6e4a311373cde57a86ad4aab9d32b8:
> 
>   PCI: dwc: Fix dw_pcie_ops NULL pointer dereference (2017-04-04 08:24:25 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.11-fixes-5
> 
> for you to fetch changes up to b9c1153f7a9cb2d53b845615a0edd510f7fe8341:
> 
>   PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) (2017-04-12 10:46:47 -0500)
> 
> ----------------------------------------------------------------
> pci-v4.11-fixes-5
> 
> ----------------------------------------------------------------
> Dongdong Liu (1):
>       PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)
> 
>  Documentation/devicetree/bindings/pci/hisilicon-pcie.txt | 10 ++++++++--
>  drivers/pci/dwc/pcie-hisi.c                              |  6 +++++-
>  2 files changed, 13 insertions(+), 3 deletions(-)

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

* [GIT PULL] PCI fixes for v4.11
@ 2017-04-07 19:26 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2017-04-07 19:26 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Tomasz Nowicki, Niklas Cassel,
	Kishon Vijay Abraham I, Joao Pinto, Arnd Bergmann, Jingoo Han

PCI fixes:

  - fix ThunderX legacy firmware resources

  - fix ARTPEC-6 and DesignWare platform driver NULL pointer dereferences

  - fix HiSilicon link error


The following changes since commit 9abb27c7594a62bbf6385e20b7f5a90b4eceae2f:

  PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller (2017-03-23 17:11:26 -0500)

are available in the git repository at:

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

for you to fetch changes up to 794a8604fe6e4a311373cde57a86ad4aab9d32b8:

  PCI: dwc: Fix dw_pcie_ops NULL pointer dereference (2017-04-04 08:24:25 -0500)

----------------------------------------------------------------
pci-v4.11-fixes-4

----------------------------------------------------------------
Arnd Bergmann (1):
      PCI: dwc: Select PCI_HOST_COMMON for hisi

Niklas Cassel (1):
      PCI: dwc: Fix dw_pcie_ops NULL pointer dereference

Tomasz Nowicki (1):
      PCI: thunder-pem: Fix legacy firmware PEM-specific resources

 drivers/pci/dwc/Kconfig                |  1 +
 drivers/pci/dwc/pcie-artpec6.c         |  4 ++++
 drivers/pci/dwc/pcie-designware-plat.c |  4 ++++
 drivers/pci/host/pci-thunder-pem.c     | 10 ++++++++--
 4 files changed, 17 insertions(+), 2 deletions(-)

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

* [GIT PULL] PCI fixes for v4.11
@ 2017-03-30 22:00 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2017-03-30 22:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Tomasz Nowicki, Vadim Lomovtsev,
	Robert Richter, Rafał Miłecki, Ray Jui, Scott Branden,
	Jon Mason

PCI fixes:

  - fix iProc memory corruption

  - fix ThunderX usage of unregistered PNP/ACPI ID

  - fix ThunderX resource reservation on early firmware


The following changes since commit 3bd7db63a841e8c5297bb18ad801df67d5e38ad2:

  PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove (2017-03-07 14:23:30 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v4.11-fixes-3

for you to fetch changes up to 9abb27c7594a62bbf6385e20b7f5a90b4eceae2f:

  PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller (2017-03-23 17:11:26 -0500)

----------------------------------------------------------------
pci-v4.11-fixes-3

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI: iproc: Save host bridge window resource in struct iproc_pcie

Tomasz Nowicki (2):
      PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller
      PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller

 drivers/pci/host/pci-thunder-pem.c     | 58 ++++++++++++++++++++++++++++++++--
 drivers/pci/host/pcie-iproc-bcma.c     | 24 +++++++-------
 drivers/pci/host/pcie-iproc-platform.c | 19 +++++------
 drivers/pci/host/pcie-iproc.h          |  1 +
 4 files changed, 78 insertions(+), 24 deletions(-)

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

* [GIT PULL] PCI fixes for v4.11
@ 2017-03-09 19:45 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2017-03-09 19:45 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Yinghai Lu, Rajat Jain, Ethan Zhao,
	Jaehoon Chung, James Morse

PCI fixes:

  - fix NULL pointer dereference in Exynos driver

  - fix NULL pointer dereference in ASPM with pre-1.1 PCIe devices

  - blacklist QLogic ISP2722 to prevent panics while reading VPD


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 3bd7db63a841e8c5297bb18ad801df67d5e38ad2:

  PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove (2017-03-07 14:23:30 -0600)

----------------------------------------------------------------
pci-v4.11-fixes-2

----------------------------------------------------------------
Ethan Zhao (1):
      PCI: Prevent VPD access for QLogic ISP2722

Jaehoon Chung (1):
      PCI: exynos: Initialize elbi_base even when using PHY framework

Yinghai Lu (1):
      PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove

 drivers/pci/dwc/pci-exynos.c | 8 ++++----
 drivers/pci/pcie/aspm.c      | 5 ++---
 drivers/pci/quirks.c         | 1 +
 3 files changed, 7 insertions(+), 7 deletions(-)

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

* [GIT PULL] PCI fixes for v4.11
@ 2017-03-03 16:49 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2017-03-03 16:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Guenter Roeck, Vivek Gautam,
	Kishon Vijay Abraham I, Ley Foon Tan

PCI fixes:

  - fix NULL pointer dereferences in many DesignWare-based drivers due to
    refactoring error

  - fix Altera config write breakage due to my refactoring error


The following changes since commit 9e314890292c0dd357eadef6a043704fa0b4c157:

  Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux (2017-02-24 18:37:03 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2a7275a3d867b228216886aae35e1f64291180b1:

  PCI: altera: Fix TLP_CFG_DW0 for TLP write (2017-02-28 15:06:29 -0600)

----------------------------------------------------------------
pci-v4.11-fixes-1

----------------------------------------------------------------
Guenter Roeck (1):
      PCI: dwc: Fix crashes seen due to missing assignments

Ley Foon Tan (1):
      PCI: altera: Fix TLP_CFG_DW0 for TLP write

 drivers/pci/dwc/pci-exynos.c           |  1 +
 drivers/pci/dwc/pci-imx6.c             |  1 +
 drivers/pci/dwc/pci-keystone.c         |  2 ++
 drivers/pci/dwc/pci-layerscape.c       |  2 ++
 drivers/pci/dwc/pcie-armada8k.c        |  2 ++
 drivers/pci/dwc/pcie-artpec6.c         |  2 ++
 drivers/pci/dwc/pcie-designware-plat.c |  2 ++
 drivers/pci/dwc/pcie-hisi.c            |  2 ++
 drivers/pci/dwc/pcie-qcom.c            |  2 ++
 drivers/pci/dwc/pcie-spear13xx.c       |  2 ++
 drivers/pci/host/pcie-altera.c         | 10 +++++++---
 11 files changed, 25 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2017-04-21 16:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170421162058.GA17645@bhelgaas-glaptop.roam.corp.google.com>
2017-04-21 16:23 ` [GIT PULL] PCI fixes for v4.11 Bjorn Helgaas
2017-04-07 19:26 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2017-03-30 22:00 Bjorn Helgaas
2017-03-09 19:45 Bjorn Helgaas
2017-03-03 16:49 Bjorn Helgaas

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