Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:154: In file included from ../arch/x86/include/asm/random.h:5: In file included from ../arch/x86/include/asm/processor.h:19: ../arch/x86/include/asm/cpuid/api.h:74:2: error: call to undeclared library function '__cpuid' with type 'void (int *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 74 | __cpuid(eax, ebx, ecx, edx); | ^ ../arch/x86/include/asm/cpuid/api.h:74:2: note: include the header or explicitly provide a declaration for '__cpuid' ../arch/x86/include/asm/cpuid/api.h:74:20: error: too many arguments to function call, expected 2, have 4 74 | __cpuid(eax, ebx, ecx, edx); | ~~~~~~~ ^~~~~~~~ ../arch/x86/include/asm/cpuid/api.h:84:20: error: too many arguments to function call, expected 2, have 4 84 | __cpuid(eax, ebx, ecx, edx); | ~~~~~~~ ^~~~~~~~ ../arch/x86/include/asm/cpuid/api.h:131:46: error: too many arguments to function call, expected 2, have 4 131 | __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); | ~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:154: In file included from ../arch/x86/include/asm/random.h:5: ../arch/x86/include/asm/processor.h:241:9: error: call to undeclared function '__read_cr3'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 241 | return __read_cr3() & CR3_ADDR_MASK; | ^ ../arch/x86/include/asm/processor.h:241:9: note: did you mean '__read_cr4'? ../arch/x86/include/asm/special_insns.h:136:29: note: '__read_cr4' declared here 136 | static inline unsigned long __read_cr4(void) | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:154: In file included from ../arch/x86/include/asm/random.h:5: ../arch/x86/include/asm/processor.h:251:2: error: call to undeclared function 'write_cr3'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 251 | write_cr3(__sme_pa(pgdir)); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:154: In file included from ../arch/x86/include/asm/random.h:6: In file included from ../arch/x86/include/asm/tsc.h:11: ../arch/x86/include/asm/msr.h:249:9: error: call to undeclared function 'wrmsrq_safe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^ ../arch/x86/include/asm/msr.h:249:9: note: did you mean 'wrmsr_safe'? ../arch/x86/include/asm/msr.h:247:19: note: 'wrmsr_safe' declared here 247 | static inline int wrmsr_safe(u32 msr, u32 low, u32 high) | ^ 248 | { 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ~~~~~~~~~~~ | wrmsr_safe In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:88:20: error: conflicting types for '__cpuid' 88 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, | ^ ../arch/x86/include/asm/cpuid/api.h:74:2: note: '__cpuid' is a builtin with type 'void (int *, int)' 74 | __cpuid(eax, ebx, ecx, edx); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:128:29: error: conflicting types for '__read_cr3' 128 | static inline unsigned long __read_cr3(void) | ^ ../arch/x86/include/asm/processor.h:241:9: note: previous implicit declaration is here 241 | return __read_cr3() & CR3_ADDR_MASK; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:134:20: error: conflicting types for 'write_cr3' 134 | static inline void write_cr3(unsigned long x) | ^ ../arch/x86/include/asm/processor.h:251:2: note: previous implicit declaration is here 251 | write_cr3(__sme_pa(pgdir)); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:98:11: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 98 | return (set->sig[3] | set->sig[2] | | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:98:25: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 98 | return (set->sig[3] | set->sig[2] | | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:99:4: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 99 | set->sig[1] | set->sig[0]) == 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:101:11: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 101 | return (set->sig[1] | set->sig[0]) == 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:114:11: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 114 | return (set1->sig[3] == set2->sig[3]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:114:27: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 114 | return (set1->sig[3] == set2->sig[3]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:115:5: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 115 | (set1->sig[2] == set2->sig[2]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:115:21: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 115 | (set1->sig[2] == set2->sig[2]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:116:5: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 116 | (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:116:21: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 116 | (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:119:11: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 119 | return (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:119:27: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 119 | return (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:174:27: note: expanded from macro '_SIG_SET_OP' 174 | case 4: set->sig[3] = op(set->sig[3]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:174:10: note: expanded from macro '_SIG_SET_OP' 174 | case 4: set->sig[3] = op(set->sig[3]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:175:20: note: expanded from macro '_SIG_SET_OP' 175 | set->sig[2] = op(set->sig[2]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:175:3: note: expanded from macro '_SIG_SET_OP' 175 | set->sig[2] = op(set->sig[2]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:177:27: note: expanded from macro '_SIG_SET_OP' 177 | case 2: set->sig[1] = op(set->sig[1]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:177:10: note: expanded from macro '_SIG_SET_OP' 177 | case 2: set->sig[1] = op(set->sig[1]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:198:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 198 | case 2: set->sig[1] = 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:211:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 211 | case 2: set->sig[1] = -1; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:242:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 242 | case 2: set->sig[1] = 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:255:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 255 | case 2: set->sig[1] = -1; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ 49 warnings and 10 errors generated. 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/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:155: In file included from ../arch/x86/include/asm/random.h:5: In file included from ../arch/x86/include/asm/processor.h:19: ../arch/x86/include/asm/cpuid/api.h:74:2: error: call to undeclared library function '__cpuid' with type 'void (int *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 74 | __cpuid(eax, ebx, ecx, edx); | ^ ../arch/x86/include/asm/cpuid/api.h:74:2: note: include the header or explicitly provide a declaration for '__cpuid' ../arch/x86/include/asm/cpuid/api.h:74:20: error: too many arguments to function call, expected 2, have 4 74 | __cpuid(eax, ebx, ecx, edx); | ~~~~~~~ ^~~~~~~~ ../arch/x86/include/asm/cpuid/api.h:84:20: error: too many arguments to function call, expected 2, have 4 84 | __cpuid(eax, ebx, ecx, edx); | ~~~~~~~ ^~~~~~~~ ../arch/x86/include/asm/cpuid/api.h:131:46: error: too many arguments to function call, expected 2, have 4 131 | __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); | ~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:155: In file included from ../arch/x86/include/asm/random.h:5: ../arch/x86/include/asm/processor.h:241:9: error: call to undeclared function '__read_cr3'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 241 | return __read_cr3() & CR3_ADDR_MASK; | ^ ../arch/x86/include/asm/processor.h:241:9: note: did you mean '__read_cr4'? ../arch/x86/include/asm/special_insns.h:136:29: note: '__read_cr4' declared here 136 | static inline unsigned long __read_cr4(void) | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:155: In file included from ../arch/x86/include/asm/random.h:5: ../arch/x86/include/asm/processor.h:251:2: error: call to undeclared function 'write_cr3'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 251 | write_cr3(__sme_pa(pgdir)); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:15: In file included from ../include/linux/numa.h:6: In file included from ../include/linux/nodemask.h:94: In file included from ../include/linux/random.h:155: In file included from ../arch/x86/include/asm/random.h:6: In file included from ../arch/x86/include/asm/tsc.h:11: ../arch/x86/include/asm/msr.h:249:9: error: call to undeclared function 'wrmsrq_safe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ^ ../arch/x86/include/asm/msr.h:249:9: note: did you mean 'wrmsr_safe'? ../arch/x86/include/asm/msr.h:247:19: note: 'wrmsr_safe' declared here 247 | static inline int wrmsr_safe(u32 msr, u32 low, u32 high) | ^ 248 | { 249 | return wrmsrq_safe(msr, (u64)high << 32 | low); | ~~~~~~~~~~~ | wrmsr_safe In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:88:20: error: conflicting types for '__cpuid' 88 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, | ^ ../arch/x86/include/asm/cpuid/api.h:74:2: note: '__cpuid' is a builtin with type 'void (int *, int)' 74 | __cpuid(eax, ebx, ecx, edx); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:128:29: error: conflicting types for '__read_cr3' 128 | static inline unsigned long __read_cr3(void) | ^ ../arch/x86/include/asm/processor.h:241:9: note: previous implicit declaration is here 241 | return __read_cr3() & CR3_ADDR_MASK; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:9: In file included from ../include/linux/crypto.h:15: In file included from ../include/linux/completion.h:12: In file included from ../include/linux/swait.h:7: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: ../arch/x86/include/asm/paravirt.h:134:20: error: conflicting types for 'write_cr3' 134 | static inline void write_cr3(unsigned long x) | ^ ../arch/x86/include/asm/processor.h:251:2: note: previous implicit declaration is here 251 | write_cr3(__sme_pa(pgdir)); | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:98:11: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 98 | return (set->sig[3] | set->sig[2] | | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:98:25: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 98 | return (set->sig[3] | set->sig[2] | | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:99:4: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 99 | set->sig[1] | set->sig[0]) == 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:101:11: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 101 | return (set->sig[1] | set->sig[0]) == 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:114:11: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 114 | return (set1->sig[3] == set2->sig[3]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:114:27: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 114 | return (set1->sig[3] == set2->sig[3]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:115:5: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 115 | (set1->sig[2] == set2->sig[2]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:115:21: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 115 | (set1->sig[2] == set2->sig[2]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:116:5: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 116 | (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:116:21: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 116 | (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:119:11: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 119 | return (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:119:27: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 119 | return (set1->sig[1] == set2->sig[1]) && | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:157:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 157 | _SIG_SET_BINOP(sigorsets, _sig_or) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:160:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 160 | _SIG_SET_BINOP(sigandsets, _sig_and) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:8: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:138:24: note: expanded from macro '_SIG_SET_BINOP' 138 | a3 = a->sig[3]; a2 = a->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:8: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:139:24: note: expanded from macro '_SIG_SET_BINOP' 139 | b3 = b->sig[3]; b2 = b->sig[2]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:140:3: note: expanded from macro '_SIG_SET_BINOP' 140 | r->sig[3] = op(a3, b3); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:141:3: note: expanded from macro '_SIG_SET_BINOP' 141 | r->sig[2] = op(a2, b2); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:8: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'const unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:144:24: note: expanded from macro '_SIG_SET_BINOP' 144 | a1 = a->sig[1]; b1 = b->sig[1]; \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:163:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 163 | _SIG_SET_BINOP(sigandnsets, _sig_andn) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:145:3: note: expanded from macro '_SIG_SET_BINOP' 145 | r->sig[1] = op(a1, b1); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:174:27: note: expanded from macro '_SIG_SET_OP' 174 | case 4: set->sig[3] = op(set->sig[3]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 3 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:174:10: note: expanded from macro '_SIG_SET_OP' 174 | case 4: set->sig[3] = op(set->sig[3]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:175:20: note: expanded from macro '_SIG_SET_OP' 175 | set->sig[2] = op(set->sig[2]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 2 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:175:3: note: expanded from macro '_SIG_SET_OP' 175 | set->sig[2] = op(set->sig[2]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:177:27: note: expanded from macro '_SIG_SET_OP' 177 | case 2: set->sig[1] = op(set->sig[1]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:187:1: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 187 | _SIG_SET_OP(signotset, _sig_not) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/signal.h:177:10: note: expanded from macro '_SIG_SET_OP' 177 | case 2: set->sig[1] = op(set->sig[1]); \ | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:198:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 198 | case 2: set->sig[1] = 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:211:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 211 | case 2: set->sig[1] = -1; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:242:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 242 | case 2: set->sig[1] = 0; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ In file included from ../arch/x86/kernel/asm-offsets.c:10: In file included from ../include/crypto/aria.h:22: In file included from ../include/linux/module.h:20: In file included from ../include/linux/elf.h:6: In file included from ../arch/x86/include/asm/elf.h:10: In file included from ../arch/x86/include/asm/ia32.h:7: In file included from ../include/linux/compat.h:17: In file included from ../include/linux/fs.h:5: In file included from ../include/linux/fs/super.h:5: In file included from ../include/linux/fs/super_types.h:13: In file included from ../include/linux/percpu-rwsem.h:7: In file included from ../include/linux/rcuwait.h:6: In file included from ../include/linux/sched/signal.h:6: ../include/linux/signal.h:255:10: warning: array index 1 is past the end of the array (that has type 'unsigned long[1]') [-Warray-bounds] 255 | case 2: set->sig[1] = -1; | ^ ~ ../arch/x86/include/asm/signal.h:24:2: note: array 'sig' declared here 24 | unsigned long sig[_NSIG_WORDS]; | ^ 49 warnings and 10 errors generated. 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