Message ID | 20220404221039.1272245-21-akrowiak@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | s390/vfio-ap: dynamic configuration support | expand |
On 4/4/22 6:10 PM, Tony Krowiak wrote: > A new document, Documentation/s390/vfio-ap-locking.rst was added. Make sure > the new document is picked up for the VFIO AP maintainers by using a > wildcard: Documentation/s390/vfio-ap*. > > Signed-off-by: Tony Krowiak <akrowiak@linux.ibm.com> > --- > MAINTAINERS | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fd768d43e048..c8d8637c184c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17239,8 +17239,10 @@ M: Jason Herne <jjherne@linux.ibm.com> > L: linux-s390@vger.kernel.org > S: Supported > W: http://www.ibm.com/developerworks/linux/linux390/ > -F: Documentation/s390/vfio-ap.rst > -F: drivers/s390/crypto/vfio_ap* > +F: Documentation/s390/vfio-ap* > +F: drivers/s390/crypto/vfio_ap_drv.c > +F: drivers/s390/crypto/vfio_ap_ops.c > +F: drivers/s390/crypto/vfio_ap_private.h I think this change was a rebase error, the Documentation change makes sense but you should leave drivers/s390/crypto/vfio_ap* alone, so the final result looks like: F: Documentation/s390/vfio-ap* F: drivers/s390/crypto/vfio_ap*
On 5/31/22 2:26 PM, Matthew Rosato wrote: > On 4/4/22 6:10 PM, Tony Krowiak wrote: >> A new document, Documentation/s390/vfio-ap-locking.rst was added. >> Make sure >> the new document is picked up for the VFIO AP maintainers by using a >> wildcard: Documentation/s390/vfio-ap*. >> >> Signed-off-by: Tony Krowiak <akrowiak@linux.ibm.com> >> --- >> MAINTAINERS | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index fd768d43e048..c8d8637c184c 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -17239,8 +17239,10 @@ M: Jason Herne <jjherne@linux.ibm.com> >> L: linux-s390@vger.kernel.org >> S: Supported >> W: http://www.ibm.com/developerworks/linux/linux390/ >> -F: Documentation/s390/vfio-ap.rst >> -F: drivers/s390/crypto/vfio_ap* >> +F: Documentation/s390/vfio-ap* >> +F: drivers/s390/crypto/vfio_ap_drv.c >> +F: drivers/s390/crypto/vfio_ap_ops.c >> +F: drivers/s390/crypto/vfio_ap_private.h > > I think this change was a rebase error, the Documentation change makes > sense but you should leave drivers/s390/crypto/vfio_ap* alone, so the > final result looks like: > > F: Documentation/s390/vfio-ap* > F: drivers/s390/crypto/vfio_ap* I presume it happened during a rebase, I've already fixed it.
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..c8d8637c184c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17239,8 +17239,10 @@ M: Jason Herne <jjherne@linux.ibm.com> L: linux-s390@vger.kernel.org S: Supported W: http://www.ibm.com/developerworks/linux/linux390/ -F: Documentation/s390/vfio-ap.rst -F: drivers/s390/crypto/vfio_ap* +F: Documentation/s390/vfio-ap* +F: drivers/s390/crypto/vfio_ap_drv.c +F: drivers/s390/crypto/vfio_ap_ops.c +F: drivers/s390/crypto/vfio_ap_private.h S390 VFIO-CCW DRIVER M: Eric Farman <farman@linux.ibm.com>
A new document, Documentation/s390/vfio-ap-locking.rst was added. Make sure the new document is picked up for the VFIO AP maintainers by using a wildcard: Documentation/s390/vfio-ap*. Signed-off-by: Tony Krowiak <akrowiak@linux.ibm.com> --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)