Message ID | 20220525144028.2714489-2-farman@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Update s390 virtio-ccw | expand |
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
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>
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.
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
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(+)