linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] docs/ABI: removing those invalid email-addresses
@ 2023-01-02 20:28 Vineeth Vijayan
  2023-01-02 20:28 ` [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact Vineeth Vijayan
  2023-01-09  8:33 ` [PATCH 0/1] docs/ABI: removing those invalid email-addresses Cornelia Huck
  0 siblings, 2 replies; 4+ messages in thread
From: Vineeth Vijayan @ 2023-01-02 20:28 UTC (permalink / raw)
  To: cohuck; +Cc: linux-s390, vneethv

Hi Conny,

Happy new year.

Let me do this cleanup before i forget again. As suggested, i have
removed your email-addresses from the sysfs-bus-css file. It make
sense to remove the invalid email-address and keep the linux-s390 list
as the primary contact.

Would you like to retain the redhat-id in the driver-override session ?
I have just deleted that too. Please let me know if you would like to
keep it.

Vineeth

Vineeth Vijayan (1):
  docs/ABI: use linux-s390 list as the main contact

 Documentation/ABI/testing/sysfs-bus-css | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

-- 
2.34.1


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

* [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact
  2023-01-02 20:28 [PATCH 0/1] docs/ABI: removing those invalid email-addresses Vineeth Vijayan
@ 2023-01-02 20:28 ` Vineeth Vijayan
  2023-01-09  8:33   ` Cornelia Huck
  2023-01-09  8:33 ` [PATCH 0/1] docs/ABI: removing those invalid email-addresses Cornelia Huck
  1 sibling, 1 reply; 4+ messages in thread
From: Vineeth Vijayan @ 2023-01-02 20:28 UTC (permalink / raw)
  To: cohuck; +Cc: linux-s390, vneethv

Remove Cornelia's email address from the file as suggested by her. List
linux-s390 mailing-list address as the primary contact instead.

Link: https://lore.kernel.org/linux-s390/8735d0oiq6.fsf@redhat.com/
Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
---
 Documentation/ABI/testing/sysfs-bus-css | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-css b/Documentation/ABI/testing/sysfs-bus-css
index 12a733fe357f..d4d5cfb63b90 100644
--- a/Documentation/ABI/testing/sysfs-bus-css
+++ b/Documentation/ABI/testing/sysfs-bus-css
@@ -1,22 +1,19 @@
 What:		/sys/bus/css/devices/.../type
 Date:		March 2008
-Contact:	Cornelia Huck <cornelia.huck@de.ibm.com>
-		linux-s390@vger.kernel.org
+Contact:	linux-s390@vger.kernel.org
 Description:	Contains the subchannel type, as reported by the hardware.
 		This attribute is present for all subchannel types.
 
 What:		/sys/bus/css/devices/.../modalias
 Date:		March 2008
-Contact:	Cornelia Huck <cornelia.huck@de.ibm.com>
-		linux-s390@vger.kernel.org
+Contact:	linux-s390@vger.kernel.org
 Description:	Contains the module alias as reported with uevents.
 		It is of the format css:t<type> and present for all
 		subchannel types.
 
 What:		/sys/bus/css/drivers/io_subchannel/.../chpids
 Date:		December 2002
-Contact:	Cornelia Huck <cornelia.huck@de.ibm.com>
-		linux-s390@vger.kernel.org
+Contact:	linux-s390@vger.kernel.org
 Description:	Contains the ids of the channel paths used by this
 		subchannel, as reported by the channel subsystem
 		during subchannel recognition.
@@ -26,8 +23,7 @@ Users:		s390-tools, HAL
 
 What:		/sys/bus/css/drivers/io_subchannel/.../pimpampom
 Date:		December 2002
-Contact:	Cornelia Huck <cornelia.huck@de.ibm.com>
-		linux-s390@vger.kernel.org
+Contact:	linux-s390@vger.kernel.org
 Description:	Contains the PIM/PAM/POM values, as reported by the
 		channel subsystem when last queried by the common I/O
 		layer (this implies that this attribute is not necessarily
@@ -38,8 +34,7 @@ Users:		s390-tools, HAL
 
 What:		/sys/bus/css/devices/.../driver_override
 Date:		June 2019
-Contact:	Cornelia Huck <cohuck@redhat.com>
-		linux-s390@vger.kernel.org
+Contact:	linux-s390@vger.kernel.org
 Description:	This file allows the driver for a device to be specified. When
 		specified, only a driver with a name matching the value written
 		to driver_override will have an opportunity to bind to the
-- 
2.34.1


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

* Re: [PATCH 0/1] docs/ABI: removing those invalid email-addresses
  2023-01-02 20:28 [PATCH 0/1] docs/ABI: removing those invalid email-addresses Vineeth Vijayan
  2023-01-02 20:28 ` [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact Vineeth Vijayan
@ 2023-01-09  8:33 ` Cornelia Huck
  1 sibling, 0 replies; 4+ messages in thread
From: Cornelia Huck @ 2023-01-09  8:33 UTC (permalink / raw)
  To: Vineeth Vijayan; +Cc: linux-s390, vneethv

On Mon, Jan 02 2023, Vineeth Vijayan <vneethv@linux.ibm.com> wrote:

> Hi Conny,
>
> Happy new year.
>
> Let me do this cleanup before i forget again. As suggested, i have
> removed your email-addresses from the sysfs-bus-css file. It make
> sense to remove the invalid email-address and keep the linux-s390 list
> as the primary contact.
>
> Would you like to retain the redhat-id in the driver-override session ?
> I have just deleted that too. Please let me know if you would like to
> keep it.

Thanks, deleting it is fine with me. Not that I have been getting lots
of mail due to it anyway :)


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

* Re: [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact
  2023-01-02 20:28 ` [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact Vineeth Vijayan
@ 2023-01-09  8:33   ` Cornelia Huck
  0 siblings, 0 replies; 4+ messages in thread
From: Cornelia Huck @ 2023-01-09  8:33 UTC (permalink / raw)
  To: Vineeth Vijayan; +Cc: linux-s390, vneethv

On Mon, Jan 02 2023, Vineeth Vijayan <vneethv@linux.ibm.com> wrote:

> Remove Cornelia's email address from the file as suggested by her. List
> linux-s390 mailing-list address as the primary contact instead.
>
> Link: https://lore.kernel.org/linux-s390/8735d0oiq6.fsf@redhat.com/
> Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
> ---
>  Documentation/ABI/testing/sysfs-bus-css | 15 +++++----------
>  1 file changed, 5 insertions(+), 10 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@redhat.com>


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

end of thread, other threads:[~2023-01-09  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-02 20:28 [PATCH 0/1] docs/ABI: removing those invalid email-addresses Vineeth Vijayan
2023-01-02 20:28 ` [PATCH 1/1] docs/ABI: use linux-s390 list as the main contact Vineeth Vijayan
2023-01-09  8:33   ` Cornelia Huck
2023-01-09  8:33 ` [PATCH 0/1] docs/ABI: removing those invalid email-addresses Cornelia Huck

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).