diff mbox series

Fix the address of the linuxppc-dev mailing list

Message ID 20240503121012.3ba5000b@canb.auug.org.au (mailing list archive)
State Accepted
Commit fae573060c8da4d84a2551c6753d272abfda8ddc
Headers show
Series Fix the address of the linuxppc-dev mailing list | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_kernel_qemu fail kernel (corenet64_smp_defconfig, korg-5.5.0) failed at step Set up job.
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 6 jobs.

Commit Message

Stephen Rothwell May 3, 2024, 2:10 a.m. UTC
This list was moved many years ago.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 Documentation/ABI/testing/sysfs-devices-system-cpu | 14 +++++++-------
 .../ABI/testing/sysfs-firmware-opal-powercap       |  4 ++--
 Documentation/ABI/testing/sysfs-firmware-opal-psr  |  4 ++--
 .../ABI/testing/sysfs-firmware-opal-sensor-groups  |  4 ++--
 .../testing/sysfs-firmware-papr-energy-scale-info  | 10 +++++-----
 5 files changed, 18 insertions(+), 18 deletions(-)

Comments

Michael Ellerman May 3, 2024, 10:52 a.m. UTC | #1
Stephen Rothwell <sfr@canb.auug.org.au> writes:
> This list was moved many years ago.
>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  Documentation/ABI/testing/sysfs-devices-system-cpu | 14 +++++++-------
>  .../ABI/testing/sysfs-firmware-opal-powercap       |  4 ++--
>  Documentation/ABI/testing/sysfs-firmware-opal-psr  |  4 ++--
>  .../ABI/testing/sysfs-firmware-opal-sensor-groups  |  4 ++--
>  .../testing/sysfs-firmware-papr-energy-scale-info  | 10 +++++-----
>  5 files changed, 18 insertions(+), 18 deletions(-)

These are mostly powerpc specific files so I can take this.

cheers

> diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
> index 710d47be11e0..e7e160954e79 100644
> --- a/Documentation/ABI/testing/sysfs-devices-system-cpu
> +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
> @@ -423,7 +423,7 @@ What:		/sys/devices/system/cpu/cpuX/cpufreq/throttle_stats
>  		/sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/occ_reset
>  Date:		March 2016
>  Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
> -		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	POWERNV CPUFreq driver's frequency throttle stats directory and
>  		attributes
>  
> @@ -473,7 +473,7 @@ What:		/sys/devices/system/cpu/cpufreq/policyX/throttle_stats
>  		/sys/devices/system/cpu/cpufreq/policyX/throttle_stats/occ_reset
>  Date:		March 2016
>  Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
> -		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	POWERNV CPUFreq driver's frequency throttle stats directory and
>  		attributes
>  
> @@ -608,7 +608,7 @@ Description:	Umwait control
>  What:		/sys/devices/system/cpu/svm
>  Date:		August 2019
>  Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
> -		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Secure Virtual Machine
>  
>  		If 1, it means the system is using the Protected Execution
> @@ -617,7 +617,7 @@ Description:	Secure Virtual Machine
>  
>  What:		/sys/devices/system/cpu/cpuX/purr
>  Date:		Apr 2005
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	PURR ticks for this CPU since the system boot.
>  
>  		The Processor Utilization Resources Register (PURR) is
> @@ -628,7 +628,7 @@ Description:	PURR ticks for this CPU since the system boot.
>  
>  What: 		/sys/devices/system/cpu/cpuX/spurr
>  Date:		Dec 2006
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	SPURR ticks for this CPU since the system boot.
>  
>  		The Scaled Processor Utilization Resources Register
> @@ -640,7 +640,7 @@ Description:	SPURR ticks for this CPU since the system boot.
>  
>  What: 		/sys/devices/system/cpu/cpuX/idle_purr
>  Date:		Apr 2020
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	PURR ticks for cpuX when it was idle.
>  
>  		This sysfs interface exposes the number of PURR ticks
> @@ -648,7 +648,7 @@ Description:	PURR ticks for cpuX when it was idle.
>  
>  What: 		/sys/devices/system/cpu/cpuX/idle_spurr
>  Date:		Apr 2020
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	SPURR ticks for cpuX when it was idle.
>  
>  		This sysfs interface exposes the number of SPURR ticks
> diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-powercap b/Documentation/ABI/testing/sysfs-firmware-opal-powercap
> index c9b66ec4f165..d2d12ee89288 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-opal-powercap
> +++ b/Documentation/ABI/testing/sysfs-firmware-opal-powercap
> @@ -1,6 +1,6 @@
>  What:		/sys/firmware/opal/powercap
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Powercap directory for Powernv (P8, P9) servers
>  
>  		Each folder in this directory contains a
> @@ -11,7 +11,7 @@ What:		/sys/firmware/opal/powercap/system-powercap
>  		/sys/firmware/opal/powercap/system-powercap/powercap-max
>  		/sys/firmware/opal/powercap/system-powercap/powercap-current
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	System powercap directory and attributes applicable for
>  		Powernv (P8, P9) servers
>  
> diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-psr b/Documentation/ABI/testing/sysfs-firmware-opal-psr
> index cc2ece70e365..1e55b56a0f89 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-opal-psr
> +++ b/Documentation/ABI/testing/sysfs-firmware-opal-psr
> @@ -1,6 +1,6 @@
>  What:		/sys/firmware/opal/psr
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Power-Shift-Ratio directory for Powernv P9 servers
>  
>  		Power-Shift-Ratio allows to provide hints the firmware
> @@ -10,7 +10,7 @@ Description:	Power-Shift-Ratio directory for Powernv P9 servers
>  
>  What:		/sys/firmware/opal/psr/cpu_to_gpu_X
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	PSR sysfs attributes for Powernv P9 servers
>  
>  		Power-Shift-Ratio between CPU and GPU for a given chip
> diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups b/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
> index 3a2dfe542e8c..fcb1fb4795b6 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
> +++ b/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
> @@ -1,6 +1,6 @@
>  What:		/sys/firmware/opal/sensor_groups
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Sensor groups directory for POWER9 powernv servers
>  
>  		Each folder in this directory contains a sensor group
> @@ -11,7 +11,7 @@ Description:	Sensor groups directory for POWER9 powernv servers
>  
>  What:		/sys/firmware/opal/sensor_groups/<sensor_group_name>/clear
>  Date:		August 2017
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Sysfs file to clear the min-max of all the sensors
>  		belonging to the group.
>  
> diff --git a/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info b/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
> index 141a6b371469..f5cefb81ac9d 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
> +++ b/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
> @@ -1,6 +1,6 @@
>  What:		/sys/firmware/papr/energy_scale_info
>  Date:		February 2022
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Directory hosting a set of platform attributes like
>  		energy/frequency on Linux running as a PAPR guest.
>  
> @@ -10,20 +10,20 @@ Description:	Directory hosting a set of platform attributes like
>  
>  What:		/sys/firmware/papr/energy_scale_info/<id>
>  Date:		February 2022
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Energy, frequency attributes directory for POWERVM servers
>  
>  What:		/sys/firmware/papr/energy_scale_info/<id>/desc
>  Date:		February 2022
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	String description of the energy attribute of <id>
>  
>  What:		/sys/firmware/papr/energy_scale_info/<id>/value
>  Date:		February 2022
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	Numeric value of the energy attribute of <id>
>  
>  What:		/sys/firmware/papr/energy_scale_info/<id>/value_desc
>  Date:		February 2022
> -Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
> +Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
>  Description:	String value of the energy attribute of <id>
> -- 
> 2.43.0
>
> -- 
> Cheers,
> Stephen Rothwell
Michael Ellerman May 8, 2024, 1:39 p.m. UTC | #2
On Fri, 03 May 2024 12:10:12 +1000, Stephen Rothwell wrote:
> This list was moved many years ago.
> 
> 

Applied to powerpc/next.

[1/1] Fix the address of the linuxppc-dev mailing list
      https://git.kernel.org/powerpc/c/fae573060c8da4d84a2551c6753d272abfda8ddc

cheers
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
index 710d47be11e0..e7e160954e79 100644
--- a/Documentation/ABI/testing/sysfs-devices-system-cpu
+++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
@@ -423,7 +423,7 @@  What:		/sys/devices/system/cpu/cpuX/cpufreq/throttle_stats
 		/sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/occ_reset
 Date:		March 2016
 Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
-		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	POWERNV CPUFreq driver's frequency throttle stats directory and
 		attributes
 
@@ -473,7 +473,7 @@  What:		/sys/devices/system/cpu/cpufreq/policyX/throttle_stats
 		/sys/devices/system/cpu/cpufreq/policyX/throttle_stats/occ_reset
 Date:		March 2016
 Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
-		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	POWERNV CPUFreq driver's frequency throttle stats directory and
 		attributes
 
@@ -608,7 +608,7 @@  Description:	Umwait control
 What:		/sys/devices/system/cpu/svm
 Date:		August 2019
 Contact:	Linux kernel mailing list <linux-kernel@vger.kernel.org>
-		Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+		Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Secure Virtual Machine
 
 		If 1, it means the system is using the Protected Execution
