* [PATCH] MAINTAINERS: Update EEH details and maintainership
@ 2016-02-17 6:06 Russell Currey
2016-02-17 17:32 ` Bjorn Helgaas
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Russell Currey @ 2016-02-17 6:06 UTC (permalink / raw)
To: linuxppc-dev; +Cc: gwshan, linux-pci, benh, Russell Currey
Enhanced Error Handling could mean anything in the context of the entire
kernel, so change the name to reference that it is both for PCI and
powerpc.
EEH covers a bit more than the previously listed files, so add the headers
and platform-specific code to the EEH maintained section.
In addition, I am taking over the maintainership.
Signed-off-by: Russell Currey <ruscur@russell.cc>
---
MAINTAINERS | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 28eb61b..95d999e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4222,13 +4222,6 @@ M: Maxim Levitsky <maximlevitsky@gmail.com>
S: Maintained
F: drivers/media/rc/ene_ir.*
-ENHANCED ERROR HANDLING (EEH)
-M: Gavin Shan <shangw@linux.vnet.ibm.com>
-L: linuxppc-dev@lists.ozlabs.org
-S: Supported
-F: Documentation/powerpc/eeh-pci-error-recovery.txt
-F: arch/powerpc/kernel/eeh*.c
-
EPSON S1D13XXX FRAMEBUFFER DRIVER
M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
S: Maintained
@@ -8244,6 +8237,15 @@ L: linux-pci@vger.kernel.org
S: Supported
F: Documentation/PCI/pci-error-recovery.txt
+PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
+M: Russell Currey <ruscur@russell.cc>
+L: linuxppc-dev@lists.ozlabs.org
+S: Supported
+F: Documentation/powerpc/eeh-pci-error-recovery.txt
+F: arch/powerpc/kernel/eeh*.c
+F: arch/powerpc/platforms/*/eeh*.c
+F: arch/powerpc/include/*/eeh*.h
+
PCI SUBSYSTEM
M: Bjorn Helgaas <bhelgaas@google.com>
L: linux-pci@vger.kernel.org
--
2.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update EEH details and maintainership
2016-02-17 6:06 [PATCH] MAINTAINERS: Update EEH details and maintainership Russell Currey
@ 2016-02-17 17:32 ` Bjorn Helgaas
2016-02-17 22:36 ` Gavin Shan
2016-02-17 22:34 ` Gavin Shan
2016-02-22 9:45 ` Michael Ellerman
2 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2016-02-17 17:32 UTC (permalink / raw)
To: Russell Currey; +Cc: linuxppc-dev, gwshan, linux-pci, benh
On Wed, Feb 17, 2016 at 05:06:04PM +1100, Russell Currey wrote:
> Enhanced Error Handling could mean anything in the context of the entire
> kernel, so change the name to reference that it is both for PCI and
> powerpc.
>
> EEH covers a bit more than the previously listed files, so add the headers
> and platform-specific code to the EEH maintained section.
>
> In addition, I am taking over the maintainership.
>
> Signed-off-by: Russell Currey <ruscur@russell.cc>
This is fine with me. I expect it will be merged via the powerpc tree,
since I think that's how all of Gavin Shan's recent patches in this area
are being handled.
> ---
> MAINTAINERS | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 28eb61b..95d999e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4222,13 +4222,6 @@ M: Maxim Levitsky <maximlevitsky@gmail.com>
> S: Maintained
> F: drivers/media/rc/ene_ir.*
>
> -ENHANCED ERROR HANDLING (EEH)
> -M: Gavin Shan <shangw@linux.vnet.ibm.com>
> -L: linuxppc-dev@lists.ozlabs.org
> -S: Supported
> -F: Documentation/powerpc/eeh-pci-error-recovery.txt
> -F: arch/powerpc/kernel/eeh*.c
> -
> EPSON S1D13XXX FRAMEBUFFER DRIVER
> M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> S: Maintained
> @@ -8244,6 +8237,15 @@ L: linux-pci@vger.kernel.org
> S: Supported
> F: Documentation/PCI/pci-error-recovery.txt
>
> +PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
> +M: Russell Currey <ruscur@russell.cc>
> +L: linuxppc-dev@lists.ozlabs.org
> +S: Supported
> +F: Documentation/powerpc/eeh-pci-error-recovery.txt
> +F: arch/powerpc/kernel/eeh*.c
> +F: arch/powerpc/platforms/*/eeh*.c
> +F: arch/powerpc/include/*/eeh*.h
> +
> PCI SUBSYSTEM
> M: Bjorn Helgaas <bhelgaas@google.com>
> L: linux-pci@vger.kernel.org
> --
> 2.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update EEH details and maintainership
2016-02-17 17:32 ` Bjorn Helgaas
@ 2016-02-17 22:36 ` Gavin Shan
0 siblings, 0 replies; 5+ messages in thread
From: Gavin Shan @ 2016-02-17 22:36 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: Russell Currey, linuxppc-dev, gwshan, linux-pci, benh
On Wed, Feb 17, 2016 at 11:32:24AM -0600, Bjorn Helgaas wrote:
>On Wed, Feb 17, 2016 at 05:06:04PM +1100, Russell Currey wrote:
>> Enhanced Error Handling could mean anything in the context of the entire
>> kernel, so change the name to reference that it is both for PCI and
>> powerpc.
>>
>> EEH covers a bit more than the previously listed files, so add the headers
>> and platform-specific code to the EEH maintained section.
>>
>> In addition, I am taking over the maintainership.
>>
>> Signed-off-by: Russell Currey <ruscur@russell.cc>
>
>This is fine with me. I expect it will be merged via the powerpc tree,
>since I think that's how all of Gavin Shan's recent patches in this area
>are being handled.
>
Bjorn, thanks for your great helps in the past. Yeah, I think the code
will be merged via the powerpc tree as before. Looking forward to your
support Russell's work in future :-)
Thanks,
Gavin
>> ---
>> MAINTAINERS | 16 +++++++++-------
>> 1 file changed, 9 insertions(+), 7 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 28eb61b..95d999e 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4222,13 +4222,6 @@ M: Maxim Levitsky <maximlevitsky@gmail.com>
>> S: Maintained
>> F: drivers/media/rc/ene_ir.*
>>
>> -ENHANCED ERROR HANDLING (EEH)
>> -M: Gavin Shan <shangw@linux.vnet.ibm.com>
>> -L: linuxppc-dev@lists.ozlabs.org
>> -S: Supported
>> -F: Documentation/powerpc/eeh-pci-error-recovery.txt
>> -F: arch/powerpc/kernel/eeh*.c
>> -
>> EPSON S1D13XXX FRAMEBUFFER DRIVER
>> M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
>> S: Maintained
>> @@ -8244,6 +8237,15 @@ L: linux-pci@vger.kernel.org
>> S: Supported
>> F: Documentation/PCI/pci-error-recovery.txt
>>
>> +PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
>> +M: Russell Currey <ruscur@russell.cc>
>> +L: linuxppc-dev@lists.ozlabs.org
>> +S: Supported
>> +F: Documentation/powerpc/eeh-pci-error-recovery.txt
>> +F: arch/powerpc/kernel/eeh*.c
>> +F: arch/powerpc/platforms/*/eeh*.c
>> +F: arch/powerpc/include/*/eeh*.h
>> +
>> PCI SUBSYSTEM
>> M: Bjorn Helgaas <bhelgaas@google.com>
>> L: linux-pci@vger.kernel.org
>> --
>> 2.7.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Update EEH details and maintainership
2016-02-17 6:06 [PATCH] MAINTAINERS: Update EEH details and maintainership Russell Currey
2016-02-17 17:32 ` Bjorn Helgaas
@ 2016-02-17 22:34 ` Gavin Shan
2016-02-22 9:45 ` Michael Ellerman
2 siblings, 0 replies; 5+ messages in thread
From: Gavin Shan @ 2016-02-17 22:34 UTC (permalink / raw)
To: Russell Currey; +Cc: linuxppc-dev, gwshan, linux-pci, benh
On Wed, Feb 17, 2016 at 05:06:04PM +1100, Russell Currey wrote:
>Enhanced Error Handling could mean anything in the context of the entire
>kernel, so change the name to reference that it is both for PCI and
>powerpc.
>
>EEH covers a bit more than the previously listed files, so add the headers
>and platform-specific code to the EEH maintained section.
>
>In addition, I am taking over the maintainership.
>
>Signed-off-by: Russell Currey <ruscur@russell.cc>
Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Thanks,
Gavin
>---
> MAINTAINERS | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 28eb61b..95d999e 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -4222,13 +4222,6 @@ M: Maxim Levitsky <maximlevitsky@gmail.com>
> S: Maintained
> F: drivers/media/rc/ene_ir.*
>
>-ENHANCED ERROR HANDLING (EEH)
>-M: Gavin Shan <shangw@linux.vnet.ibm.com>
>-L: linuxppc-dev@lists.ozlabs.org
>-S: Supported
>-F: Documentation/powerpc/eeh-pci-error-recovery.txt
>-F: arch/powerpc/kernel/eeh*.c
>-
> EPSON S1D13XXX FRAMEBUFFER DRIVER
> M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> S: Maintained
>@@ -8244,6 +8237,15 @@ L: linux-pci@vger.kernel.org
> S: Supported
> F: Documentation/PCI/pci-error-recovery.txt
>
>+PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
>+M: Russell Currey <ruscur@russell.cc>
>+L: linuxppc-dev@lists.ozlabs.org
>+S: Supported
>+F: Documentation/powerpc/eeh-pci-error-recovery.txt
>+F: arch/powerpc/kernel/eeh*.c
>+F: arch/powerpc/platforms/*/eeh*.c
>+F: arch/powerpc/include/*/eeh*.h
>+
> PCI SUBSYSTEM
> M: Bjorn Helgaas <bhelgaas@google.com>
> L: linux-pci@vger.kernel.org
>--
>2.7.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MAINTAINERS: Update EEH details and maintainership
2016-02-17 6:06 [PATCH] MAINTAINERS: Update EEH details and maintainership Russell Currey
2016-02-17 17:32 ` Bjorn Helgaas
2016-02-17 22:34 ` Gavin Shan
@ 2016-02-22 9:45 ` Michael Ellerman
2 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2016-02-22 9:45 UTC (permalink / raw)
To: Russell Currey, linuxppc-dev; +Cc: linux-pci, gwshan
On Wed, 2016-17-02 at 06:06:04 UTC, Russell Currey wrote:
> Enhanced Error Handling could mean anything in the context of the entire
> kernel, so change the name to reference that it is both for PCI and
> powerpc.
>
> EEH covers a bit more than the previously listed files, so add the headers
> and platform-specific code to the EEH maintained section.
>
> In addition, I am taking over the maintainership.
>
> Signed-off-by: Russell Currey <ruscur@russell.cc>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/78c1cffdab7e5fc316be7d6a07
cheers
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-22 9:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 6:06 [PATCH] MAINTAINERS: Update EEH details and maintainership Russell Currey
2016-02-17 17:32 ` Bjorn Helgaas
2016-02-17 22:36 ` Gavin Shan
2016-02-17 22:34 ` Gavin Shan
2016-02-22 9:45 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).