linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.15
@ 2018-01-23 19:56 Bjorn Helgaas
  2018-01-23 20:49 ` Linus Torvalds
  0 siblings, 1 reply; 14+ messages in thread
From: Bjorn Helgaas @ 2018-01-23 19:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Christian König,
	Aaro Koskinen, Andy Shevchenko, Boris Ostrovsky, Juergen Gross,
	Alex Deucher, David Airlie

PCI fixes:

  - fix AMD regression due to not re-enabling the big window on resume
    (Christian König)


The following changes since commit 03a551734cfc2b93f83950a595974e3c9cbd82fd:

  x86/PCI: Move and shrink AMD 64-bit window to avoid conflict (2018-01-11 12:01:58 -0600)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.15-fixes-3

for you to fetch changes up to 838cda3697073982acd276ac43387b2a0aed04b4:

  x86/PCI: Enable AMD 64-bit window on resume (2018-01-16 11:45:50 -0600)

----------------------------------------------------------------
pci-v4.15-fixes-3

----------------------------------------------------------------
=?UTF-8?q?Christian=20K=C3=B6nig?= (1):
      x86/PCI: Enable AMD 64-bit window on resume

 arch/x86/pci/fixup.c | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [GIT PULL] PCI fixes for v4.15
@ 2018-01-12 20:22 Bjorn Helgaas
  0 siblings, 0 replies; 14+ messages in thread
From: Bjorn Helgaas @ 2018-01-12 20:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Christian König,
	Aaro Koskinen, Andy Shevchenko, Boris Ostrovsky, Juergen Gross,
	Alex Deucher, David Airlie

PCI fixes:

  - fix AMD boot regression due to 64-bit window conflicting with system
    memory (Christian König)


The following changes since commit 1291a0d5049dbc06baaaf66a9ff3f53db493b19b:

  Linux 4.15-rc4 (2017-12-17 18:59:59 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.15-fixes-2

for you to fetch changes up to 03a551734cfc2b93f83950a595974e3c9cbd82fd:

  x86/PCI: Move and shrink AMD 64-bit window to avoid conflict (2018-01-11 12:01:58 -0600)

----------------------------------------------------------------
pci-v4.15-fixes-2

----------------------------------------------------------------
Christian König (2):
      x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows
      x86/PCI: Move and shrink AMD 64-bit window to avoid conflict

 Documentation/admin-guide/kernel-parameters.txt |  6 +++++
 arch/x86/include/asm/pci_x86.h                  |  1 +
 arch/x86/pci/common.c                           |  5 +++++
 arch/x86/pci/fixup.c                            | 29 +++++++++++++++----------
 4 files changed, 30 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [GIT PULL] PCI fixes for v4.15
@ 2017-12-14 23:34 Bjorn Helgaas
  0 siblings, 0 replies; 14+ messages in thread
From: Bjorn Helgaas @ 2017-12-14 23:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Geert Uytterhoeven,
	Simon Horman, Christian König, Randy Dunlap, Arnd Bergmann,
	Guenter Roeck, Ingo Molnar

PCI fixes:

  - add a pci_get_domain_bus_and_slot() stub for the CONFIG_PCI=n case to
    avoid build breakage in the v4.16 merge window if a
    pci_get_bus_and_slot() -> pci_get_domain_bus_and_slot() patch gets
    merged before the PCI tree (Randy Dunlap)

  - fix an AMD boot regression in the 64bit BAR support added in v4.15
    (Christian König)

  - fix an R-Car use-after-free that causes a crash if no PCIe card is
    present (Geert Uytterhoeven)


The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.15-fixes-1

for you to fetch changes up to 0c31f1d7be1b5c4858b1d714dcefa25f41428cab:

  PCI: rcar: Fix use-after-free in probe error path (2017-12-12 11:01:47 -0600)

----------------------------------------------------------------
pci-v4.15-fixes-1

----------------------------------------------------------------
Christian König (2):
      x86/PCI: Fix infinite loop in search for 64bit BAR placement
      x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15h

Geert Uytterhoeven (1):
      PCI: rcar: Fix use-after-free in probe error path

Randy Dunlap (1):
      PCI: Add pci_get_domain_bus_and_slot() stub

 arch/x86/pci/fixup.c         | 27 +++++++++++++++++++++------
 drivers/pci/host/pcie-rcar.c |  8 ++++----
 include/linux/pci.h          |  3 +++
 3 files changed, 28 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2018-01-24 20:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23 19:56 [GIT PULL] PCI fixes for v4.15 Bjorn Helgaas
2018-01-23 20:49 ` Linus Torvalds
2018-01-23 20:53   ` Linus Torvalds
2018-01-24  0:46   ` Bjorn Helgaas
2018-01-24  1:04     ` Linus Torvalds
2018-01-24  7:17       ` Andy Shevchenko
2018-01-24 16:20       ` Bjorn Helgaas
2018-01-24 16:40         ` Linus Torvalds
2018-01-24 17:27           ` Christian König
2018-01-24 20:25           ` Peter Grayson
2018-01-24 20:48             ` Linus Torvalds
2018-01-24 16:45       ` Peter Grayson
  -- strict thread matches above, loose matches on Subject: below --
2018-01-12 20:22 Bjorn Helgaas
2017-12-14 23:34 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).