mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
Revert "virtio-net: don't let virtio core to validate used length"
This reverts commit 816625c136.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0d9c0bfbefa596595a50f5622403c4e00a42ed32
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user