anchao commented on code in PR #15045: URL: https://github.com/apache/nuttx/pull/15045#discussion_r1869443003
########## drivers/virtio/virtio-mmio.c: ########## @@ -343,16 +344,22 @@ static int virtio_mmio_config_virtqueue(FAR struct metal_io_region *io, metal_io_write32(io, VIRTIO_MMIO_QUEUE_NUM, vq->vq_nentries); addr = (uint64_t)(uintptr_t)vq->vq_ring.desc; Review Comment: ```suggestion addr = (uint64_t)kasan_reset_tag((FAR void *)vq->vq_ring.desc); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org