All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Fix linux-pm address
@ 2012-01-19 13:18 Antti P Miettinen
  2012-01-19 13:32 ` Srivatsa S. Bhat
  0 siblings, 1 reply; 5+ messages in thread
From: Antti P Miettinen @ 2012-01-19 13:18 UTC (permalink / raw)
  To: linux-pm

Current linux-pm mailing list address seems to be
linux-pm@lists.linux-foundation.org.

Signed-off-by: Antti P Miettinen <amiettinen@nvidia.com>
---
 MAINTAINERS |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 56818fe..6038cb8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2805,7 +2805,7 @@ F:	fs/freevxfs/
 FREEZER
 M:	Pavel Machek <pavel@ucw.cz>
 M:	"Rafael J. Wysocki" <rjw@sisk.pl>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 S:	Supported
 F:	Documentation/power/freezing-of-tasks.txt
 F:	include/linux/freezer.h
@@ -3083,7 +3083,7 @@ F:	drivers/video/hgafb.c
 HIBERNATION (aka Software Suspend, aka swsusp)
 M:	Pavel Machek <pavel@ucw.cz>
 M:	"Rafael J. Wysocki" <rjw@sisk.pl>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 S:	Supported
 F:	arch/x86/power/
 F:	drivers/base/power/
@@ -3296,7 +3296,7 @@ F:	drivers/ide/ide-cd*
 
 IDLE-I7300
 M:	Andy Henroid <andrew.d.henroid@intel.com>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 S:	Supported
 F:	drivers/idle/i7300_idle.c
 
@@ -3379,7 +3379,7 @@ F:	firmware/isci/
 
 INTEL IDLE DRIVER
 M:	Len Brown <lenb@kernel.org>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
 S:	Supported
 F:	drivers/idle/intel_idle.c
@@ -3476,7 +3476,7 @@ F:	drivers/net/ethernet/intel/
 
 INTEL MRST PMU DRIVER
 M:	Len Brown <len.brown@intel.com>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 S:	Supported
 F:	arch/x86/platform/mrst/pmu.*
 
@@ -6469,7 +6469,7 @@ SUSPEND TO RAM
 M:	Len Brown <len.brown@intel.com>
 M:	Pavel Machek <pavel@ucw.cz>
 M:	"Rafael J. Wysocki" <rjw@sisk.pl>
-L:	linux-pm@vger.kernel.org
+L:	linux-pm@lists.linux-foundation.org
 S:	Supported
 F:	Documentation/power/
 F:	arch/x86/kernel/acpi/
-- 
1.7.4.1

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

* Re: [PATCH] MAINTAINERS: Fix linux-pm address
  2012-01-19 13:18 [PATCH] MAINTAINERS: Fix linux-pm address Antti P Miettinen
@ 2012-01-19 13:32 ` Srivatsa S. Bhat
  2012-01-19 15:30   ` Alan Stern
  0 siblings, 1 reply; 5+ messages in thread
From: Srivatsa S. Bhat @ 2012-01-19 13:32 UTC (permalink / raw)
  To: Antti P Miettinen; +Cc: linux-pm, Linux PM mailing list

On 01/19/2012 06:48 PM, Antti P Miettinen wrote:

> Current linux-pm mailing list address seems to be
> linux-pm@lists.linux-foundation.org.
> 


Actually now both the mailing list addresses work.

Regards,
Srivatsa S. Bhat

> Signed-off-by: Antti P Miettinen <amiettinen@nvidia.com>
> ---
>  MAINTAINERS |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 56818fe..6038cb8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2805,7 +2805,7 @@ F:	fs/freevxfs/
>  FREEZER
>  M:	Pavel Machek <pavel@ucw.cz>
>  M:	"Rafael J. Wysocki" <rjw@sisk.pl>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  S:	Supported
>  F:	Documentation/power/freezing-of-tasks.txt
>  F:	include/linux/freezer.h
> @@ -3083,7 +3083,7 @@ F:	drivers/video/hgafb.c
>  HIBERNATION (aka Software Suspend, aka swsusp)
>  M:	Pavel Machek <pavel@ucw.cz>
>  M:	"Rafael J. Wysocki" <rjw@sisk.pl>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  S:	Supported
>  F:	arch/x86/power/
>  F:	drivers/base/power/
> @@ -3296,7 +3296,7 @@ F:	drivers/ide/ide-cd*
> 
>  IDLE-I7300
>  M:	Andy Henroid <andrew.d.henroid@intel.com>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  S:	Supported
>  F:	drivers/idle/i7300_idle.c
> 
> @@ -3379,7 +3379,7 @@ F:	firmware/isci/
> 
>  INTEL IDLE DRIVER
>  M:	Len Brown <lenb@kernel.org>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
>  S:	Supported
>  F:	drivers/idle/intel_idle.c
> @@ -3476,7 +3476,7 @@ F:	drivers/net/ethernet/intel/
> 
>  INTEL MRST PMU DRIVER
>  M:	Len Brown <len.brown@intel.com>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  S:	Supported
>  F:	arch/x86/platform/mrst/pmu.*
> 
> @@ -6469,7 +6469,7 @@ SUSPEND TO RAM
>  M:	Len Brown <len.brown@intel.com>
>  M:	Pavel Machek <pavel@ucw.cz>
>  M:	"Rafael J. Wysocki" <rjw@sisk.pl>
> -L:	linux-pm@vger.kernel.org
> +L:	linux-pm@lists.linux-foundation.org
>  S:	Supported
>  F:	Documentation/power/
>  F:	arch/x86/kernel/acpi/

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

* Re: [PATCH] MAINTAINERS: Fix linux-pm address
  2012-01-19 13:32 ` Srivatsa S. Bhat
