linux/tools/virtio/linux
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
..
bug.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
build_bug.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
compiler.h tools: virtio/linux/compiler.h: Add data_race() define. 2025-02-25 07:10:45 -05:00
cpumask.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
device.h
dma-mapping.h tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio test 2025-02-25 07:10:24 -05:00
err.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
export.h tools/virtio: fix build after 4.2 changes 2015-09-09 22:03:30 +03:00
gfp.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
hrtimer.h
irqreturn.h
kernel.h tools/virtio: fix build caused by virtio_ring changes 2023-04-21 03:02:35 -04:00
kmemleak.h
kmsan.h kmsan: convert kmsan_handle_dma to use physical addresses 2025-09-12 00:18:20 +02:00
mm_types.h tools/virtio: handle fallout from folio work 2022-03-06 06:06:50 -05:00
module.h tools: virtio/linux/module.h add MODULE_DESCRIPTION() define. 2025-02-25 07:10:45 -05:00
printk.h
ratelimit.h
scatterlist.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
slab.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
spinlock.h tools/virtio: fix build 2021-08-11 06:44:24 -04:00
thread_info.h tools/virtio: more stubs to fix tools build 2018-01-29 12:02:54 -05:00
topology.h tools/virtio: fix the vringh test for virtio ring changes 2023-01-27 06:18:41 -05:00
uaccess.h tools/virtio: fix build caused by virtio_ring changes 2023-04-21 03:02:35 -04:00
uio.h
virtio.h virtio_test: fixup for vq reset 2022-09-27 18:30:49 -04:00
virtio_byteorder.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
virtio_config.h tools: virtio: introduce vhost_net_test 2024-03-05 11:38:14 +01:00
virtio_ring.h
vringh.h tools/virtio: fix build 2022-08-11 04:26:07 -04:00