@@ -617,7 +617,7 @@  Description:	Secure Virtual Machine
 
 What:		/sys/devices/system/cpu/cpuX/purr
 Date:		Apr 2005
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	PURR ticks for this CPU since the system boot.
 
 		The Processor Utilization Resources Register (PURR) is
@@ -628,7 +628,7 @@  Description:	PURR ticks for this CPU since the system boot.
 
 What: 		/sys/devices/system/cpu/cpuX/spurr
 Date:		Dec 2006
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	SPURR ticks for this CPU since the system boot.
 
 		The Scaled Processor Utilization Resources Register
@@ -640,7 +640,7 @@  Description:	SPURR ticks for this CPU since the system boot.
 
 What: 		/sys/devices/system/cpu/cpuX/idle_purr
 Date:		Apr 2020
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	PURR ticks for cpuX when it was idle.
 
 		This sysfs interface exposes the number of PURR ticks
@@ -648,7 +648,7 @@  Description:	PURR ticks for cpuX when it was idle.
 
 What: 		/sys/devices/system/cpu/cpuX/idle_spurr
 Date:		Apr 2020
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	SPURR ticks for cpuX when it was idle.
 
 		This sysfs interface exposes the number of SPURR ticks
diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-powercap b/Documentation/ABI/testing/sysfs-firmware-opal-powercap
index c9b66ec4f165..d2d12ee89288 100644
--- a/Documentation/ABI/testing/sysfs-firmware-opal-powercap
+++ b/Documentation/ABI/testing/sysfs-firmware-opal-powercap
@@ -1,6 +1,6 @@ 
 What:		/sys/firmware/opal/powercap
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Powercap directory for Powernv (P8, P9) servers
 
 		Each folder in this directory contains a
@@ -11,7 +11,7 @@  What:		/sys/firmware/opal/powercap/system-powercap
 		/sys/firmware/opal/powercap/system-powercap/powercap-max
 		/sys/firmware/opal/powercap/system-powercap/powercap-current
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	System powercap directory and attributes applicable for
 		Powernv (P8, P9) servers
 
diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-psr b/Documentation/ABI/testing/sysfs-firmware-opal-psr
index cc2ece70e365..1e55b56a0f89 100644
--- a/Documentation/ABI/testing/sysfs-firmware-opal-psr
+++ b/Documentation/ABI/testing/sysfs-firmware-opal-psr
@@ -1,6 +1,6 @@ 
 What:		/sys/firmware/opal/psr
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Power-Shift-Ratio directory for Powernv P9 servers
 
 		Power-Shift-Ratio allows to provide hints the firmware
@@ -10,7 +10,7 @@  Description:	Power-Shift-Ratio directory for Powernv P9 servers
 
 What:		/sys/firmware/opal/psr/cpu_to_gpu_X
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	PSR sysfs attributes for Powernv P9 servers
 
 		Power-Shift-Ratio between CPU and GPU for a given chip
diff --git a/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups b/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
index 3a2dfe542e8c..fcb1fb4795b6 100644
--- a/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
+++ b/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups
@@ -1,6 +1,6 @@ 
 What:		/sys/firmware/opal/sensor_groups
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Sensor groups directory for POWER9 powernv servers
 
 		Each folder in this directory contains a sensor group
@@ -11,7 +11,7 @@  Description:	Sensor groups directory for POWER9 powernv servers
 
 What:		/sys/firmware/opal/sensor_groups/<sensor_group_name>/clear
 Date:		August 2017
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Sysfs file to clear the min-max of all the sensors
 		belonging to the group.
 
diff --git a/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info b/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
index 141a6b371469..f5cefb81ac9d 100644
--- a/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
+++ b/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
@@ -1,6 +1,6 @@ 
 What:		/sys/firmware/papr/energy_scale_info
 Date:		February 2022
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Directory hosting a set of platform attributes like
 		energy/frequency on Linux running as a PAPR guest.
 
@@ -10,20 +10,20 @@  Description:	Directory hosting a set of platform attributes like
 
 What:		/sys/firmware/papr/energy_scale_info/<id>
 Date:		February 2022
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Energy, frequency attributes directory for POWERVM servers
 
 What:		/sys/firmware/papr/energy_scale_info/<id>/desc
 Date:		February 2022
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	String description of the energy attribute of <id>
 
 What:		/sys/firmware/papr/energy_scale_info/<id>/value
 Date:		February 2022
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	Numeric value of the energy attribute of <id>
 
 What:		/sys/firmware/papr/energy_scale_info/<id>/value_desc
 Date:		February 2022
-Contact:	Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
+Contact:	Linux for PowerPC mailing list <linuxppc-dev@lists.ozlabs.org>
 Description:	String value of the energy attribute of <id>