All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling
@ 2016-02-16 12:06 Russell Currey
  2016-02-16 22:59 ` Gavin Shan
  2016-04-11 12:35 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Russell Currey @ 2016-02-16 12:06 UTC (permalink / raw)
  To: linuxppc-dev

IBM online documentation for EEH uses "extended error handling" and
"enhanced error handling" to refer to the same thing, in different
places.  The only place mentioning it as "enhanced error handling" in the
kernel is the MAINTAINERS file, and it's "extended" in some documentation.

IBM originally defined EEH as "enhanced error handling", so standardise
all mentions of EEH to use that term.

Signed-off-by: Russell Currey <ruscur@russell.cc>
---
This is essentially a V2 (though it has the inverse result) of this patch:
https://lists.ozlabs.org/pipermail/linuxppc-dev/2016-February/139367.html
---
 Documentation/powerpc/eeh-pci-error-recovery.txt | 2 +-
 arch/powerpc/kernel/eeh.c                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/powerpc/eeh-pci-error-recovery.txt b/Documentation/powerpc/eeh-pci-error-recovery.txt
index 9d4e33d..6781892 100644
--- a/Documentation/powerpc/eeh-pci-error-recovery.txt
+++ b/Documentation/powerpc/eeh-pci-error-recovery.txt
@@ -12,7 +12,7 @@ Overview:
 The IBM POWER-based pSeries and iSeries computers include PCI bus
 controller chips that have extended capabilities for detecting and
 reporting a large variety of PCI bus error conditions.  These features
-go under the name of "EEH", for "Extended Error Handling".  The EEH
+go under the name of "EEH", for "Enhanced Error Handling".  The EEH
 hardware features allow PCI bus errors to be cleared and a PCI
 card to be "rebooted", without also having to reboot the operating
 system.
diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
index 40e4d4a..2e78466 100644
--- a/arch/powerpc/kernel/eeh.c
+++ b/arch/powerpc/kernel/eeh.c
@@ -48,7 +48,7 @@
 
 
 /** Overview:
- *  EEH, or "Extended Error Handling" is a PCI bridge technology for
+ *  EEH, or "Enhanced Error Handling" is a PCI bridge technology for
  *  dealing with PCI bus errors that can't be dealt with within the
  *  usual PCI framework, except by check-stopping the CPU.  Systems
  *  that are designed for high-availability/reliability cannot afford
-- 
2.7.1

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

* Re: [PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling
  2016-02-16 12:06 [PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling Russell Currey
@ 2016-02-16 22:59 ` Gavin Shan
  2016-04-11 12:35 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Gavin Shan @ 2016-02-16 22:59 UTC (permalink / raw)
  To: Russell Currey; +Cc: linuxppc-dev

On Tue, Feb 16, 2016 at 11:06:05PM +1100, Russell Currey wrote:
>IBM online documentation for EEH uses "extended error handling" and
>"enhanced error handling" to refer to the same thing, in different
>places.  The only place mentioning it as "enhanced error handling" in the
>kernel is the MAINTAINERS file, and it's "extended" in some documentation.
>
>IBM originally defined EEH as "enhanced error handling", so standardise
>all mentions of EEH to use that term.
>
>Signed-off-by: Russell Currey <ruscur@russell.cc>

Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>

Thanks,
Gavin

>---
>This is essentially a V2 (though it has the inverse result) of this patch:
>https://lists.ozlabs.org/pipermail/linuxppc-dev/2016-February/139367.html
>---
> Documentation/powerpc/eeh-pci-error-recovery.txt | 2 +-
> arch/powerpc/kernel/eeh.c                        | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/Documentation/powerpc/eeh-pci-error-recovery.txt b/Documentation/powerpc/eeh-pci-error-recovery.txt
>index 9d4e33d..6781892 100644
>--- a/Documentation/powerpc/eeh-pci-error-recovery.txt
>+++ b/Documentation/powerpc/eeh-pci-error-recovery.txt
>@@ -12,7 +12,7 @@ Overview:
> The IBM POWER-based pSeries and iSeries computers include PCI bus
> controller chips that have extended capabilities for detecting and
> reporting a large variety of PCI bus error conditions.  These features
>-go under the name of "EEH", for "Extended Error Handling".  The EEH
>+go under the name of "EEH", for "Enhanced Error Handling".  The EEH
> hardware features allow PCI bus errors to be cleared and a PCI
> card to be "rebooted", without also having to reboot the operating
> system.
>diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
>index 40e4d4a..2e78466 100644
>--- a/arch/powerpc/kernel/eeh.c
>+++ b/arch/powerpc/kernel/eeh.c
>@@ -48,7 +48,7 @@
> 
> 
> /** Overview:
>- *  EEH, or "Extended Error Handling" is a PCI bridge technology for
>+ *  EEH, or "Enhanced Error Handling" is a PCI bridge technology for
>  *  dealing with PCI bus errors that can't be dealt with within the
>  *  usual PCI framework, except by check-stopping the CPU.  Systems
>  *  that are designed for high-availability/reliability cannot afford
>-- 
>2.7.1
>
>_______________________________________________
>Linuxppc-dev mailing list
>Linuxppc-dev@lists.ozlabs.org
>https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* Re: powerpc/eeh: rename EEH from "extended" to "enhanced" error handling
  2016-02-16 12:06 [PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling Russell Currey
  2016-02-16 22:59 ` Gavin Shan
@ 2016-04-11 12:35 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2016-04-11 12:35 UTC (permalink / raw)
  To: Russell Currey, linuxppc-dev

On Tue, 2016-16-02 at 12:06:05 UTC, Russell Currey wrote:
> IBM online documentation for EEH uses "extended error handling" and
> "enhanced error handling" to refer to the same thing, in different
> places.  The only place mentioning it as "enhanced error handling" in the
> kernel is the MAINTAINERS file, and it's "extended" in some documentation.
> 
> IBM originally defined EEH as "enhanced error handling", so standardise
> all mentions of EEH to use that term.
> 
> Signed-off-by: Russell Currey <ruscur@russell.cc>
> Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/8ee26530bb189909cca6f4b1f3

cheers

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

end of thread, other threads:[~2016-04-11 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 12:06 [PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling Russell Currey
2016-02-16 22:59 ` Gavin Shan
2016-04-11 12:35 ` Michael Ellerman

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.