* [PATCH 7/7] MAINTAINERS: update information for sfc network driver
@ 2009-08-26 18:19 Ben Hutchings
2009-08-26 18:47 ` Joe Perches
0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2009-08-26 18:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-net-drivers
Update the current maintainers and add our email addresses. Robert
Stonehouse has moved on to other projects.
Move the linux-net-drivers alias to the top since it should always
reach the current maintainers at Solarflare. Add netdev as the
relevant mailing list.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
MAINTAINERS | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 866253d..058ada4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4521,9 +4521,10 @@ S: Supported
F: drivers/net/benet/
SFC NETWORK DRIVER
-P: Steve Hodgson
-P: Ben Hutchings
-M: Robert Stonehouse <linux-net-drivers@solarflare.com>
+M: linux-net-drivers@solarflare.com (alias for current maintainers)
+M: Steve Hodgson <shodgson@solarflare.com>
+M: Ben Hutchings <bhutchings@solarflare.com>
+L: netdev@vger.kernel.org
S: Supported
F: drivers/net/sfc/
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 7/7] MAINTAINERS: update information for sfc network driver
2009-08-26 18:19 [PATCH 7/7] MAINTAINERS: update information for sfc network driver Ben Hutchings
@ 2009-08-26 18:47 ` Joe Perches
2009-08-27 1:04 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2009-08-26 18:47 UTC (permalink / raw)
To: Ben Hutchings; +Cc: David Miller, netdev, linux-net-drivers
On Wed, 2009-08-26 at 19:19 +0100, Ben Hutchings wrote:
> Update the current maintainers and add our email addresses. Robert
> Stonehouse has moved on to other projects.
>
> Move the linux-net-drivers alias to the top since it should always
> reach the current maintainers at Solarflare. Add netdev as the
> relevant mailing list.
[]
> +M: linux-net-drivers@solarflare.com (alias for current maintainers)
Hi Ben
This form: "M: bare address (extra stuff)" doesn't work
with the get_maintainers script.
Can you please use something like this instead?
M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
Perhaps this diff below.
diff --git a/MAINTAINERS b/MAINTAINERS
index 866253d..058ada4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4521,9 +4521,10 @@ S: Supported
F: drivers/net/benet/
SFC NETWORK DRIVER
-P: Steve Hodgson
-P: Ben Hutchings
-M: Robert Stonehouse <linux-net-drivers@solarflare.com>
+M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
+M: Steve Hodgson <shodgson@solarflare.com>
+M: Ben Hutchings <bhutchings@solarflare.com>
+L: netdev@vger.kernel.org
S: Supported
F: drivers/net/sfc/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 7/7] MAINTAINERS: update information for sfc network driver
2009-08-26 18:47 ` Joe Perches
@ 2009-08-27 1:04 ` David Miller
2009-08-27 12:23 ` Ben Hutchings
0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2009-08-27 1:04 UTC (permalink / raw)
To: joe; +Cc: bhutchings, netdev, linux-net-drivers
From: Joe Perches <joe@perches.com>
Date: Wed, 26 Aug 2009 11:47:47 -0700
> On Wed, 2009-08-26 at 19:19 +0100, Ben Hutchings wrote:
>> Update the current maintainers and add our email addresses. Robert
>> Stonehouse has moved on to other projects.
>>
>> Move the linux-net-drivers alias to the top since it should always
>> reach the current maintainers at Solarflare. Add netdev as the
>> relevant mailing list.
> []
>> +M: linux-net-drivers@solarflare.com (alias for current maintainers)
>
> Hi Ben
>
> This form: "M: bare address (extra stuff)" doesn't work
> with the get_maintainers script.
>
> Can you please use something like this instead?
>
> M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
>
> Perhaps this diff below.
Joe's version seems based upon reasonable requests, so I've
applied his diff.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 7/7] MAINTAINERS: update information for sfc network driver
2009-08-27 1:04 ` David Miller
@ 2009-08-27 12:23 ` Ben Hutchings
0 siblings, 0 replies; 4+ messages in thread
From: Ben Hutchings @ 2009-08-27 12:23 UTC (permalink / raw)
To: David Miller; +Cc: joe, netdev, linux-net-drivers
On Wed, 2009-08-26 at 18:04 -0700, David Miller wrote:
> From: Joe Perches <joe@perches.com>
> Date: Wed, 26 Aug 2009 11:47:47 -0700
>
> > On Wed, 2009-08-26 at 19:19 +0100, Ben Hutchings wrote:
> >> Update the current maintainers and add our email addresses. Robert
> >> Stonehouse has moved on to other projects.
> >>
> >> Move the linux-net-drivers alias to the top since it should always
> >> reach the current maintainers at Solarflare. Add netdev as the
> >> relevant mailing list.
> > []
> >> +M: linux-net-drivers@solarflare.com (alias for current maintainers)
> >
> > Hi Ben
> >
> > This form: "M: bare address (extra stuff)" doesn't work
> > with the get_maintainers script.
> >
> > Can you please use something like this instead?
> >
> > M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
> >
> > Perhaps this diff below.
>
> Joe's version seems based upon reasonable requests, so I've
> applied his diff.
>
> Thanks.
Ack, and thanks.
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-08-27 12:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 18:19 [PATCH 7/7] MAINTAINERS: update information for sfc network driver Ben Hutchings
2009-08-26 18:47 ` Joe Perches
2009-08-27 1:04 ` David Miller
2009-08-27 12:23 ` Ben Hutchings
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).