* [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
@ 2013-09-25 19:54 Joe Perches
2013-09-25 20:09 ` Dave Jones
2014-03-11 10:51 ` Geert Uytterhoeven
0 siblings, 2 replies; 11+ messages in thread
From: Joe Perches @ 2013-09-25 19:54 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, Inaky Perez-Gonzalez
Mark it so.
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e61c2e8..a386a22 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4414,7 +4414,7 @@ F: arch/x86/kernel/tboot.c
INTEL WIRELESS WIMAX CONNECTION 2400
M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
M: linux-wimax@intel.com
-L: wimax@linuxwimax.org
+L: wimax@linuxwimax.org (subscribers-only)
S: Supported
W: http://linuxwimax.org
F: Documentation/wimax/README.i2400m
@@ -9225,7 +9225,7 @@ F: drivers/media/rc/winbond-cir.c
WIMAX STACK
M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
M: linux-wimax@intel.com
-L: wimax@linuxwimax.org
+L: wimax@linuxwimax.org (subscribers-only)
S: Supported
W: http://linuxwimax.org
F: Documentation/wimax/README.wimax
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-25 19:54 [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only Joe Perches
@ 2013-09-25 20:09 ` Dave Jones
2013-09-25 22:23 ` Joe Perches
2014-03-11 10:51 ` Geert Uytterhoeven
1 sibling, 1 reply; 11+ messages in thread
From: Dave Jones @ 2013-09-25 20:09 UTC (permalink / raw)
To: Joe Perches; +Cc: Andrew Morton, LKML, Inaky Perez-Gonzalez
On Wed, Sep 25, 2013 at 12:54:52PM -0700, Joe Perches wrote:
> Mark it so.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e61c2e8..a386a22 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4414,7 +4414,7 @@ F: arch/x86/kernel/tboot.c
> INTEL WIRELESS WIMAX CONNECTION 2400
> M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> M: linux-wimax@intel.com
> -L: wimax@linuxwimax.org
> +L: wimax@linuxwimax.org (subscribers-only)
> S: Supported
> W: http://linuxwimax.org
> F: Documentation/wimax/README.i2400m
> @@ -9225,7 +9225,7 @@ F: drivers/media/rc/winbond-cir.c
> WIMAX STACK
> M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> M: linux-wimax@intel.com
> -L: wimax@linuxwimax.org
> +L: wimax@linuxwimax.org (subscribers-only)
> S: Supported
> W: http://linuxwimax.org
> F: Documentation/wimax/README.wimax
The W: link is dead.
Given wimax never really took off, is there any point in keeping this in the kernel at all ?
We turned off the drivers in Fedora a while ago, and just threw out the userspace parts.
I wouldn't be surprised to learn of other distributions doing the same.
Dave
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-25 20:09 ` Dave Jones
@ 2013-09-25 22:23 ` Joe Perches
2013-09-26 18:11 ` Perez-Gonzalez, Inaky
0 siblings, 1 reply; 11+ messages in thread
From: Joe Perches @ 2013-09-25 22:23 UTC (permalink / raw)
To: Dave Jones; +Cc: Andrew Morton, LKML, Inaky Perez-Gonzalez
On Wed, 2013-09-25 at 16:09 -0400, Dave Jones wrote:
> On Wed, Sep 25, 2013 at 12:54:52PM -0700, Joe Perches wrote:
> > Mark it so.
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > @@ -4414,7 +4414,7 @@ F: arch/x86/kernel/tboot.c
> > INTEL WIRELESS WIMAX CONNECTION 2400
> > M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> > M: linux-wimax@intel.com
> > -L: wimax@linuxwimax.org
> > +L: wimax@linuxwimax.org (subscribers-only)
> > S: Supported
> > W: http://linuxwimax.org
> > F: Documentation/wimax/README.i2400m
> > @@ -9225,7 +9225,7 @@ F: drivers/media/rc/winbond-cir.c
> > WIMAX STACK
> > M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> > M: linux-wimax@intel.com
> > -L: wimax@linuxwimax.org
> > +L: wimax@linuxwimax.org (subscribers-only)
> > S: Supported
> > W: http://linuxwimax.org
> > F: Documentation/wimax/README.wimax
>
> The W: link is dead.
>
> Given wimax never really took off, is there any point in keeping this in the kernel at all ?
> We turned off the drivers in Fedora a while ago, and just threw out the userspace parts.
> I wouldn't be surprised to learn of other distributions doing the same.
Inaky?
Are you doing any work on this at all?
Should this be deleted?
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-25 22:23 ` Joe Perches
@ 2013-09-26 18:11 ` Perez-Gonzalez, Inaky
2013-09-26 22:01 ` Joe Perches
0 siblings, 1 reply; 11+ messages in thread
From: Perez-Gonzalez, Inaky @ 2013-09-26 18:11 UTC (permalink / raw)
To: Joe Perches, Dave Jones; +Cc: Andrew Morton, LKML
> From: Joe Perches [mailto:joe@perches.com]
> >
> > The W: link is dead.
> >
> > Given wimax never really took off, is there any point in keeping this in the kernel at all ?
> > We turned off the drivers in Fedora a while ago, and just threw out the userspace parts.
> > I wouldn't be surprised to learn of other distributions doing the same.
>
> Inaky?
> Are you doing any work on this at all?
> Should this be deleted?
I do minimal maintenance, which in the last two years has been close to zero.
I do get, however, occasional support requests (serviced as time permits) from
South America and Russia, which makes me think they use it. How much, I don't
know.
Unless it is a pain, I'd keep it there
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-26 18:11 ` Perez-Gonzalez, Inaky
@ 2013-09-26 22:01 ` Joe Perches
2013-09-26 22:09 ` Perez-Gonzalez, Inaky
0 siblings, 1 reply; 11+ messages in thread
From: Joe Perches @ 2013-09-26 22:01 UTC (permalink / raw)
To: Perez-Gonzalez, Inaky; +Cc: Dave Jones, Andrew Morton, LKML
On Thu, 2013-09-26 at 18:11 +0000, Perez-Gonzalez, Inaky wrote:
> > From: Joe Perches [mailto:joe@perches.com]
> > >
> > > The W: link is dead.
> > >
> > > Given wimax never really took off, is there any point in keeping this in the kernel at all ?
> > > We turned off the drivers in Fedora a while ago, and just threw out the userspace parts.
> > > I wouldn't be surprised to learn of other distributions doing the same.
> >
> > Inaky?
> > Are you doing any work on this at all?
> > Should this be deleted?
>
> I do minimal maintenance, which in the last two years has been close to zero.
>
> I do get, however, occasional support requests (serviced as time permits) from
> South America and Russia, which makes me think they use it. How much, I don't
> know.
>
> Unless it is a pain, I'd keep it there
I think you should take the initial MAINTAINERS patch
that marks the mailing lists as subscribers-only.
I don't subscribe and got useless bounces.
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-26 22:01 ` Joe Perches
@ 2013-09-26 22:09 ` Perez-Gonzalez, Inaky
0 siblings, 0 replies; 11+ messages in thread
From: Perez-Gonzalez, Inaky @ 2013-09-26 22:09 UTC (permalink / raw)
To: Joe Perches; +Cc: Dave Jones, Andrew Morton, LKML
> From: Joe Perches [mailto:joe@perches.com]
>
> On Thu, 2013-09-26 at 18:11 +0000, Perez-Gonzalez, Inaky wrote:
> > > From: Joe Perches [mailto:joe@perches.com]
> > > >
> > > > The W: link is dead.
> > > >
> > > > Given wimax never really took off, is there any point in keeping this in
> the kernel at all ?
> > > > We turned off the drivers in Fedora a while ago, and just threw out the
> userspace parts.
> > > > I wouldn't be surprised to learn of other distributions doing the same.
> > >
> > > Inaky?
> > > Are you doing any work on this at all?
> > > Should this be deleted?
> >
> > I do minimal maintenance, which in the last two years has been close to
> zero.
> >
> > I do get, however, occasional support requests (serviced as time
> > permits) from South America and Russia, which makes me think they use
> > it. How much, I don't know.
> >
> > Unless it is a pain, I'd keep it there
>
> I think you should take the initial MAINTAINERS patch that marks the mailing
> lists as subscribers-only.
>
> I don't subscribe and got useless bounces.
ACK--do I need to do it and can the patch go straight to the tree?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2013-09-25 19:54 [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only Joe Perches
2013-09-25 20:09 ` Dave Jones
@ 2014-03-11 10:51 ` Geert Uytterhoeven
2014-03-11 21:27 ` ellis
1 sibling, 1 reply; 11+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:51 UTC (permalink / raw)
To: Joe Perches; +Cc: Andrew Morton, LKML, Inaky Perez-Gonzalez
On Wed, Sep 25, 2013 at 9:54 PM, Joe Perches <joe@perches.com> wrote:
> Mark it so.
>
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e61c2e8..a386a22 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4414,7 +4414,7 @@ F: arch/x86/kernel/tboot.c
> INTEL WIRELESS WIMAX CONNECTION 2400
> M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> M: linux-wimax@intel.com
> -L: wimax@linuxwimax.org
> +L: wimax@linuxwimax.org (subscribers-only)
> S: Supported
> W: http://linuxwimax.org
> F: Documentation/wimax/README.i2400m
> @@ -9225,7 +9225,7 @@ F: drivers/media/rc/winbond-cir.c
> WIMAX STACK
> M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
> M: linux-wimax@intel.com
> -L: wimax@linuxwimax.org
> +L: wimax@linuxwimax.org (subscribers-only)
> S: Supported
> W: http://linuxwimax.org
> F: Documentation/wimax/README.wimax
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2014-03-11 10:51 ` Geert Uytterhoeven
@ 2014-03-11 21:27 ` ellis
2014-03-11 21:36 ` Geert Uytterhoeven
0 siblings, 1 reply; 11+ messages in thread
From: ellis @ 2014-03-11 21:27 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-kernel
>> W: http://linuxwimax.org
That URL doesn't work. There's no address associated with the domain.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2014-03-11 21:27 ` ellis
@ 2014-03-11 21:36 ` Geert Uytterhoeven
2014-03-11 21:52 ` Joe Perches
0 siblings, 1 reply; 11+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 21:36 UTC (permalink / raw)
To: ellis; +Cc: linux-kernel@vger.kernel.org
On Tue, Mar 11, 2014 at 10:27 PM, <ellis@spinics.net> wrote:
>>> W: http://linuxwimax.org
>
> That URL doesn't work. There's no address associated with the domain.
That's material for another patch.
Fortunately we're not pasting the URLs from get_maintainer.pl into
git send-email.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2014-03-11 21:36 ` Geert Uytterhoeven
@ 2014-03-11 21:52 ` Joe Perches
2014-03-11 22:31 ` Perez-Gonzalez, Inaky
0 siblings, 1 reply; 11+ messages in thread
From: Joe Perches @ 2014-03-11 21:52 UTC (permalink / raw)
To: Geert Uytterhoeven, Inaky Perez-Gonzalez
Cc: ellis, linux-kernel@vger.kernel.org
On Tue, 2014-03-11 at 22:36 +0100, Geert Uytterhoeven wrote:
> On Tue, Mar 11, 2014 at 10:27 PM, <ellis@spinics.net> wrote:
> >>> W: http://linuxwimax.org
> > That URL doesn't work. There's no address associated with the domain.
> That's material for another patch.
> Fortunately we're not pasting the URLs from get_maintainer.pl into
> git send-email.
The archive of the mailing list looks as if it's been
dead for years.
https://lists.linuxwimax.org/pipermail/wimax/
Inaky, is this still alive at all?
If not, I suggest orphaning both WIMAX STACK and the
INTEL WIRELESS WIMAX sections and removing Inaky
as maintainer.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
2014-03-11 21:52 ` Joe Perches
@ 2014-03-11 22:31 ` Perez-Gonzalez, Inaky
0 siblings, 0 replies; 11+ messages in thread
From: Perez-Gonzalez, Inaky @ 2014-03-11 22:31 UTC (permalink / raw)
To: Joe Perches
Cc: Geert Uytterhoeven, ellis@spinics.net,
linux-kernel@vger.kernel.org
(Sorry for the formatting, iPhone email)
The mailing list is alive (judging for all the spam bounces I get) but valid traffic has been pretty much nothing for a long time.
Patches have trickled through for the last years with me maybe once having to ack.
So I'm ok with either.
> On Mar 11, 2014, at 14:53, "Joe Perches" <joe@perches.com> wrote:
> The archive of the mailing list looks as if it's been
> dead for years.
>
> https://lists.linuxwimax.org/pipermail/wimax/
>
> Inaky, is this still alive at all?
>
> If not, I suggest orphaning both WIMAX STACK and the
> INTEL WIRELESS WIMAX sections and removing Inaky
> as maintainer.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-03-11 22:32 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 19:54 [PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only Joe Perches
2013-09-25 20:09 ` Dave Jones
2013-09-25 22:23 ` Joe Perches
2013-09-26 18:11 ` Perez-Gonzalez, Inaky
2013-09-26 22:01 ` Joe Perches
2013-09-26 22:09 ` Perez-Gonzalez, Inaky
2014-03-11 10:51 ` Geert Uytterhoeven
2014-03-11 21:27 ` ellis
2014-03-11 21:36 ` Geert Uytterhoeven
2014-03-11 21:52 ` Joe Perches
2014-03-11 22:31 ` Perez-Gonzalez, Inaky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox