• Arnaldo Carvalho de Melo's avatar
    tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sources · 33c53f9b
    Arnaldo Carvalho de Melo authored
    To pick up the changes in:
    
      89b0e7de ("KVM: arm64: nv: Introduce nested virtualization VCPU feature")
      14329b82 ("KVM: x86/pmu: Introduce masked events to the pmu event filter")
      6213b701 ("KVM: x86: Replace 0-length arrays with flexible arrays")
      3fd49805 ("KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg")
      14329b82 ("KVM: x86/pmu: Introduce masked events to the pmu event filter")
    
    That don't change functionality in tools/perf, as no new ioctl is added
    for the 'perf trace' scripts to harvest.
    
    This addresses these perf build warnings:
    
      Warning: Kernel ABI header at 'tools/include/uapi/linux/kvm.h' differs from latest version at 'include/uapi/linux/kvm.h'
      diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h
      Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/kvm.h' differs from latest version at 'arch/x86/include/uapi/asm/kvm.h'
      diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h
      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: Aaron Lewis <aaronlewis@google.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Christoffer Dall <christoffer.dall@arm.com>
    Cc: Ian Rogers <irogers@google.com>
    Cc: Janis Schoetterl-Glausch <scgl@linux.ibm.com>
    Cc: Janosch Frank <frankja@linux.ibm.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Kees Kook <keescook@chromium.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Oliver Upton <oliver.upton@linux.dev>
    Cc: Sean Christopherson <seanjc@google.com>
    Link: https://lore.kernel.org/lkml/ZAJlg7%2FfWDVGX0F3@kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    33c53f9b
kvm.h 12.6 KB