CC: [email protected]
CC: [email protected]
CC: [email protected]
TO: Pawan Gupta <[email protected]>
CC: Borislav Petkov <[email protected]>
CC: Thomas Gleixner <[email protected]>
CC: Andi Kleen <[email protected]>
CC: Tony Luck <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/cpu
head:   293649307ef9abcd4f83f6dac4d4400dfd97c936
commit: 1348924ba8169f35cedfd0a0087872b81a632b8e [5/7] x86/msr: Define new bits 
in TSX_FORCE_ABORT MSR
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce:
cd tools/perf && ./check-headers.sh

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


perfheadercheck warnings: (new ones prefixed by >>)
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':   87< 
#define X86_FEATURE_K7                   ( 3*32+ 5) /* "" Athlon */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':   87> /* 
FREE, was #define X86_FEATURE_K7                      ( 3*32+ 5) "" Athlon */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  111< /* 
free                                  ( 3*32+29) */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  111> 
#define X86_FEATURE_RAPL         ( 3*32+29) /* AMD/Hygon RAPL interface */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  239> 
#define X86_FEATURE_PVUNLOCK             ( 8*32+20) /* "" PV unlock function */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  240> 
#define X86_FEATURE_VCPUPREEMPT          ( 8*32+21) /* "" PV vcpu_is_preempted 
function */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  295> 
#define X86_FEATURE_SGX1         (11*32+ 8) /* "" Basic SGX */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  296> 
#define X86_FEATURE_SGX2         (11*32+ 9) /* "" SGX Enclave Dynamic Memory 
Management (EDMM) */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  343> 
#define X86_FEATURE_V_SPEC_CTRL          (15*32+20) /* Virtual SPEC_CTRL */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  362> 
#define X86_FEATURE_BUS_LOCK_DETECT      (16*32+24) /* Bus Lock detect */
>> Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
>> differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  381> 
>> #define X86_FEATURE_RTM_ALWAYS_ABORT     (18*32+11) /* "" RTM transaction 
>> always aborts */
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' 
differs from latest version at 'arch/x86/include/asm/cpufeatures.h':  384> 
#define X86_FEATURE_HYBRID_CPU           (18*32+15) /* "" This part has CPUs of 
more than one type */
--
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
differs from latest version at 'arch/x86/include/asm/msr-index.h':  188> 
#define PERF_CAP_METRICS_IDX         15
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
differs from latest version at 'arch/x86/include/asm/msr-index.h':  189> 
#define PERF_CAP_PT_IDX                      16
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
differs from latest version at 'arch/x86/include/asm/msr-index.h':  190> 
   Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
differs from latest version at 'arch/x86/include/asm/msr-index.h':  271> 
#define DEBUGCTLMSR_BUS_LOCK_DETECT  (1UL <<  2)
>> Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
>> differs from latest version at 'arch/x86/include/asm/msr-index.h':  775> 
>> #define MSR_TFA_TSX_CPUID_CLEAR_BIT  1
>> Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
>> differs from latest version at 'arch/x86/include/asm/msr-index.h':  776> 
>> #define MSR_TFA_TSX_CPUID_CLEAR              
>> BIT_ULL(MSR_TFA_TSX_CPUID_CLEAR_BIT)
>> Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
>> differs from latest version at 'arch/x86/include/asm/msr-index.h':  777> 
>> #define MSR_TFA_SDV_ENABLE_RTM_BIT   2
>> Warning: Kernel ABI header at 'tools/arch/x86/include/asm/msr-index.h' 
>> differs from latest version at 'arch/x86/include/asm/msr-index.h':  778> 
>> #define MSR_TFA_SDV_ENABLE_RTM               
>> BIT_ULL(MSR_TFA_SDV_ENABLE_RTM_BIT)

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to