* [PATCH] cpufreq: correct broken links and email address
2008-10-10 9:35 [PATCH] cpufreq: correct broken links and email address Németh Márton
@ 2008-10-09 12:59 ` Németh Márton
2008-10-09 13:22 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Németh Márton @ 2008-10-09 12:59 UTC (permalink / raw)
To: cpufreq; +Cc: linux-kernel
From: Márton Németh <nm127@freemail.hu>
Replace the no longer working links and email address in the
documentation and in source code.
Signed-off-by: Márton Németh <nm127@freemail.hu>
---
diff -upr linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
--- linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c 2008-10-08 17:11:44.000000000 +0200
+++ linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c 2008-10-10 10:48:11.000000000 +0200
@@ -171,7 +171,7 @@ static unsigned int cpufreq_p4_get_frequ
}
if (c->x86 != 0xF) {
- printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU. Please send an e-mail to <cpufreq@lists.linux.org.uk>\n");
+ printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU. Please send an e-mail to <cpufreq@vger.kernel.org>\n");
return 0;
}
diff -upr linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
--- linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c 2008-10-08 17:11:44.000000000 +0200
+++ linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c 2008-10-10 10:48:39.000000000 +0200
@@ -26,7 +26,7 @@
#include <asm/cpufeature.h>
#define PFX "speedstep-centrino: "
-#define MAINTAINER "cpufreq@lists.linux.org.uk"
+#define MAINTAINER "cpufreq@vger.kernel.org"
#define dprintk(msg...) \
cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "speedstep-centrino", msg)
diff -upr linux-2.6.27-rc9.orig/Documentation/cpu-freq/index.txt linux-2.6.27-rc9.new/Documentation/cpu-freq/index.txt
--- linux-2.6.27-rc9.orig/Documentation/cpu-freq/index.txt 2008-07-13 23:51:29.000000000 +0200
+++ linux-2.6.27-rc9.new/Documentation/cpu-freq/index.txt 2008-10-10 10:46:08.000000000 +0200
@@ -35,11 +35,9 @@ Mailing List
------------
There is a CPU frequency changing CVS commit and general list where
you can report bugs, problems or submit patches. To post a message,
-send an email to cpufreq@lists.linux.org.uk, to subscribe go to
-http://lists.linux.org.uk/mailman/listinfo/cpufreq. Previous post to the
-mailing list are available to subscribers at
-http://lists.linux.org.uk/mailman/private/cpufreq/.
-
+send an email to cpufreq@vger.kernel.org, to subscribe go to
+http://vger.kernel.org/vger-lists.html#cpufreq and follow the
+instructions there.
Links
-----
@@ -50,7 +48,7 @@ how to access the CVS repository:
* http://cvs.arm.linux.org.uk/
the CPUFreq Mailing list:
-* http://lists.linux.org.uk/mailman/listinfo/cpufreq
+* http://vger.kernel.org/vger-lists.html#cpufreq
Clock and voltage scaling for the SA-1100:
* http://www.lartmaker.nl/projects/scaling
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cpufreq: correct broken links and email address
2008-10-09 12:59 ` Németh Márton
@ 2008-10-09 13:22 ` Alan Cox
2008-10-09 17:50 ` Dave Jones
0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2008-10-09 13:22 UTC (permalink / raw)
To: Németh Márton; +Cc: cpufreq, linux-kernel
On Thu, 09 Oct 2008 14:59:17 +0200
Németh Márton <nm127@freemail.hu> wrote:
> From: Márton Németh <nm127@freemail.hu>
>
> Replace the no longer working links and email address in the
> documentation and in source code.
>
> Signed-off-by: Márton Németh <nm127@freemail.hu>
Someone needs to update the bugzilla addresses for cpufreq bugs too I
think..
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cpufreq: correct broken links and email address
2008-10-09 13:22 ` Alan Cox
@ 2008-10-09 17:50 ` Dave Jones
0 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2008-10-09 17:50 UTC (permalink / raw)
To: Alan Cox; +Cc: Németh Márton, cpufreq, linux-kernel
On Thu, Oct 09, 2008 at 02:22:15PM +0100, Alan Cox wrote:
> On Thu, 09 Oct 2008 14:59:17 +0200
> Németh Márton <nm127@freemail.hu> wrote:
>
> > From: Márton Németh <nm127@freemail.hu>
> >
> > Replace the no longer working links and email address in the
> > documentation and in source code.
> >
> > Signed-off-by: Márton Németh <nm127@freemail.hu>
>
> Someone needs to update the bugzilla addresses for cpufreq bugs too I
> think..
I did that when the list moved.
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] cpufreq: correct broken links and email address
@ 2008-10-10 9:35 Németh Márton
2008-10-09 12:59 ` Németh Márton
0 siblings, 1 reply; 4+ messages in thread
From: Németh Márton @ 2008-10-10 9:35 UTC (permalink / raw)
To: cpufreq; +Cc: linux-kernel
From: Márton Németh <nm127@freemail.hu>
Replace the no longer working links and email address in the
documentation and in source code.
Signed-off-by: Márton Németh <nm127@freemail.hu>
---
diff -upr
linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
--- linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
2008-10-08 17:11:44.000000000 +0200
+++ linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
2008-10-10 10:48:11.000000000 +0200
@@ -171,7 +171,7 @@ static unsigned int cpufreq_p4_get_frequ
}
if (c->x86 != 0xF) {
- printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU.
Please send an e-mail to <cpufreq@lists.linux.org.uk>\n");
+ printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU.
Please send an e-mail to <cpufreq@vger.kernel.org>\n");
return 0;
}
diff -upr
linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
---
linux-2.6.27-rc9.orig/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
2008-10-08 17:11:44.000000000 +0200
+++
linux-2.6.27-rc9.new/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
2008-10-10 10:48:39.000000000 +0200
@@ -26,7 +26,7 @@
#include <asm/cpufeature.h>
#define PFX "speedstep-centrino: "
-#define MAINTAINER "cpufreq@lists.linux.org.uk"
+#define MAINTAINER "cpufreq@vger.kernel.org"
#define dprintk(msg...) \
cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "speedstep-centrino", msg)
diff -upr linux-2.6.27-rc9.orig/Documentation/cpu-freq/index.txt
linux-2.6.27-rc9.new/Documentation/cpu-freq/index.txt
--- linux-2.6.27-rc9.orig/Documentation/cpu-freq/index.txt 2008-07-13
23:51:29.000000000 +0200
+++ linux-2.6.27-rc9.new/Documentation/cpu-freq/index.txt 2008-10-10
10:46:08.000000000 +0200
@@ -35,11 +35,9 @@ Mailing List
------------
There is a CPU frequency changing CVS commit and general list where
you can report bugs, problems or submit patches. To post a message,
-send an email to cpufreq@lists.linux.org.uk, to subscribe go to
-http://lists.linux.org.uk/mailman/listinfo/cpufreq. Previous post to the
-mailing list are available to subscribers at
-http://lists.linux.org.uk/mailman/private/cpufreq/.
-
+send an email to cpufreq@vger.kernel.org, to subscribe go to
+http://vger.kernel.org/vger-lists.html#cpufreq and follow the
+instructions there.
Links
-----
@@ -50,7 +48,7 @@ how to access the CVS repository:
* http://cvs.arm.linux.org.uk/
the CPUFreq Mailing list:
-* http://lists.linux.org.uk/mailman/listinfo/cpufreq
+* http://vger.kernel.org/vger-lists.html#cpufreq
Clock and voltage scaling for the SA-1100:
* http://www.lartmaker.nl/projects/scaling
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-09 17:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 9:35 [PATCH] cpufreq: correct broken links and email address Németh Márton
2008-10-09 12:59 ` Németh Márton
2008-10-09 13:22 ` Alan Cox
2008-10-09 17:50 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox