OSDN Git Service

vsock/virtio: suppress used length validation
[uclinux-h8/linux.git] / net / vmw_vsock / virtio_transport.c
index 4f7c99d..3f82b2f 100644 (file)
@@ -731,6 +731,7 @@ static unsigned int features[] = {
 static struct virtio_driver virtio_vsock_driver = {
        .feature_table = features,
        .feature_table_size = ARRAY_SIZE(features),
+       .suppress_used_validation = true,
        .driver.name = KBUILD_MODNAME,
        .driver.owner = THIS_MODULE,
        .id_table = id_table,