========== build_allmodconfig_warn - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../arch/x86/include/asm/processor.h:19, from ../arch/x86/include/asm/random.h:5, from ../include/linux/random.h:154, from ../include/linux/nodemask.h:94, from ../include/linux/numa.h:6, from ../include/linux/cpumask.h:15, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:102, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/swait.h:7, from ../include/linux/completion.h:12, from ../include/linux/crypto.h:15, from ../arch/x86/kernel/asm-offsets.c:9: ../arch/x86/include/asm/cpuid/api.h: In function ‘cpuid’: ../arch/x86/include/asm/cpuid/api.h:74:9: error: implicit declaration of function ‘__cpuid’; did you mean ‘cpuid’? [-Wimplicit-function-declaration] 74 | __cpuid(eax, ebx, ecx, edx); | ^~~~~~~ | cpuid ../arch/x86/include/asm/processor.h: In function ‘read_cr3_pa’: ../arch/x86/include/asm/processor.h:241:16: error: implicit declaration of function ‘__read_cr3’; did you mean ‘__read_cr4’? [-Wimplicit-function-declaration] 241 | return __read_cr3() & CR3_ADDR_MASK; | ^~~~~~~~~~ | __read_cr4 ../arch/x86/include/asm/processor.h: In function ‘load_cr3’: ../arch/x86/include/asm/processor.h:251:9: error: implicit declaration of function ‘write_cr3’ [-Wimplicit-function-declaration] 251 | write_cr3(__sme_pa(pgdir)); | ^~~~~~~~~ In file included from ../arch/x86/include/asm/tsc.h:11, from ../arch/x86/include/asm/random.h:6: ../arch/x86/include/asm/msr.h: In function ‘wrmsr_safe’: ../arch/x86/include/asm/msr.h:249:16: error: implicit declaration of function ‘wrmsrq_safe’; did you mean ‘wrmsr_safe’? [-Wimplicit-function-declaration] 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^~~~~~~~~~~ | wrmsr_safe ../arch/x86/include/asm/paravirt.h: At top level: ../arch/x86/include/asm/paravirt.h:88:20: warning: conflicting types for ‘__cpuid’; have ‘void(unsigned int *, unsigned int *, unsigned int *, unsigned int *)’ 88 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, | ^~~~~~~ ../arch/x86/include/asm/paravirt.h:88:20: error: static declaration of ‘__cpuid’ follows non-static declaration ../arch/x86/include/asm/cpuid/api.h:74:9: note: previous implicit declaration of ‘__cpuid’ with type ‘void(unsigned int *, unsigned int *, unsigned int *, unsigned int *)’ 74 | __cpuid(eax, ebx, ecx, edx); | ^~~~~~~ ../arch/x86/include/asm/paravirt.h:128:29: error: conflicting types for ‘__read_cr3’; have ‘long unsigned int(void)’ 128 | static inline unsigned long __read_cr3(void) | ^~~~~~~~~~ ../arch/x86/include/asm/processor.h:241:16: note: previous implicit declaration of ‘__read_cr3’ with type ‘int()’ 241 | return __read_cr3() & CR3_ADDR_MASK; | ^~~~~~~~~~ ../arch/x86/include/asm/paravirt.h:134:20: warning: conflicting types for ‘write_cr3’; have ‘void(long unsigned int)’ 134 | static inline void write_cr3(unsigned long x) | ^~~~~~~~~ ../arch/x86/include/asm/paravirt.h:134:20: error: static declaration of ‘write_cr3’ follows non-static declaration ../arch/x86/include/asm/processor.h:251:9: note: previous implicit declaration of ‘write_cr3’ with type ‘void(long unsigned int)’ 251 | write_cr3(__sme_pa(pgdir)); | ^~~~~~~~~ ../arch/x86/include/asm/paravirt.h:186:19: error: static declaration of ‘wrmsrq_safe’ follows non-static declaration 186 | static inline int wrmsrq_safe(u32 msr, u64 val) | ^~~~~~~~~~~ ../arch/x86/include/asm/msr.h:249:16: note: previous implicit declaration of ‘wrmsrq_safe’ with type ‘int()’ 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^~~~~~~~~~~ make[3]: *** [../scripts/Makefile.build:184: arch/x86/kernel/asm-offsets.s] Error 1 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:1337: prepare0] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../arch/x86/include/asm/processor.h:19, from ../arch/x86/include/asm/random.h:5, from ../include/linux/random.h:155, from ../include/linux/nodemask.h:94, from ../include/linux/numa.h:6, from ../include/linux/cpumask.h:15, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:102, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/swait.h:7, from ../include/linux/completion.h:12, from ../include/linux/crypto.h:15, from ../arch/x86/kernel/asm-offsets.c:9: ../arch/x86/include/asm/cpuid/api.h: In function ‘cpuid’: ../arch/x86/include/asm/cpuid/api.h:74:9: error: implicit declaration of function ‘__cpuid’; did you mean ‘cpuid’? [-Wimplicit-function-declaration] 74 | __cpuid(eax, ebx, ecx, edx); | ^~~~~~~ | cpuid ../arch/x86/include/asm/processor.h: In function ‘read_cr3_pa’: ../arch/x86/include/asm/processor.h:241:16: error: implicit declaration of function ‘__read_cr3’; did you mean ‘__read_cr4’? [-Wimplicit-function-declaration] 241 | return __read_cr3() & CR3_ADDR_MASK; | ^~~~~~~~~~ | __read_cr4 ../arch/x86/include/asm/processor.h: In function ‘load_cr3’: ../arch/x86/include/asm/processor.h:251:9: error: implicit declaration of function ‘write_cr3’ [-Wimplicit-function-declaration] 251 | write_cr3(__sme_pa(pgdir)); | ^~~~~~~~~ In file included from ../arch/x86/include/asm/tsc.h:11, from ../arch/x86/include/asm/random.h:6: ../arch/x86/include/asm/msr.h: In function ‘wrmsr_safe’: ../arch/x86/include/asm/msr.h:249:16: error: implicit declaration of function ‘wrmsrq_safe’; did you mean ‘wrmsr_safe’? [-Wimplicit-function-declaration] 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^~~~~~~~~~~ | wrmsr_safe ../arch/x86/include/asm/paravirt.h: At top level: ../arch/x86/include/asm/paravirt.h:88:20: warning: conflicting types for ‘__cpuid’; have ‘void(unsigned int *, unsigned int *, unsigned int *, unsigned int *)’ 88 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, | ^~~~~~~ ../arch/x86/include/asm/paravirt.h:88:20: error: static declaration of ‘__cpuid’ follows non-static declaration ../arch/x86/include/asm/cpuid/api.h:74:9: note: previous implicit declaration of ‘__cpuid’ with type ‘void(unsigned int *, unsigned int *, unsigned int *, unsigned int *)’ 74 | __cpuid(eax, ebx, ecx, edx); | ^~~~~~~ ../arch/x86/include/asm/paravirt.h:128:29: error: conflicting types for ‘__read_cr3’; have ‘long unsigned int(void)’ 128 | static inline unsigned long __read_cr3(void) | ^~~~~~~~~~ ../arch/x86/include/asm/processor.h:241:16: note: previous implicit declaration of ‘__read_cr3’ with type ‘int()’ 241 | return __read_cr3() & CR3_ADDR_MASK; | ^~~~~~~~~~ ../arch/x86/include/asm/paravirt.h:134:20: warning: conflicting types for ‘write_cr3’; have ‘void(long unsigned int)’ 134 | static inline void write_cr3(unsigned long x) | ^~~~~~~~~ ../arch/x86/include/asm/paravirt.h:134:20: error: static declaration of ‘write_cr3’ follows non-static declaration ../arch/x86/include/asm/processor.h:251:9: note: previous implicit declaration of ‘write_cr3’ with type ‘void(long unsigned int)’ 251 | write_cr3(__sme_pa(pgdir)); | ^~~~~~~~~ ../arch/x86/include/asm/paravirt.h:186:19: error: static declaration of ‘wrmsrq_safe’ follows non-static declaration 186 | static inline int wrmsrq_safe(u32 msr, u64 val) | ^~~~~~~~~~~ ../arch/x86/include/asm/msr.h:249:16: note: previous implicit declaration of ‘wrmsrq_safe’ with type ‘int()’ 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^~~~~~~~~~~ make[3]: *** [../scripts/Makefile.build:184: arch/x86/kernel/asm-offsets.s] Error 1 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:1337: prepare0] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2