<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Paul Mackerras wrote:
<blockquote cite="mid:18917.31205.828267.202889@drongo.ozlabs.ibm.com"
 type="cite">
  <pre wrap="">Mike Mason writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">diff --git a/arch/powerpc/platforms/pseries/eeh_driver.c 
b/arch/powerpc/platforms/pseries/eeh_driver.c
index 380420f..9a2a6e3 100644
--- a/arch/powerpc/platforms/pseries/eeh_driver.c
+++ b/arch/powerpc/platforms/pseries/eeh_driver.c
@@ -182,6 +182,8 @@ static void eeh_report_reset(struct pci_dev *dev, 
void *userdata)
if (!driver)
return;

+ dev-&gt;error_state = pci_channel_io_normal;
+
eeh_enable_irq(dev);

if (!driver-&gt;err_handler ||
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Your mail client totally mangled the whitespace.  I fixed it up and
applied it, since the patch was small, but in future please fix your
mail client so it doesn't do that.
  </pre>
</blockquote>
Sorry about that.<br>
<blockquote cite="mid:18917.31205.828267.202889@drongo.ozlabs.ibm.com"
 type="cite">
  <pre wrap="">
It sounds like this patch needs to be applied to earlier kernel
versions -- do you agree?
  </pre>
</blockquote>
Maybe.&nbsp; The only drivers that care at this point are the emulex and
qlogic drivers with native eeh support.&nbsp; How far back would you
typically apply a patch like this?&nbsp; I'm submitting it for inclusion in
SLES 10 &amp; 11 and RHEL 5.<br>
<br>
Mike<br>
<blockquote cite="mid:18917.31205.828267.202889@drongo.ozlabs.ibm.com"
 type="cite">
  <pre wrap="">
Paul.
  </pre>
</blockquote>
</body>
</html>