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@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxx>
L: linux-s390@xxxxxxxxxxxxxxx
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.