Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools kvm headers arm64: Update KVM headers from the kernel sources

To pick the changes from:

f0376edb1ddcab19 ("KVM: arm64: Add ioctl to fetch/store tags in a guest")

That don't causes any changes in tooling (when built on x86), only
addresses this perf build warning:

Warning: Kernel ABI header at 'tools/arch/arm64/include/uapi/asm/kvm.h' differs from latest version at 'arch/arm64/include/uapi/asm/kvm.h'
diff -u tools/arch/arm64/include/uapi/asm/kvm.h arch/arm64/include/uapi/asm/kvm.h

Cc: Marc Zyngier <maz@kernel.org>
Cc: Steven Price <steven.price@arm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+11
+11
tools/arch/arm64/include/uapi/asm/kvm.h
··· 184 184 __u32 reserved[12]; 185 185 }; 186 186 187 + struct kvm_arm_copy_mte_tags { 188 + __u64 guest_ipa; 189 + __u64 length; 190 + void __user *addr; 191 + __u64 flags; 192 + __u64 reserved[2]; 193 + }; 194 + 195 + #define KVM_ARM_TAGS_TO_GUEST 0 196 + #define KVM_ARM_TAGS_FROM_GUEST 1 197 + 187 198 /* If you need to interpret the index values, here is the key: */ 188 199 #define KVM_REG_ARM_COPROC_MASK 0x000000000FFF0000 189 200 #define KVM_REG_ARM_COPROC_SHIFT 16