@ 2012-01-19 15:30   ` Alan Stern
  2012-01-19 21:56     ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Stern @ 2012-01-19 15:30 UTC (permalink / raw)
  To: Antti P Miettinen; +Cc: linux-pm, Srivatsa S. Bhat, Linux PM mailing list

On Thu, 19 Jan 2012, Srivatsa S. Bhat wrote:

> On 01/19/2012 06:48 PM, Antti P Miettinen wrote:
> 
> > Current linux-pm mailing list address seems to be
> > linux-pm@lists.linux-foundation.org.
> > 
> 
> 
> Actually now both the mailing list addresses work.

The lists.linux-foundation.org address was linux-pm's original home.  
The vger.kernel.org addresss was created when the Linux Foundation's
listserv went down last summer; it is now regarded as linux-pm's
primary address even though both addresses are working.

See commit bf1c138e350155edb06709c7fbf0946f252b257c (MAINTAINERS:
Update linux-pm list address).

Alan Stern

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

* Re: [PATCH] MAINTAINERS: Fix linux-pm address
  2012-01-19 15:30   ` Alan Stern
@ 2012-01-19 21:56     ` Rafael J. Wysocki
  2012-01-22 10:50       ` Antti P Miettinen
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-01-19 21:56 UTC (permalink / raw)
  To: Alan Stern
  Cc: linux-pm, Antti P Miettinen, Srivatsa S. Bhat, Linux PM mailing list

On Thursday, January 19, 2012, Alan Stern wrote:
> On Thu, 19 Jan 2012, Srivatsa S. Bhat wrote:
> 
> > On 01/19/2012 06:48 PM, Antti P Miettinen wrote:
> > 
> > > Current linux-pm mailing list address seems to be
> > > linux-pm@lists.linux-foundation.org.
> > > 
> > 
> > 
> > Actually now both the mailing list addresses work.
> 
> The lists.linux-foundation.org address was linux-pm's original home.  
> The vger.kernel.org addresss was created when the Linux Foundation's
> listserv went down last summer; it is now regarded as linux-pm's
> primary address even though both addresses are working.
> 
> See commit bf1c138e350155edb06709c7fbf0946f252b257c (MAINTAINERS:
> Update linux-pm list address).

That's correct.

Thanks,
Rafael

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

* Re: [PATCH] MAINTAINERS: Fix linux-pm address
  2012-01-19 21:56     ` Rafael J. Wysocki
@ 2012-01-22 10:50       ` Antti P Miettinen
  0 siblings, 0 replies; 5+ messages in thread
From: Antti P Miettinen @ 2012-01-22 10:50 UTC (permalink / raw)
  To: linux-pm

"Rafael J. Wysocki" <rjw@sisk.pl> writes:
> On Thursday, January 19, 2012, Alan Stern wrote:
>> On Thu, 19 Jan 2012, Srivatsa S. Bhat wrote:
>> 
>> > On 01/19/2012 06:48 PM, Antti P Miettinen wrote:
>> > 
>> > > Current linux-pm mailing list address seems to be
>> > > linux-pm@lists.linux-foundation.org.
>> > > 
>> > 
>> > 
>> > Actually now both the mailing list addresses work.
>> 
>> The lists.linux-foundation.org address was linux-pm's original home.  
>> The vger.kernel.org addresss was created when the Linux Foundation's
>> listserv went down last summer; it is now regarded as linux-pm's
>> primary address even though both addresses are working.
>> 
>> See commit bf1c138e350155edb06709c7fbf0946f252b257c (MAINTAINERS:
>> Update linux-pm list address).
>
> That's correct.
>
> Thanks,
> Rafael

OK - I was probably seeing just a transient problem. Sorry for the
noise.

	--Antti

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

end of thread, other threads:[~2012-01-22 10:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19 13:18 [PATCH] MAINTAINERS: Fix linux-pm address Antti P Miettinen
2012-01-19 13:32 ` Srivatsa S. Bhat
2012-01-19 15:30   ` Alan Stern
2012-01-19 21:56     ` Rafael J. Wysocki
2012-01-22 10:50       ` Antti P Miettinen

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.