> From: Tian, Kevin <kevin.tian@xxxxxxxxx> > Sent: Thursday, September 1, 2022 10:38 PM > > diff --git a/Documentation/ABI/testing/sysfs-devices-vfio-dev > b/Documentation/ABI/testing/sysfs-devices-vfio-dev > new file mode 100644 > index 000000000000..e21424fd9666 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-devices-vfio-dev > @@ -0,0 +1,8 @@ > +What: /sys/.../<device>/vfio-dev/vfioX/ > +Date: September 2022 > +Contact: Yi Liu <yi.l.liu@xxxxxxxxx> > +Description: > + This directory is created when the device is bound to a > + vfio driver. The layout under this directory matches what > + exists for a standard 'struct device'. 'X' is a unique > + index marking this device in vfio. This missed an update to MAINTAINER file: diff --git a/MAINTAINERS b/MAINTAINERS index 589517372408..3fc8c599f4f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21310,6 +21310,7 @@ R: Cornelia Huck <cohuck@xxxxxxxxxx> L: kvm@xxxxxxxxxxxxxxx S: Maintained T: git git://github.com/awilliam/linux-vfio.git +F: Documentation/ABI/testing/sysfs-devices-vfio-dev F: Documentation/driver-api/vfio.rst F: drivers/vfio/ F: include/linux/vfio.h Alex, I sent a wrong version w/o fixing two checkpatch warnings (this and the one in patch12). Please let me know whether you want me to resend. Thanks Kevin