On 12/5/23 10:45, David Marchand wrote:
Modifying vq->access_ok should be done with a write lock taken. Annotate vring_translate() and vring_invalidate(). Signed-off-by: David Marchand <[email protected]> Acked-by: Eelco Chaudron <[email protected]> --- Changes since v1: - moved fixes in separate patches, --- lib/vhost/vhost.h | 7 +++++-- lib/vhost/vhost_user.c | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

