mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 13:23:18 +00:00
vhost: disable metadata prefetch optimization
This seems to cause guest and host memory corruption. Disable for now until we get a better handle on that. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ae24fb49d0
commit
73f628ec9e
@ -96,7 +96,7 @@ struct vhost_uaddr {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if defined(CONFIG_MMU_NOTIFIER) && ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 0
|
#if defined(CONFIG_MMU_NOTIFIER) && ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 0
|
||||||
#define VHOST_ARCH_CAN_ACCEL_UACCESS 1
|
#define VHOST_ARCH_CAN_ACCEL_UACCESS 0
|
||||||
#else
|
#else
|
||||||
#define VHOST_ARCH_CAN_ACCEL_UACCESS 0
|
#define VHOST_ARCH_CAN_ACCEL_UACCESS 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user