linux/tools/virtio
Leon Romanovsky 6eb1e769b2 kmsan: convert kmsan_handle_dma to use physical addresses
Convert the KMSAN DMA handling function from page-based to physical
address-based interface.

The refactoring renames kmsan_handle_dma() parameters from accepting
(struct page *page, size_t offset, size_t size) to (phys_addr_t phys,
size_t size). The existing semantics where callers are expected to
provide only kmap memory is continued here.

Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/3557cbaf66e935bc794f37d2b891ef75cbf2c80c.1757423202.git.leonro@nvidia.com
2025-09-12 00:18:20 +02:00
..
asm tools/virtio: add barrier for aarch64 2020-12-18 16:14:30 -05:00
crypto
generated virtio/test: fix up after IOTLB changes 2020-04-16 18:31:08 -04:00
linux kmsan: convert kmsan_handle_dma to use physical addresses 2025-09-12 00:18:20 +02:00
ringtest tools/virtio:Fix the wrong format specifier 2024-09-10 02:51:48 -04:00
uapi/linux
vhost_test
virtio-trace tools/virtio: use canonical ftrace path 2023-06-09 12:08:08 -04:00
xen
.gitignore tools: virtio: introduce vhost_net_test 2024-03-05 11:38:14 +01:00
Makefile tools: virtio: introduce vhost_net_test 2024-03-05 11:38:14 +01:00
vhost_net_test.c tools: virtio: introduce vhost_net_test 2024-03-05 11:38:14 +01:00
virtio_test.c tools/virtio: virtio_test -h,--help should return directly 2023-04-21 03:02:30 -04:00
vringh_test.c Fix typo in vringh_test.c 2024-11-06 04:40:07 -05:00