mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
Revert "virtio-scsi: don't let virtio core to validate used buffer length"
This reverts commit c57911ebfb.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4a65b7a1126126cffa1e50ace4f1c77a05a23f55
This commit is contained in:
parent
48487cfbab
commit
c7c97e27da
|
|
@ -978,7 +978,6 @@ static unsigned int features[] = {
|
|||
static struct virtio_driver virtio_scsi_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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user