From: Linas Vepstas Date: Fri, 4 Nov 2005 00:49:23 +0000 (-0600) Subject: [PATCH] ppc64: serialize reports of PCI errors X-Git-Tag: v2.6.15-rc1~51^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd761fd876e4d1c0d07b6d93bc45c999fa596cb0;p=pandora-kernel.git [PATCH] ppc64: serialize reports of PCI errors 07-eeh-report-race.patch When a PCI slot is isolated, all PCI functions under that slot are affected. If hese functions have separate device drivers, the EEH isolation event might be reported multiple times. This patch adds a lock to prevent the racing of such multiple reports. It also marks every device under the slot as having experienced an EEH event, so that multiple reports may be recognized more easily. Signed-off-by: Linas Vepstas Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed