All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/1] PCI: Handle conflict between hotplug and error handling
@ 2018-08-05 22:51 Sinan Kaya
  2018-08-05 22:51 ` [PATCH v7 1/1] PCI: pciehp: Ignore link events when there is a fatal error pending Sinan Kaya
  2018-09-04 18:18 ` [PATCH v7 0/1] PCI: Handle conflict between hotplug and error handling Bjorn Helgaas
  0 siblings, 2 replies; 17+ messages in thread
From: Sinan Kaya @ 2018-08-05 22:51 UTC (permalink / raw)
  To: linux-pci; +Cc: Sinan Kaya

Lukas:
'Your patch "[PATCH v6 1/1] PCI: pciehp: Ignore link events when there
is a fatal error pending" only checks once for a pending fatal error,
it should poll until either the fatal error is gone or a timeout is
hit.  If the fatal error is gone and the link is up, you can just return
from pciehp_handle_presence_or_link_change().  Else (in the timeout case)
fall back to the normal handling of a Link Down, i.e. let it bring down
the slot.'


Sinan Kaya (1):
  PCI: pciehp: Ignore link events when there is a fatal error pending

 drivers/pci/hotplug/pciehp_ctrl.c | 19 ++++++++++
 drivers/pci/pci.h                 |  2 ++
 drivers/pci/pcie/err.c            | 60 +++++++++++++++++++++++++++++++
 3 files changed, 81 insertions(+)

-- 
2.17.1

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

end of thread, other threads:[~2018-09-04 22:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-05 22:51 [PATCH v7 0/1] PCI: Handle conflict between hotplug and error handling Sinan Kaya
2018-08-05 22:51 ` [PATCH v7 1/1] PCI: pciehp: Ignore link events when there is a fatal error pending Sinan Kaya
2018-08-06  7:51   ` poza
2018-08-06  9:26     ` Lukas Wunner
2018-08-06 14:55       ` poza
2018-08-06 15:04         ` Sinan Kaya
2018-08-06 15:06           ` Sinan Kaya
2018-08-06 15:12             ` poza
2018-08-06 16:34               ` Sinan Kaya
2018-08-06 16:44             ` Lukas Wunner
2018-08-06 16:49               ` Sinan Kaya
2018-08-06 17:03                 ` Sinan Kaya
2018-08-06 17:05                 ` Lukas Wunner
2018-08-06 17:09                   ` Sinan Kaya
2018-08-06  9:30   ` Lukas Wunner
2018-09-04 18:18 ` [PATCH v7 0/1] PCI: Handle conflict between hotplug and error handling Bjorn Helgaas
2018-09-04 18:28   ` Sinan Kaya

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.