Re: powerpc/eeh: Fix recursive fenced PHB on Broadcom shiner adapter
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-10-21 11:41:45
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-10-21 11:41:45
On Thu, 2015-15-10 at 04:22:35 UTC, Gavin Shan wrote:
Similar to commit b6541db ("powerpc/eeh: Block PCI config access
upon frozen PE"), this blocks the PCI config space of Broadcom
Shiner adapter until PE reset is completed, to avoid recursive
fenced PHB when dumping PCI config registers during the period
of error recovery.
~# lspci -ns 0003:03:00.0
0003:03:00.0 0200: 14e4:168a (rev 10)
~# lspci -s 0003:03:00.0
0003:03:00.0 Ethernet controller: Broadcom Corporation \
NetXtreme II BCM57800 1/10 Gigabit Ethernet (rev 10)
Signed-off-by: Gavin Shan <redacted>Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/353169acf1858bb2dc3f9147 cheers