From 0aebb3aec9cc04ba85e8e866b551669724768e9f Mon Sep 17 00:00:00 2001 From: Pengfei Xu Date: Wed, 20 Sep 2023 17:34:56 +0800 Subject: sys/linux: correct the md_check_refs variable length and uptr Based on Linux kernel iommufd_test.h line 68 struct check_refs: https://github.com/torvalds/linux/blob/master/drivers/iommu/iommufd/iommufd_test.h correct the md_check_refs variable length and uptr in correct position. Signed-off-by: Pengfei Xu --- sys/linux/dev_iommu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/dev_iommu.txt') diff --git a/sys/linux/dev_iommu.txt b/sys/linux/dev_iommu.txt index af1914d45..7abda765b 100644 --- a/sys/linux/dev_iommu.txt +++ b/sys/linux/dev_iommu.txt @@ -242,8 +242,8 @@ iommu_test_cmd$md_check_refs { op const[IOMMU_TEST_OP_MD_CHECK_REFS, int32] id fd_access __reserved const[0x0, int32] - uptr ptr64[in, array[int8]] length len[uptr, int64] + uptr ptr64[in, array[int8]] refs int32 } [size[IOMMU_TEST_CMD_SIZE]] -- cgit mrf-deployment