mbox series

[V3,0/1] PCI/AER: fix use-after-free in pcie_do_fatal_recovery

Message ID 1532030555-7177-1-git-send-email-thomas.tai@oracle.com
Headers show
Series PCI/AER: fix use-after-free in pcie_do_fatal_recovery | expand

Message

Thomas Tai July 19, 2018, 8:02 p.m. UTC
Hi Bjorn,
I reworked the patch as suggested, would you please kindly
review the patch? By the way, the use-after-free issue would not
impact DPC, according to PCI Express Base Specification
Revision 4.0 Version 0.3 The DPC "capability may be
implemented by a Root Port or a Switch Downstream Port.
It is not applicable to any other Device/Port type."
The use-after-free only happens on a non-bridge device, so
it won't impact root/switch port.

Thank you very much.
Thomas