]> git.baikalelectronics.ru Git - kernel.git/commit
tools/virtio: fix the vringh test for virtio ring changes
authorShunsuke Mie <mie@igel.co.jp>
Tue, 10 Jan 2023 03:43:10 +0000 (12:43 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:59:42 +0000 (12:59 +0100)
commit5c288a485606453f5116ecd9b7cc1ffc23f2e1ae
tree10cd7237db979d9d014692c68641ad96d89fa1fd
parenta16bc8601ea3f36cd21a12705caee5ffc527f3b0
tools/virtio: fix the vringh test for virtio ring changes

[ Upstream commit 9e4badfe0e36f65c8ab051da731776810804b876 ]

Fix the build caused by missing kmsan_handle_dma() and is_power_of_2() that
are used in drivers/virtio/virtio_ring.c.

Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Message-Id: <20230110034310.779744-1-mie@igel.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/virtio/linux/bug.h
tools/virtio/linux/build_bug.h [new file with mode: 0644]
tools/virtio/linux/cpumask.h [new file with mode: 0644]
tools/virtio/linux/gfp.h [new file with mode: 0644]
tools/virtio/linux/kernel.h
tools/virtio/linux/kmsan.h [new file with mode: 0644]
tools/virtio/linux/scatterlist.h
tools/virtio/linux/topology.h [new file with mode: 0644]