summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2021-11-24 18:44:13 -0500
committerMichael S. Tsirkin <mst@redhat.com>2021-11-24 18:47:22 -0500
commitfcfb65f8a922c7dd25a2e9913601dae979ce6560 (patch)
treeddfb2d31b5ff780f75b7dc458d8c58c09d10361a /drivers
parent2b17d9f84884a37f1324be5526c6600e97a47fbe (diff)
downloadlinux-stable-fcfb65f8a922c7dd25a2e9913601dae979ce6560.tar.gz
linux-stable-fcfb65f8a922c7dd25a2e9913601dae979ce6560.tar.bz2
linux-stable-fcfb65f8a922c7dd25a2e9913601dae979ce6560.zip
Revert "virtio-net: don't let virtio core to validate used length"
This reverts commit 816625c13652cef5b2c49082d652875da6f2ad7a. Attempts to validate length in the core did not work out. We'll drop them, so revert the dependent changes in drivers. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/virtio_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 1771d6e5224f..55db6a336f7e 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -3423,7 +3423,6 @@ static struct virtio_driver virtio_net_driver = {
.feature_table_size = ARRAY_SIZE(features),
.feature_table_legacy = features_legacy,
.feature_table_size_legacy = ARRAY_SIZE(features_legacy),
- .suppress_used_validation = true,
.driver.name = KBUILD_MODNAME,
.driver.owner = THIS_MODULE,
.id_table = id_table,