Bad MAINTAINERS pattern in section 'VIRTIO AND VHOST VSOCK DRIVER'

From: Joe Perches
Date: Fri Sep 28 2018 - 18:05:32 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

15660 VIRTIO AND VHOST VSOCK DRIVER
15661 M: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
15662 L: kvm@xxxxxxxxxxxxxxx
15663 L: virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
15664 L: netdev@xxxxxxxxxxxxxxx
15665 S: Maintained
15666 F: include/linux/virtio_vsock.h
15667 F: include/uapi/linux/virtio_vsock.h
15668 F: include/uapi/linux/vsockmon.h
15669 F: include/uapi/linux/vm_sockets_diag.h
15670 F: net/vmw_vsock/diag.c
15671 F: net/vmw_vsock/af_vsock_tap.c
15672 F: net/vmw_vsock/virtio_transport_common.c
15673 F: net/vmw_vsock/virtio_transport.c
15674 F: drivers/net/vsockmon.c
15675 F: drivers/vhost/vsock.c
--> 15676 F: drivers/vhost/vsock.h
15677 F: tools/testing/vsock/

Commit that introduced this:

commit 433fc58e6bf2c8bd97e57153ed28e64fd78207b8
Author: Asias He <asias@xxxxxxxxxx>
Date: Thu Jul 28 15:36:34 2016 +0100

VSOCK: Introduce vhost_vsock.ko

VM sockets vhost transport implementation. This driver runs on the
host.

Signed-off-by: Asias He <asias@xxxxxxxxxx>
Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

MAINTAINERS | 2 +
drivers/vhost/vsock.c | 722 +++++++++++++++++++++++++++++++++++++++++++++
include/uapi/linux/vhost.h | 5 +
3 files changed, 729 insertions(+)

Last commit with drivers/vhost/vsock.h

commit 8ac2837c89c8c0fcad557e4380aeef80580390f9
Author: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
Date: Wed Dec 9 10:51:12 2015 +0800

Revert "Merge branch 'vsock-virtio'"

This reverts commit 0d76d6e8b2507983a2cae4c09880798079007421 and merge
commit c402293bd76fbc93e52ef8c0947ab81eea3ae019, reversing changes made
to c89359a42e2a49656451569c382eed63e781153c.

The virtio-vsock device specification is not finalized yet. Michael
Tsirkin voiced concerned about merging this code when the hardware
interface (and possibly the userspace interface) could still change.

Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>

drivers/vhost/Kconfig | 4 -
drivers/vhost/Kconfig.vsock | 7 -
drivers/vhost/Makefile | 4 -
drivers/vhost/vsock.c | 630 ---------------
drivers/vhost/vsock.h | 4 -
include/linux/virtio_vsock.h | 209 -----
include/net/af_vsock.h | 2 -
include/uapi/linux/virtio_ids.h | 1 -
include/uapi/linux/virtio_vsock.h | 89 ---
net/vmw_vsock/Kconfig | 18 -
net/vmw_vsock/Makefile | 2 -
net/vmw_vsock/af_vsock.c | 70 --
net/vmw_vsock/virtio_transport.c | 466 -----------
net/vmw_vsock/virtio_transport_common.c | 1272 -------------------------------
14 files changed, 2778 deletions(-)