linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
@ 2014-03-10  8:54 Michael Opdenacker
  2014-03-10  9:05 ` Jean Delvare
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10  8:54 UTC (permalink / raw)
  To: akpm
  Cc: joe, gregkh, davem, m.chehab, swarren, khali, linux-kernel,
	Michael Opdenacker

Mail server reply:
Recipient address rejected: User unknown in virtual alias table

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b7befe758429..52ca18df1707 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4297,7 +4297,6 @@ X:	drivers/scsi/ibmvscsi/ibmvstgt.c
 
 IBM ServeRAID RAID DRIVER
 P:	Jack Hammer
-M:	Dave Jeffery <ipslinux@adaptec.com>
 W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
 S:	Supported
 F:	drivers/scsi/ips.*
-- 
1.8.3.2


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

* Re: [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
  2014-03-10  8:54 [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address Michael Opdenacker
@ 2014-03-10  9:05 ` Jean Delvare
  2014-03-10  9:15   ` Paul Bolle
  2014-03-10  9:15   ` [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address Michael Opdenacker
  0 siblings, 2 replies; 11+ messages in thread
From: Jean Delvare @ 2014-03-10  9:05 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: akpm, joe, gregkh, davem, m.chehab, swarren, linux-kernel

Hi Michael,

On Mon, 10 Mar 2014 09:54:15 +0100, Michael Opdenacker wrote:
> Mail server reply:
> Recipient address rejected: User unknown in virtual alias table
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b7befe758429..52ca18df1707 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4297,7 +4297,6 @@ X:	drivers/scsi/ibmvscsi/ibmvstgt.c
>  
>  IBM ServeRAID RAID DRIVER
>  P:	Jack Hammer

A name without an address isn't quite useful (this field is obsolete.)

> -M:	Dave Jeffery <ipslinux@adaptec.com>
>  W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html

This URL doesn't work for me.

>  S:	Supported

Which makes the validity of this claim rather dubious. I'd suggest you
remove the P and W fields change S to Orphaned.

>  F:	drivers/scsi/ips.*

Thanks,
-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
  2014-03-10  9:05 ` Jean Delvare
@ 2014-03-10  9:15   ` Paul Bolle
  2014-03-10  9:22     ` Michael Opdenacker
  2014-03-10  9:15   ` [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address Michael Opdenacker
  1 sibling, 1 reply; 11+ messages in thread
From: Paul Bolle @ 2014-03-10  9:15 UTC (permalink / raw)
  To: Jean Delvare
  Cc: Michael Opdenacker, akpm, joe, gregkh, davem, m.chehab, swarren,
	linux-kernel

On Mon, 2014-03-10 at 10:05 +0100, Jean Delvare wrote:
> I'd suggest you remove the P and W fields change S to Orphaned.

And add Jack Hammer and Dave Jeffery to CREDITS?


Paul Bolle


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

* Re: [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
  2014-03-10  9:05 ` Jean Delvare
  2014-03-10  9:15   ` Paul Bolle
@ 2014-03-10  9:15   ` Michael Opdenacker
  1 sibling, 0 replies; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10  9:15 UTC (permalink / raw)
  To: Jean Delvare; +Cc: akpm, joe, gregkh, davem, m.chehab, swarren, linux-kernel

Hi Jean,

Thank you for reviewing my patch!

On 03/10/2014 10:05 AM, Jean Delvare wrote:
> Hi Michael,
>
> On Mon, 10 Mar 2014 09:54:15 +0100, Michael Opdenacker wrote:
>> Mail server reply:
>> Recipient address rejected: User unknown in virtual alias table
>>
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
>> ---
>>  MAINTAINERS | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b7befe758429..52ca18df1707 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4297,7 +4297,6 @@ X:	drivers/scsi/ibmvscsi/ibmvstgt.c
>>  
>>  IBM ServeRAID RAID DRIVER
>>  P:	Jack Hammer
> A name without an address isn't quite useful (this field is obsolete.)
>
>> -M:	Dave Jeffery <ipslinux@adaptec.com>
>>  W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
> This URL doesn't work for me.
>
>>  S:	Supported
> Which makes the validity of this claim rather dubious. I'd suggest you
> remove the P and W fields change S to Orphaned.
>
>>  F:	drivers/scsi/ips.*
This all makes sense to me. I'll send an update.

Thanks again,

Michael.

-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


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

* Re: [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
  2014-03-10  9:15   ` Paul Bolle
@ 2014-03-10  9:22     ` Michael Opdenacker
  2014-03-10  9:29       ` Paul Bolle
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10  9:22 UTC (permalink / raw)
  To: Paul Bolle, Jean Delvare
  Cc: akpm, joe, gregkh, davem, m.chehab, swarren, linux-kernel

On 03/10/2014 10:15 AM, Paul Bolle wrote:
> On Mon, 2014-03-10 at 10:05 +0100, Jean Delvare wrote:
>> I'd suggest you remove the P and W fields change S to Orphaned.
> And add Jack Hammer and Dave Jeffery to CREDITS?
I could, but is this the way to go? CREDITS only got 13 updates in 2013.
It would probably change much more often if we did credit all past
maintainers...

I'm just clueless about this. That's why I'm asking.

Michael.

-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


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

* Re: [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address
  2014-03-10  9:22     ` Michael Opdenacker
@ 2014-03-10  9:29       ` Paul Bolle
  2014-03-10 12:42         ` [PATCH v2] MAINTAINERS: update IBM ServeRAID RAID info Michael Opdenacker
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Bolle @ 2014-03-10  9:29 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: Jean Delvare, akpm, joe, gregkh, davem, m.chehab, swarren, linux-kernel

On Mon, 2014-03-10 at 10:22 +0100, Michael Opdenacker wrote:
> On 03/10/2014 10:15 AM, Paul Bolle wrote:
> > And add Jack Hammer and Dave Jeffery to CREDITS?
> I could, but is this the way to go? CREDITS only got 13 updates in 2013.
> It would probably change much more often if we did credit all past
> maintainers...

It seems the (informal) rule is to add people to CREDITS when they get
dropped from MAINTAINERS. Because it's the civil thing to do, I guess.


Paul Bolle



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

* [PATCH v2] MAINTAINERS: update IBM ServeRAID RAID info
  2014-03-10  9:29       ` Paul Bolle
@ 2014-03-10 12:42         ` Michael Opdenacker
  2014-03-10 12:46           ` Michael Opdenacker
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10 12:42 UTC (permalink / raw)
  To: khali, akpm
  Cc: jg1.han, chris.cheney, mikpe, konrad.wilk, geert, joe, gregkh,
	davem, m.chehab, swarren, linux-kernel, dhjeffery, jack_hammer,
	Michael Opdenacker

- Invalid maintainer e-mail address:
  Mail server reply:
  Recipient address rejected: User unknown in virtual alias table
- Remove no longer working webpage URL
- Remove obsolete "Person" field
- Move status to "Orphan"
- Add Dave Jeffery and Jack Hammer to the CREDITS file

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 CREDITS     | 8 ++++++++
 MAINTAINERS | 5 +----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CREDITS b/CREDITS
index e371c5504a50..6621cb9e7992 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1370,6 +1370,10 @@ S: 17 rue Danton
 S: F - 94270 Le Kremlin-Bicêtre
 S: France
 
+N: Jack Hammer
+E: jack_hammer@adaptec.com
+D: IBM ServeRAID RAID (ips) driver maintenance
+
 N: Greg Hankins
 E: gregh@cc.gatech.edu
 D: fixed keyboard driver to separate LED and locking status
@@ -1680,6 +1684,10 @@ S: Reading
 S: RG6 2NU
 S: United Kingdom
 
+N: Dave Jeffery
+E: dhjeffery@gmail.com
+D: SCSI hacks and IBM ServeRAID RAID driver maintenance
+
 N: Jakub Jelinek
 E: jakub@redhat.com
 W: http://sunsite.mff.cuni.cz/~jj
diff --git a/MAINTAINERS b/MAINTAINERS
index b7befe758429..dbf4ca466efa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4296,10 +4296,7 @@ F:	drivers/scsi/ibmvscsi/
 X:	drivers/scsi/ibmvscsi/ibmvstgt.c
 
 IBM ServeRAID RAID DRIVER
-P:	Jack Hammer
-M:	Dave Jeffery <ipslinux@adaptec.com>
-W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
-S:	Supported
+S:	Orphan
 F:	drivers/scsi/ips.*
 
 ICH LPC AND GPIO DRIVER
-- 
1.8.3.2


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

* Re: [PATCH v2] MAINTAINERS: update IBM ServeRAID RAID info
  2014-03-10 12:42         ` [PATCH v2] MAINTAINERS: update IBM ServeRAID RAID info Michael Opdenacker
@ 2014-03-10 12:46           ` Michael Opdenacker
  2014-03-10 12:50             ` [PATCH v3] " Michael Opdenacker
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10 12:46 UTC (permalink / raw)
  To: khali, akpm
  Cc: jg1.han, chris.cheney, konrad.wilk, geert, joe, gregkh, davem,
	m.chehab, swarren, linux-kernel, dhjeffery

This allowed me to check that Jack Hammer's e-mail address no longer
works. I will send a v3 update.

Michael.

On 03/10/2014 01:42 PM, Michael Opdenacker wrote:
> - Invalid maintainer e-mail address:
>   Mail server reply:
>   Recipient address rejected: User unknown in virtual alias table
> - Remove no longer working webpage URL
> - Remove obsolete "Person" field
> - Move status to "Orphan"
> - Add Dave Jeffery and Jack Hammer to the CREDITS file
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  CREDITS     | 8 ++++++++
>  MAINTAINERS | 5 +----
>  2 files changed, 9 insertions(+), 4 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index e371c5504a50..6621cb9e7992 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1370,6 +1370,10 @@ S: 17 rue Danton
>  S: F - 94270 Le Kremlin-Bicêtre
>  S: France
>  
> +N: Jack Hammer
> +E: jack_hammer@adaptec.com
> +D: IBM ServeRAID RAID (ips) driver maintenance
> +
>  N: Greg Hankins
>  E: gregh@cc.gatech.edu
>  D: fixed keyboard driver to separate LED and locking status
> @@ -1680,6 +1684,10 @@ S: Reading
>  S: RG6 2NU
>  S: United Kingdom
>  
> +N: Dave Jeffery
> +E: dhjeffery@gmail.com
> +D: SCSI hacks and IBM ServeRAID RAID driver maintenance
> +
>  N: Jakub Jelinek
>  E: jakub@redhat.com
>  W: http://sunsite.mff.cuni.cz/~jj
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b7befe758429..dbf4ca466efa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4296,10 +4296,7 @@ F:	drivers/scsi/ibmvscsi/
>  X:	drivers/scsi/ibmvscsi/ibmvstgt.c
>  
>  IBM ServeRAID RAID DRIVER
> -P:	Jack Hammer
> -M:	Dave Jeffery <ipslinux@adaptec.com>
> -W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
> -S:	Supported
> +S:	Orphan
>  F:	drivers/scsi/ips.*
>  
>  ICH LPC AND GPIO DRIVER


-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


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

* [PATCH v3] MAINTAINERS: update IBM ServeRAID RAID info
  2014-03-10 12:46           ` Michael Opdenacker
@ 2014-03-10 12:50             ` Michael Opdenacker
  2014-03-10 14:48               ` Jean Delvare
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Opdenacker @ 2014-03-10 12:50 UTC (permalink / raw)
  To: khali, akpm
  Cc: jg1.han, chris.cheney, konrad.wilk, geert, joe, gregkh, davem,
	m.chehab, swarren, linux-kernel, dhjeffery, Michael Opdenacker

- Invalid maintainer e-mail address:
  Mail server reply:
  Recipient address rejected: User unknown in virtual alias table
- Remove no longer working webpage URL
- Remove obsolete "Person" field
- Move status to "Orphan"
- Add Dave Jeffery and Jack Hammer to the CREDITS file

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 CREDITS     | 7 +++++++
 MAINTAINERS | 5 +----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/CREDITS b/CREDITS
index e371c5504a50..0ffb4f68bb33 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1370,6 +1370,9 @@ S: 17 rue Danton
 S: F - 94270 Le Kremlin-Bicêtre
 S: France
 
+N: Jack Hammer
+D: IBM ServeRAID RAID (ips) driver maintenance
+
 N: Greg Hankins
 E: gregh@cc.gatech.edu
 D: fixed keyboard driver to separate LED and locking status
@@ -1680,6 +1683,10 @@ S: Reading
 S: RG6 2NU
 S: United Kingdom
 
+N: Dave Jeffery
+E: dhjeffery@gmail.com
+D: SCSI hacks and IBM ServeRAID RAID driver maintenance
+
 N: Jakub Jelinek
 E: jakub@redhat.com
 W: http://sunsite.mff.cuni.cz/~jj
diff --git a/MAINTAINERS b/MAINTAINERS
index b7befe758429..dbf4ca466efa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4296,10 +4296,7 @@ F:	drivers/scsi/ibmvscsi/
 X:	drivers/scsi/ibmvscsi/ibmvstgt.c
 
 IBM ServeRAID RAID DRIVER
-P:	Jack Hammer
-M:	Dave Jeffery <ipslinux@adaptec.com>
-W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
-S:	Supported
+S:	Orphan
 F:	drivers/scsi/ips.*
 
 ICH LPC AND GPIO DRIVER
-- 
1.8.3.2


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

* Re: [PATCH v3] MAINTAINERS: update IBM ServeRAID RAID info
  2014-03-10 12:50             ` [PATCH v3] " Michael Opdenacker
@ 2014-03-10 14:48               ` Jean Delvare
  2014-03-10 23:40                 ` Jingoo Han
  0 siblings, 1 reply; 11+ messages in thread
From: Jean Delvare @ 2014-03-10 14:48 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: akpm, jg1.han, chris.cheney, konrad.wilk, geert, joe, gregkh,
	davem, m.chehab, swarren, linux-kernel, dhjeffery

On Mon, 10 Mar 2014 13:50:05 +0100, Michael Opdenacker wrote:
> - Invalid maintainer e-mail address:
>   Mail server reply:
>   Recipient address rejected: User unknown in virtual alias table
> - Remove no longer working webpage URL
> - Remove obsolete "Person" field
> - Move status to "Orphan"
> - Add Dave Jeffery and Jack Hammer to the CREDITS file
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  CREDITS     | 7 +++++++
>  MAINTAINERS | 5 +----
>  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index e371c5504a50..0ffb4f68bb33 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1370,6 +1370,9 @@ S: 17 rue Danton
>  S: F - 94270 Le Kremlin-Bicêtre
>  S: France
>  
> +N: Jack Hammer
> +D: IBM ServeRAID RAID (ips) driver maintenance
> +
>  N: Greg Hankins
>  E: gregh@cc.gatech.edu
>  D: fixed keyboard driver to separate LED and locking status
> @@ -1680,6 +1683,10 @@ S: Reading
>  S: RG6 2NU
>  S: United Kingdom
>  
> +N: Dave Jeffery
> +E: dhjeffery@gmail.com
> +D: SCSI hacks and IBM ServeRAID RAID driver maintenance
> +
>  N: Jakub Jelinek
>  E: jakub@redhat.com
>  W: http://sunsite.mff.cuni.cz/~jj
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b7befe758429..dbf4ca466efa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4296,10 +4296,7 @@ F:	drivers/scsi/ibmvscsi/
>  X:	drivers/scsi/ibmvscsi/ibmvstgt.c
>  
>  IBM ServeRAID RAID DRIVER
> -P:	Jack Hammer
> -M:	Dave Jeffery <ipslinux@adaptec.com>
> -W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
> -S:	Supported
> +S:	Orphan
>  F:	drivers/scsi/ips.*
>  
>  ICH LPC AND GPIO DRIVER

Reviewed-by: Jean Delvare <jdelvare@suse.de>

-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH v3] MAINTAINERS: update IBM ServeRAID RAID info
  2014-03-10 14:48               ` Jean Delvare
@ 2014-03-10 23:40                 ` Jingoo Han
  0 siblings, 0 replies; 11+ messages in thread
From: Jingoo Han @ 2014-03-10 23:40 UTC (permalink / raw)
  To: 'Michael Opdenacker'
  Cc: 'Jean Delvare',
	akpm, chris.cheney, konrad.wilk, geert, joe, gregkh, davem,
	m.chehab, swarren, linux-kernel, dhjeffery, 'Jingoo Han'

On Monday, March 10, 2014 11:49 PM, Jean Delvare wrote:
> On Mon, 10 Mar 2014 13:50:05 +0100, Michael Opdenacker wrote:
> > - Invalid maintainer e-mail address:
> >   Mail server reply:
> >   Recipient address rejected: User unknown in virtual alias table
> > - Remove no longer working webpage URL
> > - Remove obsolete "Person" field
> > - Move status to "Orphan"
> > - Add Dave Jeffery and Jack Hammer to the CREDITS file
> >
> > Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> > ---
> >  CREDITS     | 7 +++++++
> >  MAINTAINERS | 5 +----
> >  2 files changed, 8 insertions(+), 4 deletions(-)
> >
> > diff --git a/CREDITS b/CREDITS
> > index e371c5504a50..0ffb4f68bb33 100644
> > --- a/CREDITS
> > +++ b/CREDITS
> > @@ -1370,6 +1370,9 @@ S: 17 rue Danton
> >  S: F - 94270 Le Kremlin-Bicêtre
> >  S: France
> >
> > +N: Jack Hammer
> > +D: IBM ServeRAID RAID (ips) driver maintenance
> > +
> >  N: Greg Hankins
> >  E: gregh@cc.gatech.edu
> >  D: fixed keyboard driver to separate LED and locking status
> > @@ -1680,6 +1683,10 @@ S: Reading
> >  S: RG6 2NU
> >  S: United Kingdom
> >
> > +N: Dave Jeffery
> > +E: dhjeffery@gmail.com
> > +D: SCSI hacks and IBM ServeRAID RAID driver maintenance
> > +
> >  N: Jakub Jelinek
> >  E: jakub@redhat.com
> >  W: http://sunsite.mff.cuni.cz/~jj
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index b7befe758429..dbf4ca466efa 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4296,10 +4296,7 @@ F:	drivers/scsi/ibmvscsi/
> >  X:	drivers/scsi/ibmvscsi/ibmvstgt.c
> >
> >  IBM ServeRAID RAID DRIVER
> > -P:	Jack Hammer
> > -M:	Dave Jeffery <ipslinux@adaptec.com>
> > -W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
> > -S:	Supported
> > +S:	Orphan
> >  F:	drivers/scsi/ips.*
> >
> >  ICH LPC AND GPIO DRIVER
> 
> Reviewed-by: Jean Delvare <jdelvare@suse.de>

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> 
> --
> Jean Delvare
> SUSE L3 Support


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

end of thread, other threads:[~2014-03-10 23:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-10  8:54 [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address Michael Opdenacker
2014-03-10  9:05 ` Jean Delvare
2014-03-10  9:15   ` Paul Bolle
2014-03-10  9:22     ` Michael Opdenacker
2014-03-10  9:29       ` Paul Bolle
2014-03-10 12:42         ` [PATCH v2] MAINTAINERS: update IBM ServeRAID RAID info Michael Opdenacker
2014-03-10 12:46           ` Michael Opdenacker
2014-03-10 12:50             ` [PATCH v3] " Michael Opdenacker
2014-03-10 14:48               ` Jean Delvare
2014-03-10 23:40                 ` Jingoo Han
2014-03-10  9:15   ` [PATCH] MAINTAINERS: remove invalid IBM ServeRAID RAID maintainer address Michael Opdenacker

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).