All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update s390 virtio-ccw
@ 2022-05-25 14:40 Eric Farman
  2022-05-25 14:40 ` [PATCH 1/1] MAINTAINERS: " Eric Farman
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Farman @ 2022-05-25 14:40 UTC (permalink / raw)
  To: Halil Pasic, Cornelia Huck
  Cc: Christian Borntraeger, linux-s390, kvm, Eric Farman

Hi Conny, Halil,

As we talked earlier this year about having some more eyeballs on
userspace [1], perhaps it would be wise to do this on the kernel
side of virtio-ccw as well?

[1] QEMU commit 6a6d3dfd6e ("MAINTAINERS: Add myself to s390 I/O areas")

Eric Farman (1):
  MAINTAINERS: Update s390 virtio-ccw

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

-- 
2.32.0


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

* [PATCH 1/1] MAINTAINERS: Update s390 virtio-ccw
  2022-05-25 14:40 [PATCH 0/1] Update s390 virtio-ccw Eric Farman
@ 2022-05-25 14:40 ` Eric Farman
  2022-05-27 22:41   ` Halil Pasic
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Farman @ 2022-05-25 14:40 UTC (permalink / raw)
  To: Halil Pasic, Cornelia Huck
  Cc: Christian Borntraeger, linux-s390, kvm, Eric Farman

Add myself to the kernel side of virtio-ccw

Signed-off-by: Eric Farman <farman@linux.ibm.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6618e9b91b6c..1d2c6537b834 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20933,6 +20933,7 @@ F:	include/uapi/linux/virtio_crypto.h
 VIRTIO DRIVERS FOR S390
 M:	Cornelia Huck <cohuck@redhat.com>
 M:	Halil Pasic <pasic@linux.ibm.com>
+M:	Eric Farman <farman@linux.ibm.com>
 L:	linux-s390@vger.kernel.org
 L:	virtualization@lists.linux-foundation.org
 L:	kvm@vger.kernel.org
-- 
2.32.0


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

* Re: [PATCH 1/1] MAINTAINERS: Update s390 virtio-ccw
  2022-05-25 14:40 ` [PATCH 1/1] MAINTAINERS: " Eric Farman
@ 2022-05-27 22:41   ` Halil Pasic
  2022-05-30  8:50   ` Cornelia Huck
  2022-05-30 15:13   ` Christian Borntraeger
  2 siblings, 0 replies; 5+ messages in thread
From: Halil Pasic @ 2022-05-27 22:41 UTC (permalink / raw)
  To: Eric Farman
  Cc: Cornelia Huck, Christian Borntraeger, linux-s390, kvm, Halil Pasic

On Wed, 25 May 2022 16:40:28 +0200
Eric Farman <farman@linux.ibm.com> wrote:

> Add myself to the kernel side of virtio-ccw
> 
> Signed-off-by: Eric Farman <farman@linux.ibm.com>

Acked-by: Halil Pasic <pasic@linux.ibm.com>

Thanks for joining the team!

:) 

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6618e9b91b6c..1d2c6537b834 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20933,6 +20933,7 @@ F:	include/uapi/linux/virtio_crypto.h
>  VIRTIO DRIVERS FOR S390
>  M:	Cornelia Huck <cohuck@redhat.com>
>  M:	Halil Pasic <pasic@linux.ibm.com>
> +M:	Eric Farman <farman@linux.ibm.com>
>  L:	linux-s390@vger.kernel.org
>  L:	virtualization@lists.linux-foundation.org
>  L:	kvm@vger.kernel.org


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

* Re: [PATCH 1/1] MAINTAINERS: Update s390 virtio-ccw
  2022-05-25 14:40 ` [PATCH 1/1] MAINTAINERS: " Eric Farman
  2022-05-27 22:41   ` Halil Pasic
@ 2022-05-30  8:50   ` Cornelia Huck
  2022-05-30 15:13   ` Christian Borntraeger
  2 siblings, 0 replies; 5+ messages in thread
From: Cornelia Huck @ 2022-05-30  8:50 UTC (permalink / raw)
  To: Eric Farman, Halil Pasic
  Cc: Christian Borntraeger, linux-s390, kvm, Eric Farman

On Wed, May 25 2022, Eric Farman <farman@linux.ibm.com> wrote:

> Add myself to the kernel side of virtio-ccw

Thanks a lot!

>
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6618e9b91b6c..1d2c6537b834 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20933,6 +20933,7 @@ F:	include/uapi/linux/virtio_crypto.h
>  VIRTIO DRIVERS FOR S390
>  M:	Cornelia Huck <cohuck@redhat.com>
>  M:	Halil Pasic <pasic@linux.ibm.com>
> +M:	Eric Farman <farman@linux.ibm.com>
>  L:	linux-s390@vger.kernel.org
>  L:	virtualization@lists.linux-foundation.org
>  L:	kvm@vger.kernel.org

...anyone feel like picking this up directly? It feels a bit silly to do
a pull request for a one-liner.

In any case,

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


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

* Re: [PATCH 1/1] MAINTAINERS: Update s390 virtio-ccw
  2022-05-25 14:40 ` [PATCH 1/1] MAINTAINERS: " Eric Farman
  2022-05-27 22:41   ` Halil Pasic
  2022-05-30  8:50   ` Cornelia Huck
@ 2022-05-30 15:13   ` Christian Borntraeger
  2 siblings, 0 replies; 5+ messages in thread
From: Christian Borntraeger @ 2022-05-30 15:13 UTC (permalink / raw)
  To: Eric Farman, Halil Pasic, Cornelia Huck; +Cc: linux-s390, kvm



Am 25.05.22 um 16:40 schrieb Eric Farman:
> Add myself to the kernel side of virtio-ccw
> 
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6618e9b91b6c..1d2c6537b834 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20933,6 +20933,7 @@ F:	include/uapi/linux/virtio_crypto.h
>   VIRTIO DRIVERS FOR S390
>   M:	Cornelia Huck <cohuck@redhat.com>
>   M:	Halil Pasic <pasic@linux.ibm.com>
> +M:	Eric Farman <farman@linux.ibm.com>
>   L:	linux-s390@vger.kernel.org
>   L:	virtualization@lists.linux-foundation.org
>   L:	kvm@vger.kernel.org

Thanks applied. Will either queue via the kvm or s390 tree.

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

end of thread, other threads:[~2022-05-30 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 14:40 [PATCH 0/1] Update s390 virtio-ccw Eric Farman
2022-05-25 14:40 ` [PATCH 1/1] MAINTAINERS: " Eric Farman
2022-05-27 22:41   ` Halil Pasic
2022-05-30  8:50   ` Cornelia Huck
2022-05-30 15:13   ` Christian Borntraeger

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.