From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Carstens Subject: Re: [PATCH] MAINTAINERS: add virtio-ccw.h to virtio/s390 section Date: Fri, 10 Nov 2017 19:15:58 +0100 Message-ID: <20171110181558.GB3028@osiris> References: <20171110145611.15306-1-cohuck@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: schwidefsky@de.ibm.com, pasic@linux.vnet.ibm.com, linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org To: Cornelia Huck Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:44620 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753338AbdKJSQJ (ORCPT ); Fri, 10 Nov 2017 13:16:09 -0500 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vAAIFr5X146284 for ; Fri, 10 Nov 2017 13:16:09 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2e5dqyb2t7-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 10 Nov 2017 13:16:06 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Nov 2017 18:16:03 -0000 Content-Disposition: inline In-Reply-To: <20171110145611.15306-1-cohuck@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Nov 10, 2017 at 03:56:11PM +0100, Cornelia Huck wrote: > The file arch/s390/include/uapi/asm/virtio-ccw.h belongs to the > s390 virtio drivers as well. > > Signed-off-by: Cornelia Huck > --- > > Martin, Heiko: It's probably best to take this through your tree. > > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6671f375f7fc..48c6f1179b9b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14312,6 +14312,7 @@ L: virtualization@lists.linux-foundation.org > L: kvm@vger.kernel.org > S: Supported > F: drivers/s390/virtio/ > +F: arch/s390/include/uapi/asm/virtio-ccw.h Applied, thanks.