warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc (Pisi Linux) 13.3.0 You are using: x86_64-pc-linux-gnu-gcc (Pisi Linux) 13.3.0 In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-cray.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-chrdev.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-dma.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv.c:13: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-acpi.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/rhashtable-types.h:15, from ./include/linux/ipc.h:7, from ./include/uapi/linux/sem.h:5, from ./include/linux/sem.h:5, from ./include/linux/sched.h:15: In function ‘nvidia_remove’, inlined from ‘nvidia_exit_module’ at /var/pisi/module-nvidia340-340.108-76/work/kernel/nv.c:1083:13: ./include/linux/workqueue.h:639:9: warning: call to ‘__warn_flushing_systemwide_wq’ declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 639 | __warn_flushing_systemwide_wq(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:1718:5: note: in expansion of macro ‘flush_scheduled_work’ 1718 | flush_scheduled_work(); | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv.c:3007:9: note: in expansion of macro ‘NV_TASKQUEUE_FLUSH’ 3007 | NV_TASKQUEUE_FLUSH(); | ^~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv.c: In function ‘nvidia_close’: ./include/linux/workqueue.h:639:9: warning: call to ‘__warn_flushing_systemwide_wq’ declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 639 | __warn_flushing_systemwide_wq(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:1718:5: note: in expansion of macro ‘flush_scheduled_work’ 1718 | flush_scheduled_work(); | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv.c:1549:13: note: in expansion of macro ‘NV_TASKQUEUE_FLUSH’ 1549 | NV_TASKQUEUE_FLUSH(); | ^~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-i2c.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-gvi.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-drm.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-mempool.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-mmap.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/rhashtable-types.h:15, from ./include/linux/ipc.h:7, from ./include/uapi/linux/sem.h:5, from ./include/linux/sem.h:5, from ./include/linux/sched.h:15: /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-gvi.c: In function ‘nv_gvi_kern_suspend’: ./include/linux/workqueue.h:639:9: warning: call to ‘__warn_flushing_systemwide_wq’ declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 639 | __warn_flushing_systemwide_wq(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:1718:5: note: in expansion of macro ‘flush_scheduled_work’ 1718 | flush_scheduled_work(); | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-gvi.c:92:5: note: in expansion of macro ‘NV_TASKQUEUE_FLUSH’ 92 | NV_TASKQUEUE_FLUSH(); | ^~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-p2p.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-pat.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-procfs.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-usermap.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-mmap.c: In function ‘nv_encode_caching’: /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-mmap.c:199:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 199 | if (NV_ALLOW_CACHING(memory_type)) | ^ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-mmap.c:201:9: note: here 201 | default: | ^~~~~~~ ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-vm.c:14: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-vtophys.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-interface.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-pci.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-mlock.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-registry.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-usermap.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/os-smp.c:15: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/rhashtable-types.h:15, from ./include/linux/ipc.h:7, from ./include/uapi/linux/sem.h:5, from ./include/linux/sem.h:5, from ./include/linux/sched.h:15: /var/pisi/module-nvidia340-340.108-76/work/kernel/os-interface.c: In function ‘os_flush_work_queue’: ./include/linux/workqueue.h:639:9: warning: call to ‘__warn_flushing_systemwide_wq’ declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 639 | __warn_flushing_systemwide_wq(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:1718:5: note: in expansion of macro ‘flush_scheduled_work’ 1718 | flush_scheduled_work(); | ^~~~~~~~~~~~~~~~~~~~ /var/pisi/module-nvidia340-340.108-76/work/kernel/os-interface.c:1071:9: note: in expansion of macro ‘NV_TASKQUEUE_FLUSH’ 1071 | NV_TASKQUEUE_FLUSH(); | ^~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv_uvm_interface.c:21: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:44, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-frontend.c:13: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:65: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:156: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./arch/x86/include/asm/xen/hypervisor.h: In function ‘leave_lazy’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./arch/x86/include/asm/xen/hypervisor.h:103:17: note: in expansion of macro ‘this_cpu_dec’ 103 | this_cpu_dec(xen_lazy_nesting); | ^~~~~~~~~~~~ In file included from ./include/linux/writeback.h:203, from ./include/linux/memcontrol.h:22, from ./include/linux/swap.h:9, from ./include/linux/suspend.h:5, from ./include/linux/regulator/consumer.h:35, from ./include/linux/i2c.h:19, from /var/pisi/module-nvidia340-340.108-76/work/kernel/nv-linux.h:305: ./include/linux/bio.h: In function ‘bio_next_split’: ./include/linux/bio.h:404:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 404 | if (sectors >= bio_sectors(bio)) | ^~ warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc (Pisi Linux) 13.3.0 You are using: x86_64-pc-linux-gnu-gcc (Pisi Linux) 13.3.0 scripts/Makefile.build:464: warning: overriding recipe for target '/var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/' /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/../nvidia-modules-common.mk:140: warning: ignoring old recipe for target '/var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/' In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_page_cache.c:25: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_lite.c:26: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_utils.c:25: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.c:41: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.c:24: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_lite_counters.c:28: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_lite_api.c:25: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_page_migration.c:28: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:5, from ./include/linux/sched.h:12, from ./include/linux/utsname.h:6, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:62, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_common.h:49, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_lite_events.c:25: ./include/linux/thread_info.h: In function ‘check_copy_size’: ./include/linux/thread_info.h:240:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | if (unlikely(sz >= 0 && sz < bytes)) { | ^ ./include/linux/compiler.h:77:45: note: in definition of macro ‘unlikely’ 77 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from ./include/linux/buildid.h:5, from ./include/linux/module.h:14, from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:83: ./include/linux/mm_types.h: In function ‘mm_cid_is_unset’: ./include/linux/mm_types.h:1102:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum mm_cid_state’ [-Wsign-compare] 1102 | return cid == MM_CID_UNSET; | ^~ In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/paravirt.h:17, from ./arch/x86/include/asm/irqflags.h:60, from ./include/linux/irqflags.h:17, from ./include/linux/rcupdate.h:26, from ./include/linux/rculist.h:11, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14: ./include/linux/mm_types.h: In function ‘mm_init_cid’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/mm_types.h:1140:9: note: in expansion of macro ‘for_each_possible_cpu’ 1140 | for_each_possible_cpu(i) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./include/linux/mmzone.h:23, from ./include/linux/gfp.h:7, from ./include/linux/umh.h:4, from ./include/linux/kmod.h:9, from ./include/linux/module.h:17: ./include/linux/page-flags.h: In function ‘PagePoisoned’: ./include/linux/page-flags.h:297:39: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 297 | return READ_ONCE(page->flags) == PAGE_POISON_PATTERN; | ^~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/mmzone.h: In function ‘next_zones_zonelist’: ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/mmzone.h:1632:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum zone_type’ [-Wsign-compare] 1632 | if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) | ^~ ./include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/current.h:10: ./include/linux/percpu-refcount.h: In function ‘percpu_ref_get_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:205:17: note: in expansion of macro ‘this_cpu_add’ 205 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_tryget_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-refcount.h:244:17: note: in expansion of macro ‘this_cpu_add’ 244 | this_cpu_add(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h: In function ‘percpu_ref_put_many’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-refcount.h:333:17: note: in expansion of macro ‘this_cpu_sub’ 333 | this_cpu_sub(*percpu_count, nr); | ^~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./include/linux/percpu-rwsem.h: In function ‘percpu_up_read’: ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:106:17: note: in expansion of macro ‘this_cpu_dec’ 106 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:327:41: note: in expansion of macro ‘percpu_add_op’ 327 | #define this_cpu_add_1(pcp, val) percpu_add_op(1, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:365:25: note: in expansion of macro ‘this_cpu_add_1’ 365 | case 1: stem##1(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:328:41: note: in expansion of macro ‘percpu_add_op’ 328 | #define this_cpu_add_2(pcp, val) percpu_add_op(2, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:366:25: note: in expansion of macro ‘this_cpu_add_2’ 366 | case 2: stem##2(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:329:41: note: in expansion of macro ‘percpu_add_op’ 329 | #define this_cpu_add_4(pcp, val) percpu_add_op(4, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:367:25: note: in expansion of macro ‘this_cpu_add_4’ 367 | case 4: stem##4(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ ./arch/x86/include/asm/percpu.h:127:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 127 | ((val) == 1 || (val) == -1)) ? \ | ^~ ./arch/x86/include/asm/percpu.h:370:49: note: in expansion of macro ‘percpu_add_op’ 370 | #define this_cpu_add_8(pcp, val) percpu_add_op(8, volatile, (pcp), val) | ^~~~~~~~~~~~~ ./include/linux/percpu-defs.h:368:25: note: in expansion of macro ‘this_cpu_add_8’ 368 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ ./include/linux/percpu-defs.h:491:41: note: in expansion of macro ‘__pcpu_size_call’ 491 | #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) | ^~~~~~~~~~~~~~~~ ./include/linux/percpu-defs.h:500:41: note: in expansion of macro ‘this_cpu_add’ 500 | #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) | ^~~~~~~~~~~~ ./include/linux/percpu-defs.h:502:41: note: in expansion of macro ‘this_cpu_sub’ 502 | #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) | ^~~~~~~~~~~~ ./include/linux/percpu-rwsem.h:118:17: note: in expansion of macro ‘this_cpu_dec’ 118 | this_cpu_dec(*sem->read_count); | ^~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ ./include/linux/vmstat.h: In function ‘zone_page_state_snapshot’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:975:36: note: in expansion of macro ‘for_each_cpu’ 975 | #define for_each_online_cpu(cpu) for_each_cpu((cpu), cpu_online_mask) | ^~~~~~~~~~~~ ./include/linux/vmstat.h:231:9: note: in expansion of macro ‘for_each_online_cpu’ 231 | for_each_online_cpu(cpu) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/cpufreq.h: In function ‘of_perf_domain_get_sharing_cpumask’: ./include/linux/find.h:559:77: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 559 | for ((bit) = 0; (bit) = find_next_bit((addr), (size), (bit)), (bit) < (size); (bit)++) | ^ ./include/linux/cpumask.h:282:9: note: in expansion of macro ‘for_each_set_bit’ 282 | for_each_set_bit(cpu, cpumask_bits(mask), small_cpumask_bits) | ^~~~~~~~~~~~~~~~ ./include/linux/cpumask.h:974:36: note: in expansion of macro ‘for_each_cpu’ 974 | #define for_each_possible_cpu(cpu) for_each_cpu((cpu), cpu_possible_mask) | ^~~~~~~~~~~~ ./include/linux/cpufreq.h:1153:9: note: in expansion of macro ‘for_each_possible_cpu’ 1153 | for_each_possible_cpu(cpu) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/nvidia_uvm_linux.h:174: ./include/linux/pagemap.h: In function ‘folio_contains’: ./include/linux/pagemap.h:845:43: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] 845 | return index - folio_index(folio) < folio_nr_pages(folio); | ^ scripts/Makefile.modpost:145: warning: overriding recipe for target '/var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/Module.symvers' /var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/Makefile:225: warning: ignoring old recipe for target '/var/pisi/module-nvidia340-340.108-76/work/kernel/uvm/Module.symvers'