Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../security/apparmor/domain.c:1165:62: warning: incorrect type in argument 1 (different address spaces) ../security/apparmor/domain.c:1165:62: expected struct aa_profile *p ../security/apparmor/domain.c:1165:62: got struct aa_profile [noderef] __rcu *parent ../samples/ftrace/sample-trace-array.c:20:20: warning: symbol 'tr' was not declared. Should it be static? ../arch/x86/xen/enlighten.c:55:20: warning: symbol 'xen_have_vector_callback' was not declared. Should it be static? ../arch/x86/power/cpu.c:39:22: warning: symbol 'saved_context' was not declared. Should it be static? ../arch/x86/platform/efi/efi.c:903:23: warning: symbol 'efi_attr_fw_vendor' was not declared. Should it be static? ../arch/x86/platform/efi/efi.c:904:23: warning: symbol 'efi_attr_runtime' was not declared. Should it be static? ../arch/x86/platform/efi/efi.c:905:23: warning: symbol 'efi_attr_config_table' was not declared. Should it be static? ../drivers/acpi/sleep.c:572:46: warning: restricted suspend_state_t degrades to integer ../drivers/acpi/sleep.c:680:50: warning: restricted suspend_state_t degrades to integer In file included from ../include/trace/define_trace.h:132, from ../samples/trace_events/trace-events-sample.h:640, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/trace/stages/stage5_get_offsets.h:33:31: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 33 | { (void)sizeof(struct _test_no_array_##item *); } | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:285:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 285 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:301:17: note: in expansion of macro ‘__field’ 301 | __field( int, bar ) | ^~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’: ../arch/x86/include/asm/bug.h:169:48: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 169 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:427:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 427 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:435:23: note: in expansion of macro ‘PARAMS’ 435 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:176:36: note: in expansion of macro ‘__WARN_bug_entry’ 176 | static_call_mod(WARN_trap)(__WARN_bug_entry(__flags, format), ## arg); \ | ^~~~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:186:17: note: in expansion of macro ‘__WARN_print_arg’ 186 | __WARN_print_arg(BUGFLAG_ONCE|BUGFLAG_TAINT(TAINT_WARN),\ | ^~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:584:9: note: in expansion of macro ‘fortify_warn_once’ 584 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:640:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 640 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:133: ../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’: ../arch/x86/include/asm/bug.h:169:48: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 169 | [size] "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:51:11: note: in definition of macro ‘__DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ../include/trace/perf.h:67:23: note: in expansion of macro ‘PARAMS’ 67 | PARAMS(assign), PARAMS(print)) \ | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:176:36: note: in expansion of macro ‘__WARN_bug_entry’ 176 | static_call_mod(WARN_trap)(__WARN_bug_entry(__flags, format), ## arg); \ | ^~~~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:186:17: note: in expansion of macro ‘__WARN_print_arg’ 186 | __WARN_print_arg(BUGFLAG_ONCE|BUGFLAG_TAINT(TAINT_WARN),\ | ^~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:22:41: note: in expansion of macro ‘WARN_ONCE’ 22 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:584:9: note: in expansion of macro ‘fortify_warn_once’ 584 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:640:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 640 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ ../security/commoncap.c:1411:41: warning: dubious: !x | y ../init/main.c:198:12: warning: symbol 'envp_init' was not declared. Should it be static? ../arch/x86/platform/uv/bios_uv.c:175:12: warning: function 'uv_bios_get_master_nasid' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:182:12: warning: function 'uv_bios_get_heapsize' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:189:12: warning: function 'uv_bios_install_heap' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:196:12: warning: function 'uv_bios_obj_count' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:203:12: warning: function 'uv_bios_enum_objs' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:210:12: warning: function 'uv_bios_enum_ports' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:217:12: warning: function 'uv_bios_get_geoinfo' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:223:12: warning: function 'uv_bios_get_pci_topology' with external linkage has definition ../arch/x86/platform/uv/bios_uv.c:249:19: warning: incorrect type in assignment (different address spaces) ../arch/x86/platform/uv/bios_uv.c:249:19: expected struct uv_systab *[addressable] [assigned] [toplevel] uv_systab ../arch/x86/platform/uv/bios_uv.c:249:19: got void [noderef] __iomem * ../arch/x86/platform/uv/bios_uv.c:252:25: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/platform/uv/bios_uv.c:252:25: expected void volatile [noderef] __iomem *addr ../arch/x86/platform/uv/bios_uv.c:252:25: got struct uv_systab *[addressable] [assigned] [toplevel] uv_systab ../arch/x86/platform/uv/bios_uv.c:260:25: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/platform/uv/bios_uv.c:260:25: expected void volatile [noderef] __iomem *addr ../arch/x86/platform/uv/bios_uv.c:260:25: got struct uv_systab *[addressable] [assigned] [toplevel] uv_systab ../arch/x86/platform/uv/bios_uv.c:261:27: warning: incorrect type in assignment (different address spaces) ../arch/x86/platform/uv/bios_uv.c:261:27: expected struct uv_systab *[addressable] [assigned] [toplevel] uv_systab ../arch/x86/platform/uv/bios_uv.c:261:27: got void [noderef] __iomem * ../drivers/xen/manage.c: In function ‘shutdown_event’: ../drivers/xen/manage.c:357:60: warning: ‘%s’ directive output may be truncated writing up to 95 bytes into a region of size 12 [-Wformat-truncation=] 357 | snprintf(node, FEATURE_PATH_SIZE, "feature-%s", | ^~ In function ‘setup_shutdown_watcher’, inlined from ‘shutdown_event’ at ../drivers/xen/manage.c:389:2: ../drivers/xen/manage.c:357:17: note: ‘snprintf’ output between 9 and 104 bytes into a destination of size 20 357 | snprintf(node, FEATURE_PATH_SIZE, "feature-%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | shutdown_handlers[idx].command); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/signal.c:421:9: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/signal.c:421:9: expected struct lockdep_map const *lock ../arch/x86/kernel/signal.c:421:9: got struct lockdep_map [noderef] __rcu * Warning: ../ipc/sem.c:629 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * perform_atomic_semop[_slow] - Attempt to perform semaphore ../drivers/tty/hvc/hvc_xen.c:437:37: warning: incorrect type in argument 1 (different address spaces) ../drivers/tty/hvc/hvc_xen.c:437:37: expected void volatile [noderef] __iomem *addr ../drivers/tty/hvc/hvc_xen.c:437:37: got struct xencons_interface *intf ../sound/core/control.c:396:11: warning: incorrect type in assignment (different base types) ../sound/core/control.c:396:11: expected unsigned long h ../sound/core/control.c:396:11: got restricted snd_ctl_elem_iface_t const [usertype] iface ../sound/core/control.c:959:17: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:959:26: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:960:17: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:960:26: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:979:48: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:1007:41: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:1118:34: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c:1317:50: warning: restricted snd_ctl_elem_iface_t degrades to integer ../sound/core/control.c:1747:40: warning: restricted snd_ctl_elem_type_t degrades to integer ../sound/core/control.c: note: in included file: ../sound/core/control_compat.c:186:21: warning: incorrect type in assignment (different base types) ../sound/core/control_compat.c:186:21: expected int [assigned] err ../sound/core/control_compat.c:186:21: got restricted snd_ctl_elem_type_t [usertype] type ../net/bpf/test_run.c:505:17: warning: symbol 'bpf_fentry_test1' was not declared. Should it be static? ../net/bpf/test_run.c:511:14: warning: symbol 'bpf_fentry_test2' was not declared. Should it be static? ../net/bpf/test_run.c:516:14: warning: symbol 'bpf_fentry_test3' was not declared. Should it be static? ../net/bpf/test_run.c:521:14: warning: symbol 'bpf_fentry_test4' was not declared. Should it be static? ../net/bpf/test_run.c:526:14: warning: symbol 'bpf_fentry_test5' was not declared. Should it be static? ../net/bpf/test_run.c:531:14: warning: symbol 'bpf_fentry_test6' was not declared. Should it be static? ../net/bpf/test_run.c:540:14: warning: symbol 'bpf_fentry_test7' was not declared. Should it be static? ../net/bpf/test_run.c:546:14: warning: symbol 'bpf_fentry_test8' was not declared. Should it be static? ../net/bpf/test_run.c:551:17: warning: symbol 'bpf_fentry_test9' was not declared. Should it be static? ../net/bpf/test_run.c:556:14: warning: symbol 'bpf_fentry_test10' was not declared. Should it be static? ../net/bpf/test_run.c:561:15: warning: symbol 'bpf_fentry_test_sinfo' was not declared. Should it be static? ../net/bpf/test_run.c:565:15: warning: symbol 'bpf_fentry_test_ppvoid' was not declared. Should it be static? ../net/bpf/test_run.c:569:15: warning: symbol 'bpf_fentry_test_pppvoid' was not declared. Should it be static? ../net/bpf/test_run.c:573:15: warning: symbol 'bpf_fentry_test_ppfile' was not declared. Should it be static? ../net/bpf/test_run.c:577:22: warning: symbol 'bpf_fexit_test_ret_ppfile' was not declared. Should it be static? ../net/bpf/test_run.c:582:17: warning: symbol 'bpf_modify_return_test' was not declared. Should it be static? ../net/bpf/test_run.c:588:17: warning: symbol 'bpf_modify_return_test2' was not declared. Should it be static? ../net/bpf/test_run.c:595:17: warning: symbol 'bpf_modify_return_test_tp' was not declared. Should it be static? ../net/bpf/test_run.c:602:14: warning: symbol 'bpf_fentry_shadow_test' was not declared. Should it be static? ../net/bpf/test_run.c:624:18: warning: symbol 'bpf_kfunc_call_test_release' was not declared. Should it be static? ../net/bpf/test_run.c:629:18: warning: symbol 'bpf_kfunc_call_test_release_dtor' was not declared. Should it be static? ../net/bpf/test_run.c:635:18: warning: symbol 'bpf_kfunc_call_memb_release' was not declared. Should it be static? ../net/bpf/test_run.c:639:18: warning: symbol 'bpf_kfunc_call_memb_release_dtor' was not declared. Should it be static? ../net/socket.c:1781:21: warning: symbol 'update_socket_protocol' was not declared. Should it be static? ../net/core/datagram.c: note: in included file (through ../include/linux/skbuff.h, ../include/net/net_namespace.h, ../include/linux/inet.h): ../include/net/checksum.h:41:45: warning: incorrect type in argument 3 (different base types) ../include/net/checksum.h:41:45: expected restricted __wsum [usertype] sum ../include/net/checksum.h:41:45: got unsigned int Warning: ../block/blk-map.c:366 Excess function parameter 'op' description in 'bio_copy_kern' Warning: ../block/blk-map.c:366 Excess function parameter 'op' description in 'bio_copy_kern' Warning: ../drivers/gpu/buddy.c:1509 Excess function parameter 'p' description in 'gpu_buddy_print' Warning: ../drivers/gpu/buddy.c:1509 Excess function parameter 'p' description in 'gpu_buddy_print' ../kernel/fork.c:1064:19: warning: incorrect type in assignment (different address spaces) ../kernel/fork.c:1064:19: expected struct task_struct [noderef] __rcu *owner ../kernel/fork.c:1064:19: got struct task_struct *p ../kernel/fork.c:1677:38: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1677:38: expected struct refcount_struct [usertype] *r ../kernel/fork.c:1677:38: got struct refcount_struct [noderef] __rcu * ../kernel/fork.c:1686:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1686:31: expected struct spinlock [usertype] *lock ../kernel/fork.c:1686:31: got struct spinlock [noderef] __rcu * ../kernel/fork.c:1687:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1687:9: expected void const * ../kernel/fork.c:1687:9: got struct k_sigaction [noderef] __rcu * ../kernel/fork.c:1687:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1687:9: expected void const * ../kernel/fork.c:1687:9: got struct k_sigaction [noderef] __rcu * ../kernel/fork.c:1687:9: warning: incorrect type in argument 2 (different address spaces) ../kernel/fork.c:1687:9: expected void const * ../kernel/fork.c:1687:9: got struct k_sigaction [noderef] __rcu * ../kernel/fork.c:1688:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1688:33: expected struct spinlock [usertype] *lock ../kernel/fork.c:1688:33: got struct spinlock [noderef] __rcu * ../kernel/fork.c:1786:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:1786:9: expected struct qspinlock *lock ../kernel/fork.c:1786:9: got struct qspinlock [noderef] __rcu * ../kernel/fork.c:2105:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2105:31: expected struct spinlock [usertype] *lock ../kernel/fork.c:2105:31: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2109:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2109:33: expected struct spinlock [usertype] *lock ../kernel/fork.c:2109:33: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2448:32: warning: incorrect type in assignment (different address spaces) ../kernel/fork.c:2448:32: expected struct task_struct [noderef] __rcu *real_parent ../kernel/fork.c:2448:32: got struct task_struct * ../kernel/fork.c:2457:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2457:27: expected struct spinlock [usertype] *lock ../kernel/fork.c:2457:27: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2518:54: warning: incorrect type in argument 2 (different address spaces) ../kernel/fork.c:2518:54: expected struct list_head *head ../kernel/fork.c:2518:54: got struct list_head [noderef] __rcu * ../kernel/fork.c:2538:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2538:29: expected struct spinlock [usertype] *lock ../kernel/fork.c:2538:29: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2564:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2564:29: expected struct spinlock [usertype] *lock ../kernel/fork.c:2564:29: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2592:28: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2592:28: expected struct sighand_struct *sighand ../kernel/fork.c:2592:28: got struct sighand_struct [noderef] __rcu *sighand ../kernel/fork.c:2625:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2625:31: expected struct spinlock [usertype] *lock ../kernel/fork.c:2625:31: got struct spinlock [noderef] __rcu * ../kernel/fork.c:2627:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:2627:33: expected struct spinlock [usertype] *lock ../kernel/fork.c:2627:33: got struct spinlock [noderef] __rcu * ../kernel/fork.c:3077:24: warning: incorrect type in assignment (different address spaces) ../kernel/fork.c:3077:24: expected struct task_struct *[assigned] parent ../kernel/fork.c:3077:24: got struct task_struct [noderef] __rcu *real_parent ../kernel/fork.c:3159:43: warning: incorrect type in argument 1 (different address spaces) ../kernel/fork.c:3159:43: expected struct refcount_struct const [usertype] *r ../kernel/fork.c:3159:43: got struct refcount_struct [noderef] __rcu * ../kernel/fork.c:2159:22: warning: dereference of noderef expression ../kernel/fork.c: note: in included file (through ../include/linux/ftrace.h, ../include/linux/bpf.h, ../include/linux/security.h): ../include/linux/ptrace.h:211:45: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:211:45: expected struct task_struct *new_parent ../include/linux/ptrace.h:211:45: got struct task_struct [noderef] __rcu *parent ../include/linux/ptrace.h:211:62: warning: incorrect type in argument 3 (different address spaces) ../include/linux/ptrace.h:211:62: expected struct cred const *ptracer_cred ../include/linux/ptrace.h:211:62: got struct cred const [noderef] __rcu *ptracer_cred ../kernel/fork.c:2514:59: warning: dereference of noderef expression ../kernel/fork.c:2515:59: warning: dereference of noderef expression ../kernel/fork.c:1056:23: error: incompatible types in comparison expression (different address spaces): ../kernel/fork.c:1056:23: struct task_struct [noderef] __rcu * ../kernel/fork.c:1056:23: struct task_struct * ../arch/x86/platform/uv/uv_nmi.c:319:27: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/platform/uv/uv_nmi.c:319:27: expected void const volatile [noderef] __iomem *addr ../arch/x86/platform/uv/uv_nmi.c:319:27: got int *addr ../arch/x86/platform/uv/uv_nmi.c:326:32: warning: incorrect type in argument 2 (different address spaces) ../arch/x86/platform/uv/uv_nmi.c:326:32: expected void volatile [noderef] __iomem *addr ../arch/x86/platform/uv/uv_nmi.c:326:32: got int *addr ../arch/x86/platform/uv/uv_nmi.c:329:30: warning: incorrect type in argument 2 (different address spaces) ../arch/x86/platform/uv/uv_nmi.c:329:30: expected void volatile [noderef] __iomem *addr ../arch/x86/platform/uv/uv_nmi.c:329:30: got int *addr ../arch/x86/platform/uv/uv_nmi.c:332:21: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/platform/uv/uv_nmi.c:332:21: expected void const volatile [noderef] __iomem *addr ../arch/x86/platform/uv/uv_nmi.c:332:21: got int *addr ../arch/x86/platform/uv/uv_nmi.c: note: in included file: ../arch/x86/include/asm/uv/uv_hub.h:620:42: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/include/asm/uv/uv_hub.h:620:42: expected void const volatile [noderef] __iomem *addr ../arch/x86/include/asm/uv/uv_hub.h:620:42: got unsigned long * ../arch/x86/include/asm/uv/uv_hub.h:625:41: warning: incorrect type in argument 2 (different address spaces) ../arch/x86/include/asm/uv/uv_hub.h:625:41: expected void volatile [noderef] __iomem *addr ../arch/x86/include/asm/uv/uv_hub.h:625:41: got unsigned long * ../arch/x86/include/asm/uv/uv_hub.h:620:42: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/include/asm/uv/uv_hub.h:620:42: expected void const volatile [noderef] __iomem *addr ../arch/x86/include/asm/uv/uv_hub.h:620:42: got unsigned long * ../arch/x86/include/asm/uv/uv_hub.h:625:41: warning: incorrect type in argument 2 (different address spaces) ../arch/x86/include/asm/uv/uv_hub.h:625:41: expected void volatile [noderef] __iomem *addr ../arch/x86/include/asm/uv/uv_hub.h:625:41: got unsigned long * ../block/blk-core.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/block.h): ../include/trace/events/block.h:244:1: warning: restricted blk_mq_req_flags_t degrades to integer ../block/blk-core.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../include/trace/events/block.h): ../include/trace/events/block.h:244:1: warning: restricted blk_mq_req_flags_t degrades to integer ../block/blk-core.c:142:33: warning: cast to restricted blk_opf_t In file included from ../include/linux/string.h:383, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../include/linux/spinlock.h:59, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../include/linux/slab.h:17, from ../include/linux/resource_ext.h:11, from ../include/linux/acpi.h:14, from ../include/acpi/apei.h:9, from ../include/acpi/ghes.h:5, from ../include/linux/arm_sdei.h:8, from ../drivers/acpi/apei/ghes.c:20: In function ‘fortify_memcpy_chk’, inlined from ‘ghes_handle_aer’ at ../drivers/acpi/apei/ghes.c:667:3: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/exec.c:315:39: warning: incorrect type in return expression (different address spaces) ../fs/exec.c:315:39: expected char const [noderef] __user * ../fs/exec.c:315:39: got void * ../fs/exec.c:322:31: warning: incorrect type in return expression (different address spaces) ../fs/exec.c:322:31: expected char const [noderef] __user * ../fs/exec.c:322:31: got void * ../fs/exec.c:922:48: warning: incorrect type in initializer (different address spaces) ../fs/exec.c:922:48: expected struct sighand_struct *oldsighand ../fs/exec.c:922:48: got struct sighand_struct [noderef] __rcu *sighand ../fs/exec.c:1028:56: warning: incorrect type in argument 2 (different address spaces) ../fs/exec.c:1028:56: expected struct task_struct *parent ../fs/exec.c:1028:56: got struct task_struct [noderef] __rcu *parent ../fs/exec.c:1063:47: warning: incorrect type in initializer (different address spaces) ../fs/exec.c:1063:47: expected struct sighand_struct *oldsighand ../fs/exec.c:1063:47: got struct sighand_struct [noderef] __rcu *sighand ../fs/exec.c:1178:26: warning: incorrect type in argument 1 (different address spaces) ../fs/exec.c:1178:26: expected struct spinlock [usertype] *lock ../fs/exec.c:1178:26: got struct spinlock [noderef] __rcu * ../fs/exec.c:1180:28: warning: incorrect type in argument 1 (different address spaces) ../fs/exec.c:1180:28: expected struct spinlock [usertype] *lock ../fs/exec.c:1180:28: got struct spinlock [noderef] __rcu * ../fs/exec.c:1717:70: warning: incorrect type in argument 1 (different address spaces) ../fs/exec.c:1717:70: expected struct task_struct *tsk ../fs/exec.c:1717:70: got struct task_struct [noderef] __rcu *parent ../drivers/acpi/apei/ghes.c:753:20: warning: symbol 'cxl_cper_prot_err_work' was not declared. Should it be static? ../drivers/acpi/apei/ghes.c:811:1: warning: symbol 'cxl_cper_fifo' was not declared. Should it be static? ../drivers/acpi/apei/ghes.c:815:20: warning: symbol 'cxl_cper_work' was not declared. Should it be static? ../fs/fcntl.c:1070:9: error: incompatible types in comparison expression (different address spaces): ../fs/fcntl.c:1070:9: struct fasync_struct [noderef] __rcu * ../fs/fcntl.c:1070:9: struct fasync_struct * ../fs/fcntl.c:1148:22: error: incompatible types in comparison expression (different address spaces): ../fs/fcntl.c:1148:22: struct fasync_struct [noderef] __rcu * ../fs/fcntl.c:1148:22: struct fasync_struct * ../fs/fcntl.c:1159:33: error: incompatible types in comparison expression (different address spaces): ../fs/fcntl.c:1159:33: struct fasync_struct [noderef] __rcu * ../fs/fcntl.c:1159:33: struct fasync_struct * ../drivers/regulator/core.c: note: in included file: ../drivers/regulator/internal.h:54:42: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:468:17: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:468:25: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:482:47: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:1998:56: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:2000:56: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:4043:65: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:4551:47: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:4728:65: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:6597:54: warning: restricted suspend_state_t degrades to integer ../drivers/regulator/core.c:6598:54: warning: restricted suspend_state_t degrades to integer ../io_uring/io_uring.c:468:28: warning: invalid assignment: |= ../io_uring/io_uring.c:468:28: left side has type bool ../io_uring/io_uring.c:468:28: right side has type restricted io_req_flags_t ../io_uring/io_uring.c: note: in included file (through ../include/linux/io_uring/cmd.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../io_uring/io_uring.c:768:58: warning: array of flexible structures ../io_uring/io_uring.c:898:69: warning: array of flexible structures ../io_uring/io_uring.c: note: in included file: ../io_uring/io_uring.h:180:73: warning: array of flexible structures ../io_uring/io_uring.c:1341:25: warning: restricted io_req_flags_t degrades to integer ../security/selinux/hooks.c:5766:22: warning: restricted __be16 degrades to integer ../security/selinux/hooks.c:5767:22: warning: restricted __be16 degrades to integer ../io_uring/filetable.c: note: in included file: ../io_uring/filetable.h:55:35: warning: restricted io_req_flags_t degrades to integer ../io_uring/rsrc.c: note: in included file: ../io_uring/filetable.h:55:35: warning: restricted io_req_flags_t degrades to integer ../io_uring/filetable.h:55:35: warning: restricted io_req_flags_t degrades to integer ../sound/usb/caiaq/device.c:154:41: warning: cast to restricted __le16 ../drivers/acpi/acpi_extlog.c:87:54: warning: cast removes address space '__iomem' of expression ../drivers/acpi/acpi_extlog.c:323:20: warning: cast removes address space '__iomem' of expression ../drivers/acpi/acpi_extlog.c:344:34: warning: cast removes address space '__iomem' of expression ../drivers/acpi/acpi_extlog.c:368:11: warning: cast removes address space '__iomem' of expression ../drivers/acpi/acpi_extlog.c:391:19: warning: cast removes address space '__iomem' of expression ../kernel/exit.c:364:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:364:37: expected struct task_struct *tsk ../kernel/exit.c:364:37: got struct task_struct [noderef] __rcu *real_parent ../kernel/exit.c:367:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:367:32: expected struct task_struct *task ../kernel/exit.c:367:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/exit.c:368:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:368:35: expected struct task_struct *task ../kernel/exit.c:368:35: got struct task_struct [noderef] __rcu *real_parent ../kernel/exit.c:413:24: warning: incorrect type in assignment (different address spaces) ../kernel/exit.c:413:24: expected struct task_struct *parent ../kernel/exit.c:413:24: got struct task_struct [noderef] __rcu *real_parent ../kernel/exit.c:465:17: warning: incorrect type in assignment (different address spaces) ../kernel/exit.c:465:17: expected struct task_struct [noderef] __rcu *volatile ../kernel/exit.c:465:17: got struct task_struct *tsk ../kernel/exit.c:500:23: error: incompatible types in comparison expression (different address spaces): ../kernel/exit.c:500:23: struct task_struct [noderef] __rcu * ../kernel/exit.c:500:23: struct task_struct * ../kernel/exit.c:689:29: warning: incorrect type in assignment (different address spaces) ../kernel/exit.c:691:29: warning: incorrect type in assignment (different address spaces) ../kernel/exit.c:902:45: warning: incorrect type in initializer (different address spaces) ../kernel/exit.c:1136:63: warning: incorrect type in initializer (different address spaces) ../kernel/exit.c:1381:25: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:1396:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:1447:25: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:1450:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:1456:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/exit.c:1632:68: error: incompatible types in comparison expression (different base types): ../kernel/exit.c:1632:68: void * ../kernel/exit.c:1632:68: struct task_struct [noderef] __rcu * ../kernel/exit.c:1661:25: warning: incorrect type in initializer (different address spaces) ../kernel/exit.c:1661:25: expected struct task_struct *parent ../kernel/exit.c:1661:25: got struct task_struct [noderef] __rcu * ../kernel/exit.c:523:9: warning: dereference of noderef expression ../kernel/exit.c: note: in included file: ../include/linux/ptrace.h:93:40: warning: incorrect type in argument 1 (different address spaces) ../include/linux/ptrace.h:93:40: expected struct task_struct *p1 ../include/linux/ptrace.h:93:40: got struct task_struct [noderef] __rcu *real_parent ../include/linux/ptrace.h:93:60: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:93:60: expected struct task_struct *p2 ../include/linux/ptrace.h:93:60: got struct task_struct [noderef] __rcu *parent ../include/linux/ptrace.h:93:40: warning: incorrect type in argument 1 (different address spaces) ../include/linux/ptrace.h:93:40: expected struct task_struct *p1 ../include/linux/ptrace.h:93:40: got struct task_struct [noderef] __rcu *real_parent ../include/linux/ptrace.h:93:60: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:93:60: expected struct task_struct *p2 ../include/linux/ptrace.h:93:60: got struct task_struct [noderef] __rcu *parent ../include/linux/ptrace.h:93:40: warning: incorrect type in argument 1 (different address spaces) ../include/linux/ptrace.h:93:40: expected struct task_struct *p1 ../include/linux/ptrace.h:93:40: got struct task_struct [noderef] __rcu *real_parent ../include/linux/ptrace.h:93:60: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:93:60: expected struct task_struct *p2 ../include/linux/ptrace.h:93:60: got struct task_struct [noderef] __rcu *parent ../drivers/pci/pci-driver.c:551:42: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci-driver.c:551:61: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci-driver.c:784:28: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci-driver.c:784:46: warning: restricted pci_power_t degrades to integer ../io_uring/tw.c: note: in included file (through ../io_uring/io_uring.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../drivers/pci/pci.c:1141:36: warning: incorrect type in assignment (different base types) ../drivers/pci/pci.c:1141:36: expected restricted pci_power_t [usertype] current_state ../drivers/pci/pci.c:1141:36: got int ../drivers/pci/pci.c:1331:15: warning: incorrect type in assignment (different base types) ../drivers/pci/pci.c:1331:15: expected restricted pci_power_t [assigned] [usertype] state ../drivers/pci/pci.c:1331:15: got int ../drivers/pci/pci.c:1333:50: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1333:69: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1395:28: warning: incorrect type in assignment (different base types) ../drivers/pci/pci.c:1395:28: expected restricted pci_power_t [usertype] current_state ../drivers/pci/pci.c:1395:28: got int ../drivers/pci/pci.c:1485:16: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1485:35: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1485:52: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1485:70: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1510:15: warning: invalid assignment: |= ../drivers/pci/pci.c:1510:15: left side has type unsigned short ../drivers/pci/pci.c:1510:15: right side has type restricted pci_power_t ../drivers/pci/pci.c:1522:28: warning: incorrect type in assignment (different base types) ../drivers/pci/pci.c:1522:28: expected restricted pci_power_t [usertype] current_state ../drivers/pci/pci.c:1522:28: got int ../drivers/pci/pci.c:1536:13: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1536:21: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1538:18: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1538:26: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1561:13: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1561:22: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:1856:38: warning: array of flexible structures ../drivers/pci/pci.c:2333:44: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2651:60: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2652:30: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2823:20: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2823:38: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2846:49: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:2846:67: warning: restricted pci_power_t degrades to integer ../drivers/pci/pci.c:4512:13: warning: invalid assignment: |= ../drivers/pci/pci.c:4512:13: left side has type unsigned short ../drivers/pci/pci.c:4512:13: right side has type restricted pci_power_t ../drivers/pci/pci.c:4517:13: warning: invalid assignment: |= ../drivers/pci/pci.c:4517:13: left side has type unsigned short ../drivers/pci/pci.c:4517:13: right side has type restricted pci_power_t ../drivers/pci/pci.c:1096:24: warning: incorrect type in return expression (different base types) ../drivers/pci/pci.c:1096:24: expected int ../drivers/pci/pci.c:1096:24: got restricted pci_power_t [usertype] ../drivers/pci/pci.c:1096:24: warning: incorrect type in return expression (different base types) ../drivers/pci/pci.c:1096:24: expected int ../drivers/pci/pci.c:1096:24: got restricted pci_power_t [usertype] ../block/blk-mq-tag.c:188:45: warning: incorrect type in argument 4 (different base types) ../block/blk-mq-tag.c:188:45: expected unsigned int alloc_flags ../block/blk-mq-tag.c:188:45: got restricted blk_mq_req_flags_t [usertype] flags ../io_uring/poll.c:433:40: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:433:40: expected int mask ../io_uring/poll.c:433:40: got restricted __poll_t [usertype] mask ../io_uring/poll.c:283:38: warning: incorrect type in assignment (different base types) ../io_uring/poll.c:283:38: expected signed int [usertype] res ../io_uring/poll.c:283:38: got restricted __poll_t ../io_uring/poll.c:303:56: warning: restricted __poll_t degrades to integer ../io_uring/poll.c:302:66: warning: incorrect type in argument 1 (different base types) ../io_uring/poll.c:302:66: expected restricted __poll_t [usertype] val ../io_uring/poll.c:302:66: got unsigned int ../io_uring/poll.c:302:52: warning: incorrect type in initializer (different base types) ../io_uring/poll.c:302:52: expected restricted __poll_t [usertype] mask ../io_uring/poll.c:302:52: got unsigned short ../io_uring/poll.c:305:51: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:305:51: expected signed int [usertype] res ../io_uring/poll.c:305:51: got restricted __poll_t [usertype] mask ../io_uring/poll.c:306:53: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:306:53: expected signed int [usertype] res ../io_uring/poll.c:306:53: got restricted __poll_t [usertype] mask ../io_uring/poll.c:359:71: warning: restricted __poll_t degrades to integer ../io_uring/poll.c:359:65: warning: incorrect type in argument 1 (different base types) ../io_uring/poll.c:359:65: expected restricted __poll_t [usertype] val ../io_uring/poll.c:359:65: got unsigned int ../io_uring/poll.c:621:40: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:621:40: expected int mask ../io_uring/poll.c:621:40: got restricted __poll_t [assigned] [usertype] mask ../io_uring/poll.c:701:38: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:701:38: expected int mask ../io_uring/poll.c:701:38: got restricted __poll_t [assigned] [usertype] mask ../io_uring/poll.c:701:55: warning: incorrect type in argument 3 (different base types) ../io_uring/poll.c:701:55: expected int events ../io_uring/poll.c:701:55: got restricted __poll_t [usertype] events ../io_uring/poll.c:708:33: warning: incorrect type in initializer (different base types) ../io_uring/poll.c:708:33: expected restricted __poll_t [usertype] mask ../io_uring/poll.c:708:33: got int ../io_uring/poll.c:846:24: warning: invalid assignment: |= ../io_uring/poll.c:846:24: left side has type unsigned int ../io_uring/poll.c:846:24: right side has type restricted __poll_t ../io_uring/poll.c:848:24: warning: invalid assignment: |= ../io_uring/poll.c:848:24: left side has type unsigned int ../io_uring/poll.c:848:24: right side has type restricted __poll_t ../io_uring/poll.c:850:55: warning: restricted __poll_t degrades to integer ../io_uring/poll.c:849:29: warning: restricted __poll_t degrades to integer ../io_uring/poll.c:849:38: warning: incorrect type in return expression (different base types) ../io_uring/poll.c:849:38: expected restricted __poll_t ../io_uring/poll.c:849:38: got unsigned int ../io_uring/poll.c:910:40: warning: incorrect type in argument 2 (different base types) ../io_uring/poll.c:910:40: expected signed int [usertype] res ../io_uring/poll.c:910:40: got restricted __poll_t [addressable] [assigned] [usertype] result_mask ../io_uring/poll.c:941:38: warning: invalid assignment: &= ../io_uring/poll.c:941:38: left side has type restricted __poll_t ../io_uring/poll.c:941:38: right side has type int ../io_uring/poll.c:942:52: warning: restricted __poll_t degrades to integer ../io_uring/poll.c:942:38: warning: invalid assignment: |= ../io_uring/poll.c:942:38: left side has type restricted __poll_t ../io_uring/poll.c:942:38: right side has type unsigned int ../fs/file.c:438:17: warning: incorrect type in assignment (different address spaces) ../fs/file.c:438:17: expected struct file **old_fds ../fs/file.c:438:17: got struct file [noderef] __rcu **fd ../fs/file.c:439:17: warning: incorrect type in assignment (different address spaces) ../fs/file.c:439:17: expected struct file **new_fds ../fs/file.c:439:17: got struct file [noderef] __rcu **fd ../fs/file.c:462:17: error: incompatible types in comparison expression (different address spaces): ../fs/file.c:462:17: struct file [noderef] __rcu * ../fs/file.c:462:17: struct file * ../fs/file.c:492:60: warning: incorrect type in initializer (different address spaces) ../fs/file.c:532:28: warning: incorrect type in initializer (different address spaces) ../fs/file.c:911:30: warning: incorrect type in assignment (different address spaces) ../fs/file.c:932:14: warning: incorrect type in assignment (different address spaces) ../fs/file.c:936:13: warning: incorrect type in argument 1 (different address spaces) ../fs/file.c:939:23: warning: incorrect type in assignment (different address spaces) ../fs/file.c:962:24: warning: incorrect type in return expression (different address spaces) ../fs/file.c:964:14: warning: incorrect type in argument 1 (different address spaces) ../fs/file.c:985:22: warning: incorrect type in assignment (different address spaces) ../fs/file.c:987:32: warning: incorrect type in return expression (different address spaces) ../fs/file.c:1009:31: warning: incorrect type in argument 1 (different address spaces) ../fs/file.c:1009:14: warning: incorrect type in assignment (different address spaces) ../fs/file.c:1013:16: warning: incorrect type in return expression (different address spaces) ../io_uring/wait.c: note: in included file (through ../include/trace/events/io_uring.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../io_uring/uring_cmd.c:350:59: warning: array of flexible structures ../io_uring/uring_cmd.c: note: in included file: ../io_uring/io_uring.h:180:73: warning: array of flexible structures ../io_uring/uring_cmd.c: note: in included file: ../io_uring/uring_cmd.h:21:59: warning: array of flexible structures ../net/xfrm/xfrm_policy.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../net/core/skbuff.c: note: in included file (through ../include/linux/skbuff.h, ../include/net/net_namespace.h, ../include/linux/inet.h): ../include/net/checksum.h:33:39: warning: incorrect type in argument 3 (different base types) ../include/net/checksum.h:33:39: expected restricted __wsum [usertype] sum ../include/net/checksum.h:33:39: got unsigned int ../fs/filesystems.c:286:13: warning: incorrect type in assignment (different address spaces) ../fs/filesystems.c:286:13: expected struct file_systems_string *old ../fs/filesystems.c:286:13: got struct file_systems_string [noderef] __rcu *static [addressable] [assigned] [toplevel] file_systems_string Warning: ../block/blk-mq-dma.c:379 Excess function parameter 'state' description in 'blk_rq_integrity_dma_map_iter_next' Warning: ../block/blk-mq-dma.c:379 Excess function parameter 'state' description in 'blk_rq_integrity_dma_map_iter_next' ../drivers/soc/qcom/smp2p.c:280:64: warning: incorrect type in argument 1 (different address spaces) ../drivers/soc/qcom/smp2p.c:280:64: expected void const volatile [noderef] __iomem *addr ../drivers/soc/qcom/smp2p.c:280:64: got unsigned int [usertype] *value ../drivers/soc/qcom/smp2p.c:318:34: warning: incorrect type in argument 1 (different address spaces) ../drivers/soc/qcom/smp2p.c:318:34: expected void const volatile [noderef] __iomem *addr ../drivers/soc/qcom/smp2p.c:318:34: got unsigned int [usertype] *value ../drivers/soc/qcom/smp2p.c:446:26: warning: incorrect type in argument 1 (different address spaces) ../drivers/soc/qcom/smp2p.c:446:26: expected void const volatile [noderef] __iomem *addr ../drivers/soc/qcom/smp2p.c:446:26: got unsigned int [usertype] *value ../drivers/soc/qcom/smp2p.c:501:33: warning: incorrect type in argument 1 (different address spaces) ../drivers/soc/qcom/smp2p.c:501:33: expected void const volatile [noderef] __iomem *addr ../drivers/soc/qcom/smp2p.c:501:33: got unsigned int [usertype] *value ../drivers/soc/qcom/smp2p.c:504:26: warning: incorrect type in argument 2 (different address spaces) ../drivers/soc/qcom/smp2p.c:504:26: expected void volatile [noderef] __iomem *addr ../drivers/soc/qcom/smp2p.c:504:26: got unsigned int [usertype] *value Warning: ../fs/inode.c:1303 Excess function parameter 'isnew' description in 'inode_insert5' Warning: ../fs/inode.c:1303 Excess function parameter 'isnew' description in 'inode_insert5' ../io_uring/sqpoll.c: note: in included file (through ../io_uring/io_uring.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../mm/swap.c:47:5: warning: symbol 'page_cluster' was not declared. Should it be static? ../kernel/ptrace.c:92:23: warning: incorrect type in assignment (different address spaces) ../kernel/ptrace.c:92:23: expected struct task_struct [noderef] __rcu *parent ../kernel/ptrace.c:92:23: got struct task_struct *new_parent ../kernel/ptrace.c:93:29: warning: incorrect type in assignment (different address spaces) ../kernel/ptrace.c:93:29: expected struct cred const [noderef] __rcu *ptracer_cred ../kernel/ptrace.c:93:29: got struct cred const * ../kernel/ptrace.c:147:18: warning: incorrect type in assignment (different address spaces) ../kernel/ptrace.c:147:18: expected struct cred const *old_cred ../kernel/ptrace.c:147:18: got struct cred const [noderef] __rcu *ptracer_cred ../kernel/ptrace.c:151:25: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:151:25: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:151:25: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:178:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:178:27: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:178:27: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:210:28: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:210:28: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:210:28: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:216:30: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:216:30: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:216:30: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:269:44: error: incompatible types in comparison expression (different address spaces): ../kernel/ptrace.c:269:44: struct task_struct [noderef] __rcu * ../kernel/ptrace.c:269:44: struct task_struct * ../kernel/ptrace.c:519:54: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:519:54: expected struct task_struct *parent ../kernel/ptrace.c:519:54: got struct task_struct [noderef] __rcu *parent ../kernel/ptrace.c:527:53: warning: incorrect type in argument 2 (different address spaces) ../kernel/ptrace.c:527:53: expected struct task_struct *new_parent ../kernel/ptrace.c:527:53: got struct task_struct [noderef] __rcu *real_parent ../kernel/ptrace.c:575:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:575:41: expected struct task_struct *p1 ../kernel/ptrace.c:575:41: got struct task_struct [noderef] __rcu *real_parent ../kernel/ptrace.c:577:50: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:577:50: expected struct sighand_struct *sigh ../kernel/ptrace.c:577:50: got struct sighand_struct [noderef] __rcu *sighand ../kernel/ptrace.c:769:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:769:37: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:769:37: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:777:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:777:39: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:777:39: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:888:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:888:29: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:888:29: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:892:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:892:31: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:892:31: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:1247:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:1247:37: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:1247:37: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:1249:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:1249:39: expected struct spinlock [usertype] *lock ../kernel/ptrace.c:1249:39: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/mm.h): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:405:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/ptrace.c:405:9: expected struct spinlock [usertype] *_T ../kernel/ptrace.c:405:9: got struct spinlock [noderef] __rcu * ../kernel/ptrace.c:525:38: warning: dereference of noderef expression ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../net/ipv4/tcp_cong.c:298:24: warning: incorrect type in initializer (different address spaces) ../net/ipv4/tcp_cong.c:298:24: expected struct tcp_congestion_ops const [noderef] __rcu *__ret ../net/ipv4/tcp_cong.c:298:24: got struct tcp_congestion_ops *[assigned] ca ../net/ipv4/tcp_cong.c:298:22: warning: incorrect type in assignment (different address spaces) ../net/ipv4/tcp_cong.c:298:22: expected struct tcp_congestion_ops const *prev ../net/ipv4/tcp_cong.c:298:22: got struct tcp_congestion_ops const [noderef] __rcu *[assigned] __ret ../drivers/dma-buf/dma-fence.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/dma_fence.h): ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in assignment (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected void const *driver_ptr_ ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in assignment (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected void const *timeline_ptr_ ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in assignment (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected void const *driver_ptr_ ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in argument 1 (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected char const *str ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:12:1: warning: incorrect type in assignment (different address spaces) ../include/trace/events/dma_fence.h:12:1: expected void const *timeline_ptr_ ../include/trace/events/dma_fence.h:12:1: got char const [noderef] __rcu * ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../include/trace/events/dma_fence.h:45:1: warning: dereference of noderef expression ../net/ipv4/tcp_offload.c:213:49: warning: incorrect type in argument 2 (different base types) ../net/ipv4/tcp_offload.c:213:49: expected restricted __wsum [usertype] res ../net/ipv4/tcp_offload.c:213:49: got fouled restricted __sum16 ../net/ipv4/tcp_offload.c:215:60: warning: incorrect type in argument 2 (different base types) ../net/ipv4/tcp_offload.c:215:60: expected restricted __wsum [usertype] res ../net/ipv4/tcp_offload.c:215:60: got fouled restricted __sum16 ../net/ipv4/tcp_offload.c:258:41: warning: incorrect type in argument 2 (different base types) ../net/ipv4/tcp_offload.c:258:41: expected restricted __wsum [usertype] res ../net/ipv4/tcp_offload.c:258:41: got fouled restricted __sum16 ../net/ipv4/tcp_offload.c:260:52: warning: incorrect type in argument 2 (different base types) ../net/ipv4/tcp_offload.c:260:52: expected restricted __wsum [usertype] res ../net/ipv4/tcp_offload.c:260:52: got fouled restricted __sum16 ../mm/shrinker.c:10:1: warning: symbol 'shrinker_list' was not declared. Should it be static? ../mm/shrinker.c:11:1: warning: symbol 'shrinker_mutex' was not declared. Should it be static? ../block/blk-mq.c:4398:16: warning: incorrect type in argument 1 (different address spaces) ../block/blk-mq.c:4398:16: expected void const *objp ../block/blk-mq.c:4398:16: got struct blk_mq_hw_ctx *[noderef] __rcu *queue_hw_ctx ../block/blk-mq.c:4543:41: warning: incorrect type in initializer (different address spaces) ../block/blk-mq.c:4543:41: expected struct blk_mq_hw_ctx **hctxs ../block/blk-mq.c:4543:41: got struct blk_mq_hw_ctx *[noderef] __rcu *queue_hw_ctx ../block/blk-mq.c:746:36: warning: dereference of noderef expression ../block/blk-mq.c:5242:48: warning: dereference of noderef expression ../drivers/xen/xen-pciback/pci_stub.c:754:21: warning: incorrect type in assignment (different base types) ../drivers/xen/xen-pciback/pci_stub.c:754:21: expected signed int [usertype] err ../drivers/xen/xen-pciback/pci_stub.c:754:21: got restricted pci_channel_state_t [usertype] state ../drivers/xen/xen-pciback/pci_stub.c:799:37: warning: incorrect type in assignment (different base types) ../drivers/xen/xen-pciback/pci_stub.c:799:37: expected signed int [usertype] err ../drivers/xen/xen-pciback/pci_stub.c:799:37: got restricted pci_ers_result_t ../net/ipv4/tcp_ipv4.c:3393:41: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3393:41: expected void const *data ../net/ipv4/tcp_ipv4.c:3393:41: got struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3519:45: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3519:45: expected void const *data ../net/ipv4/tcp_ipv4.c:3519:45: got struct tcp_congestion_ops const [noderef] __rcu *extern [addressable] [toplevel] tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3523:50: warning: incorrect type in assignment (different address spaces) ../net/ipv4/tcp_ipv4.c:3523:50: expected struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3523:50: got struct tcp_congestion_ops * ../net/ipv4/tcp_ipv4.c:3394:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3394:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3520:45: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3520:45: warning: dereference of noderef expression ../io_uring/register.c: note: in included file: ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../drivers/gpu/drm/gud/gud_drv.c:97:28: warning: cast to restricted __le32 ../drivers/gpu/drm/gud/gud_drv.c:97:17: warning: restricted __le32 degrades to integer ../drivers/dma-buf/sw_sync.c:88:24: error: incompatible types in comparison expression (different address spaces): ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const [noderef] __rcu * ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const * ../drivers/dma-buf/sw_sync.c:88:24: error: incompatible types in comparison expression (different address spaces): ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const [noderef] __rcu * ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const * ../drivers/dma-buf/sw_sync.c:88:24: error: incompatible types in comparison expression (different address spaces): ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const [noderef] __rcu * ../drivers/dma-buf/sw_sync.c:88:24: struct dma_fence_ops const * ../net/netfilter/nf_conntrack_proto.c:181:35: warning: incorrect type in assignment (different modifiers) ../net/netfilter/nf_conntrack_proto.c:181:35: expected int ( *helper_cb )( ... ) ../net/netfilter/nf_conntrack_proto.c:181:35: got int ( [noderef] * )( ... ) ../kernel/signal.c: note: in included file (through ../arch/x86/include/uapi/asm/signal.h, ../arch/x86/include/asm/signal.h, ../include/uapi/linux/signal.h, ../include/linux/signal_types.h, ../include/linux/sched.h, ...): ../include/uapi/asm-generic/signal-defs.h:83:29: error: multiple address spaces given ../kernel/signal.c:191:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:191:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:191:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:194:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:194:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:194:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:497:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:497:9: expected struct spinlock [usertype] *lock ../kernel/signal.c:497:9: got struct spinlock [noderef] __rcu * ../kernel/signal.c:501:34: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:501:34: expected struct spinlock [usertype] *lock ../kernel/signal.c:501:34: got struct spinlock [noderef] __rcu * ../kernel/signal.c:523:53: warning: incorrect type in initializer (different address spaces) ../kernel/signal.c:523:53: expected struct k_sigaction *ka ../kernel/signal.c:523:53: got struct k_sigaction [noderef] __rcu * ../include/uapi/asm-generic/signal-defs.h:83:29: error: multiple address spaces given ../kernel/signal.c:624:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:624:9: expected struct lockdep_map const *lock ../kernel/signal.c:624:9: got struct lockdep_map [noderef] __rcu * ../kernel/signal.c:723:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:723:9: expected struct lockdep_map const *lock ../kernel/signal.c:723:9: got struct lockdep_map [noderef] __rcu * ../kernel/signal.c:754:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:754:9: expected struct lockdep_map const *lock ../kernel/signal.c:754:9: got struct lockdep_map [noderef] __rcu * ../kernel/signal.c:855:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:855:9: expected struct lockdep_map const *lock ../kernel/signal.c:855:9: got struct lockdep_map [noderef] __rcu * ../kernel/signal.c:1048:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:1048:9: expected struct lockdep_map const *lock ../kernel/signal.c:1048:9: got struct lockdep_map [noderef] __rcu * ../kernel/signal.c:1300:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:1300:9: expected struct spinlock [usertype] *lock ../kernel/signal.c:1300:9: got struct spinlock [noderef] __rcu * ../kernel/signal.c:1301:16: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:1301:16: expected struct k_sigaction *action ../kernel/signal.c:1301:16: got struct k_sigaction [noderef] __rcu * ../kernel/signal.c:1322:34: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:1322:34: expected struct spinlock [usertype] *lock ../kernel/signal.c:1322:34: got struct spinlock [noderef] __rcu * ../kernel/signal.c:1934:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:1934:9: expected struct spinlock [usertype] *_T ../kernel/signal.c:1934:9: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2199:44: warning: cast removes address space '__rcu' of expression ../kernel/signal.c:2218:65: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2218:65: expected struct task_struct *tsk ../kernel/signal.c:2218:65: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2219:40: warning: cast removes address space '__rcu' of expression ../kernel/signal.c:2237:14: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:2237:14: expected struct sighand_struct *psig ../kernel/signal.c:2237:14: got struct sighand_struct [noderef] __rcu *[noderef] __rcu sighand ../kernel/signal.c:2270:53: warning: incorrect type in argument 3 (different address spaces) ../kernel/signal.c:2270:53: expected struct task_struct *t ../kernel/signal.c:2270:53: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2271:34: warning: incorrect type in argument 2 (different address spaces) ../kernel/signal.c:2271:34: expected struct task_struct *parent ../kernel/signal.c:2271:34: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2300:24: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:2300:24: expected struct task_struct *parent ../kernel/signal.c:2300:24: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2303:24: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:2303:24: expected struct task_struct *parent ../kernel/signal.c:2303:24: got struct task_struct [noderef] __rcu *real_parent ../kernel/signal.c:2336:17: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:2336:17: expected struct sighand_struct *sighand ../kernel/signal.c:2336:17: got struct sighand_struct [noderef] __rcu *sighand ../kernel/signal.c:2376:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2376:41: expected struct spinlock [usertype] *lock ../kernel/signal.c:2376:41: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2378:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2378:39: expected struct spinlock [usertype] *lock ../kernel/signal.c:2378:39: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2435:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2435:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:2435:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2493:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2493:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:2493:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2533:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2533:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:2533:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2535:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2535:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:2535:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2633:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2633:41: expected struct spinlock [usertype] *lock ../kernel/signal.c:2633:41: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2717:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2717:41: expected struct spinlock [usertype] *lock ../kernel/signal.c:2717:41: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2729:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2729:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:2729:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2772:52: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:2772:52: expected struct task_struct *tsk ../kernel/signal.c:2772:52: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2774:49: warning: cast removes address space '__rcu' of expression ../kernel/signal.c:2812:49: warning: incorrect type in initializer (different address spaces) ../kernel/signal.c:2812:49: expected struct sighand_struct *sighand ../kernel/signal.c:2812:49: got struct sighand_struct [noderef] __rcu *sighand ../kernel/signal.c:3145:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3145:27: expected struct spinlock [usertype] *lock ../kernel/signal.c:3145:27: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3165:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3165:29: expected struct spinlock [usertype] *lock ../kernel/signal.c:3165:29: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3232:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3232:27: expected struct spinlock [usertype] *lock ../kernel/signal.c:3232:27: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3234:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3234:29: expected struct spinlock [usertype] *lock ../kernel/signal.c:3234:29: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3385:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3385:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:3385:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3388:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3388:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:3388:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3777:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3777:27: expected struct spinlock [usertype] *lock ../kernel/signal.c:3777:27: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3789:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3789:37: expected struct spinlock [usertype] *lock ../kernel/signal.c:3789:37: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3794:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3794:35: expected struct spinlock [usertype] *lock ../kernel/signal.c:3794:35: got struct spinlock [noderef] __rcu * ../kernel/signal.c:3799:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:3799:29: expected struct spinlock [usertype] *lock ../kernel/signal.c:3799:29: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4291:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4291:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:4291:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4303:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4303:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:4303:33: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4321:11: warning: incorrect type in assignment (different address spaces) ../kernel/signal.c:4321:11: expected struct k_sigaction *k ../kernel/signal.c:4321:11: got struct k_sigaction [noderef] __rcu * ../kernel/signal.c:4323:25: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4323:25: expected struct spinlock [usertype] *lock ../kernel/signal.c:4323:25: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4325:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4325:35: expected struct spinlock [usertype] *lock ../kernel/signal.c:4325:35: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4377:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4377:27: expected struct spinlock [usertype] *lock ../kernel/signal.c:4377:27: got struct spinlock [noderef] __rcu * ../kernel/signal.c:5036:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:5036:29: expected struct spinlock [usertype] *lock ../kernel/signal.c:5036:29: got struct spinlock [noderef] __rcu * ../kernel/signal.c:5045:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:5045:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:5045:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:5055:23: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:5055:23: expected struct spinlock [usertype] *lock ../kernel/signal.c:5055:23: got struct spinlock [noderef] __rcu * ../kernel/signal.c:74:34: warning: dereference of noderef expression ../kernel/signal.c:510:35: warning: dereference of noderef expression ../kernel/signal.c:538:52: warning: dereference of noderef expression ../kernel/signal.c:1003:13: warning: dereference of noderef expression ../kernel/signal.c: note: in included file: ../include/linux/signalfd.h:21:13: warning: incorrect type in argument 1 (different address spaces) ../include/linux/signalfd.h:21:13: expected struct wait_queue_head *wq_head ../include/linux/signalfd.h:21:13: got struct wait_queue_head [noderef] __rcu * ../include/linux/signalfd.h:22:17: warning: incorrect type in argument 1 (different address spaces) ../include/linux/signalfd.h:22:17: expected struct wait_queue_head *wq_head ../include/linux/signalfd.h:22:17: got struct wait_queue_head [noderef] __rcu * ../kernel/signal.c: note: in included file (through ../include/linux/sched/cputime.h): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../kernel/signal.c: note: in included file: ../include/linux/signalfd.h:21:13: warning: incorrect type in argument 1 (different address spaces) ../include/linux/signalfd.h:21:13: expected struct wait_queue_head *wq_head ../include/linux/signalfd.h:21:13: got struct wait_queue_head [noderef] __rcu * ../include/linux/signalfd.h:22:17: warning: incorrect type in argument 1 (different address spaces) ../include/linux/signalfd.h:22:17: expected struct wait_queue_head *wq_head ../include/linux/signalfd.h:22:17: got struct wait_queue_head [noderef] __rcu * ../kernel/signal.c: note: in included file (through ../include/linux/sched/cputime.h): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../kernel/signal.c:2219:40: warning: dereference of noderef expression ../kernel/signal.c:2219:40: warning: dereference of noderef expression ../kernel/signal.c: note: in included file (through ../include/linux/ftrace.h, ../include/linux/bpf.h, ../include/linux/security.h): ../include/linux/ptrace.h:93:40: warning: incorrect type in argument 1 (different address spaces) ../include/linux/ptrace.h:93:40: expected struct task_struct *p1 ../include/linux/ptrace.h:93:40: got struct task_struct [noderef] __rcu *real_parent ../include/linux/ptrace.h:93:60: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:93:60: expected struct task_struct *p2 ../include/linux/ptrace.h:93:60: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:2774:49: warning: dereference of noderef expression ../kernel/signal.c:2774:49: warning: dereference of noderef expression ../include/linux/ptrace.h:93:40: warning: incorrect type in argument 1 (different address spaces) ../include/linux/ptrace.h:93:40: expected struct task_struct *p1 ../include/linux/ptrace.h:93:40: got struct task_struct [noderef] __rcu *real_parent ../include/linux/ptrace.h:93:60: warning: incorrect type in argument 2 (different address spaces) ../include/linux/ptrace.h:93:60: expected struct task_struct *p2 ../include/linux/ptrace.h:93:60: got struct task_struct [noderef] __rcu *parent ../kernel/signal.c:4292:33: warning: dereference of noderef expression ../kernel/signal.c:4385:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4385:31: expected struct spinlock [usertype] *lock ../kernel/signal.c:4385:31: got struct spinlock [noderef] __rcu * ../kernel/signal.c:4391:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/signal.c:4391:33: expected struct spinlock [usertype] *lock ../kernel/signal.c:4391:33: got struct spinlock [noderef] __rcu * ../io_uring/query.c: note: in included file (through ../io_uring/query.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../net/mpls/af_mpls.c: note: in included file: ../net/mpls/internal.h:158:38: warning: array of flexible structures ../arch/x86/kernel/setup.c:229:6: warning: symbol 'builtin_cmdline' was not declared. Should it be static? ../kernel/sys.c:1144:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1144:32: expected struct task_struct *p1 ../kernel/sys.c:1144:32: got struct task_struct [noderef] __rcu *real_parent ../arch/x86/kvm/vmx/vmcs12.c:15:9: warning: cast truncates bits from constant value (20002 becomes 2) ../arch/x86/kvm/vmx/vmcs12.c:16:9: warning: cast truncates bits from constant value (20082 becomes 82) ../arch/x86/kvm/vmx/vmcs12.c:17:9: warning: cast truncates bits from constant value (20102 becomes 102) ../arch/x86/kvm/vmx/vmcs12.c:18:9: warning: cast truncates bits from constant value (20182 becomes 182) ../arch/x86/kvm/vmx/vmcs12.c:19:9: warning: cast truncates bits from constant value (20202 becomes 202) ../arch/x86/kvm/vmx/vmcs12.c:20:9: warning: cast truncates bits from constant value (20282 becomes 282) ../arch/x86/kvm/vmx/vmcs12.c:21:9: warning: cast truncates bits from constant value (20302 becomes 302) ../arch/x86/kvm/vmx/vmcs12.c:22:9: warning: cast truncates bits from constant value (20382 becomes 382) ../arch/x86/kvm/vmx/vmcs12.c:23:9: warning: cast truncates bits from constant value (20402 becomes 402) ../arch/x86/kvm/vmx/vmcs12.c:24:9: warning: cast truncates bits from constant value (20482 becomes 482) ../arch/x86/kvm/vmx/vmcs12.c:25:9: warning: cast truncates bits from constant value (30003 becomes 3) ../arch/x86/kvm/vmx/vmcs12.c:26:9: warning: cast truncates bits from constant value (30083 becomes 83) ../arch/x86/kvm/vmx/vmcs12.c:27:9: warning: cast truncates bits from constant value (30103 becomes 103) ../arch/x86/kvm/vmx/vmcs12.c:28:9: warning: cast truncates bits from constant value (30183 becomes 183) ../arch/x86/kvm/vmx/vmcs12.c:29:9: warning: cast truncates bits from constant value (30203 becomes 203) ../arch/x86/kvm/vmx/vmcs12.c:30:9: warning: cast truncates bits from constant value (30283 becomes 283) ../arch/x86/kvm/vmx/vmcs12.c:31:9: warning: cast truncates bits from constant value (30303 becomes 303) ../arch/x86/kvm/vmx/vmcs12.c:32:9: warning: cast truncates bits from constant value (80008 becomes 8) ../arch/x86/kvm/vmx/vmcs12.c:32:9: warning: cast truncates bits from constant value (80048 becomes 48) ../arch/x86/kvm/vmx/vmcs12.c:33:9: warning: cast truncates bits from constant value (80088 becomes 88) ../arch/x86/kvm/vmx/vmcs12.c:33:9: warning: cast truncates bits from constant value (800c8 becomes c8) ../arch/x86/kvm/vmx/vmcs12.c:34:9: warning: cast truncates bits from constant value (80108 becomes 108) ../arch/x86/kvm/vmx/vmcs12.c:34:9: warning: cast truncates bits from constant value (80148 becomes 148) ../arch/x86/kvm/vmx/vmcs12.c:35:9: warning: cast truncates bits from constant value (80188 becomes 188) ../arch/x86/kvm/vmx/vmcs12.c:35:9: warning: cast truncates bits from constant value (801c8 becomes 1c8) ../arch/x86/kvm/vmx/vmcs12.c:36:9: warning: cast truncates bits from constant value (80208 becomes 208) ../arch/x86/kvm/vmx/vmcs12.c:36:9: warning: cast truncates bits from constant value (80248 becomes 248) ../arch/x86/kvm/vmx/vmcs12.c:37:9: warning: cast truncates bits from constant value (80288 becomes 288) ../arch/x86/kvm/vmx/vmcs12.c:37:9: warning: cast truncates bits from constant value (802c8 becomes 2c8) ../arch/x86/kvm/vmx/vmcs12.c:38:9: warning: cast truncates bits from constant value (80388 becomes 388) ../arch/x86/kvm/vmx/vmcs12.c:38:9: warning: cast truncates bits from constant value (803c8 becomes 3c8) ../arch/x86/kvm/vmx/vmcs12.c:39:9: warning: cast truncates bits from constant value (80408 becomes 408) ../arch/x86/kvm/vmx/vmcs12.c:39:9: warning: cast truncates bits from constant value (80448 becomes 448) ../arch/x86/kvm/vmx/vmcs12.c:40:9: warning: cast truncates bits from constant value (80c88 becomes c88) ../arch/x86/kvm/vmx/vmcs12.c:40:9: warning: cast truncates bits from constant value (80cc8 becomes cc8) ../arch/x86/kvm/vmx/vmcs12.c:41:9: warning: cast truncates bits from constant value (80488 becomes 488) ../arch/x86/kvm/vmx/vmcs12.c:41:9: warning: cast truncates bits from constant value (804c8 becomes 4c8) ../arch/x86/kvm/vmx/vmcs12.c:42:9: warning: cast truncates bits from constant value (80508 becomes 508) ../arch/x86/kvm/vmx/vmcs12.c:42:9: warning: cast truncates bits from constant value (80548 becomes 548) ../arch/x86/kvm/vmx/vmcs12.c:43:9: warning: cast truncates bits from constant value (80588 becomes 588) ../arch/x86/kvm/vmx/vmcs12.c:43:9: warning: cast truncates bits from constant value (805c8 becomes 5c8) ../arch/x86/kvm/vmx/vmcs12.c:44:9: warning: cast truncates bits from constant value (80608 becomes 608) ../arch/x86/kvm/vmx/vmcs12.c:44:9: warning: cast truncates bits from constant value (80648 becomes 648) ../arch/x86/kvm/vmx/vmcs12.c:45:9: warning: cast truncates bits from constant value (80688 becomes 688) ../arch/x86/kvm/vmx/vmcs12.c:45:9: warning: cast truncates bits from constant value (806c8 becomes 6c8) ../arch/x86/kvm/vmx/vmcs12.c:46:9: warning: cast truncates bits from constant value (80708 becomes 708) ../arch/x86/kvm/vmx/vmcs12.c:46:9: warning: cast truncates bits from constant value (80748 becomes 748) ../arch/x86/kvm/vmx/vmcs12.c:47:9: warning: cast truncates bits from constant value (80788 becomes 788) ../arch/x86/kvm/vmx/vmcs12.c:47:9: warning: cast truncates bits from constant value (807c8 becomes 7c8) ../arch/x86/kvm/vmx/vmcs12.c:48:9: warning: cast truncates bits from constant value (80808 becomes 808) ../arch/x86/kvm/vmx/vmcs12.c:48:9: warning: cast truncates bits from constant value (80848 becomes 848) ../arch/x86/kvm/vmx/vmcs12.c:49:9: warning: cast truncates bits from constant value (80888 becomes 888) ../arch/x86/kvm/vmx/vmcs12.c:49:9: warning: cast truncates bits from constant value (808c8 becomes 8c8) ../arch/x86/kvm/vmx/vmcs12.c:50:9: warning: cast truncates bits from constant value (80908 becomes 908) ../arch/x86/kvm/vmx/vmcs12.c:50:9: warning: cast truncates bits from constant value (80948 becomes 948) ../arch/x86/kvm/vmx/vmcs12.c:51:9: warning: cast truncates bits from constant value (80988 becomes 988) ../arch/x86/kvm/vmx/vmcs12.c:51:9: warning: cast truncates bits from constant value (809c8 becomes 9c8) ../arch/x86/kvm/vmx/vmcs12.c:52:9: warning: cast truncates bits from constant value (80a08 becomes a08) ../arch/x86/kvm/vmx/vmcs12.c:52:9: warning: cast truncates bits from constant value (80a48 becomes a48) ../arch/x86/kvm/vmx/vmcs12.c:53:9: warning: cast truncates bits from constant value (80b08 becomes b08) ../arch/x86/kvm/vmx/vmcs12.c:53:9: warning: cast truncates bits from constant value (80b48 becomes b48) ../arch/x86/kvm/vmx/vmcs12.c:54:9: warning: cast truncates bits from constant value (80b88 becomes b88) ../arch/x86/kvm/vmx/vmcs12.c:54:9: warning: cast truncates bits from constant value (80bc8 becomes bc8) ../arch/x86/kvm/vmx/vmcs12.c:55:9: warning: cast truncates bits from constant value (90009 becomes 9) ../arch/x86/kvm/vmx/vmcs12.c:55:9: warning: cast truncates bits from constant value (90049 becomes 49) ../arch/x86/kvm/vmx/vmcs12.c:56:9: warning: cast truncates bits from constant value (a000a becomes a) ../arch/x86/kvm/vmx/vmcs12.c:56:9: warning: cast truncates bits from constant value (a004a becomes 4a) ../arch/x86/kvm/vmx/vmcs12.c:57:9: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/vmcs12.c:57:9: warning: cast truncates bits from constant value (a00ca becomes ca) ../arch/x86/kvm/vmx/vmcs12.c:58:9: warning: cast truncates bits from constant value (a010a becomes 10a) ../arch/x86/kvm/vmx/vmcs12.c:58:9: warning: cast truncates bits from constant value (a014a becomes 14a) ../arch/x86/kvm/vmx/vmcs12.c:59:9: warning: cast truncates bits from constant value (a018a becomes 18a) ../arch/x86/kvm/vmx/vmcs12.c:59:9: warning: cast truncates bits from constant value (a01ca becomes 1ca) ../arch/x86/kvm/vmx/vmcs12.c:60:9: warning: cast truncates bits from constant value (a020a becomes 20a) ../arch/x86/kvm/vmx/vmcs12.c:60:9: warning: cast truncates bits from constant value (a024a becomes 24a) ../arch/x86/kvm/vmx/vmcs12.c:61:9: warning: cast truncates bits from constant value (a028a becomes 28a) ../arch/x86/kvm/vmx/vmcs12.c:61:9: warning: cast truncates bits from constant value (a02ca becomes 2ca) ../arch/x86/kvm/vmx/vmcs12.c:62:9: warning: cast truncates bits from constant value (a030a becomes 30a) ../arch/x86/kvm/vmx/vmcs12.c:62:9: warning: cast truncates bits from constant value (a034a becomes 34a) ../arch/x86/kvm/vmx/vmcs12.c:63:9: warning: cast truncates bits from constant value (a038a becomes 38a) ../arch/x86/kvm/vmx/vmcs12.c:63:9: warning: cast truncates bits from constant value (a03ca becomes 3ca) ../arch/x86/kvm/vmx/vmcs12.c:64:9: warning: cast truncates bits from constant value (a040a becomes 40a) ../arch/x86/kvm/vmx/vmcs12.c:64:9: warning: cast truncates bits from constant value (a044a becomes 44a) ../arch/x86/kvm/vmx/vmcs12.c:65:9: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/vmcs12.c:65:9: warning: cast truncates bits from constant value (a04ca becomes 4ca) ../arch/x86/kvm/vmx/vmcs12.c:66:9: warning: cast truncates bits from constant value (b000b becomes b) ../arch/x86/kvm/vmx/vmcs12.c:66:9: warning: cast truncates bits from constant value (b004b becomes 4b) ../arch/x86/kvm/vmx/vmcs12.c:67:9: warning: cast truncates bits from constant value (b008b becomes 8b) ../arch/x86/kvm/vmx/vmcs12.c:67:9: warning: cast truncates bits from constant value (b00cb becomes cb) ../arch/x86/kvm/vmx/vmcs12.c:68:9: warning: cast truncates bits from constant value (b010b becomes 10b) ../arch/x86/kvm/vmx/vmcs12.c:68:9: warning: cast truncates bits from constant value (b014b becomes 14b) ../arch/x86/kvm/vmx/vmcs12.c:69:9: warning: cast truncates bits from constant value (100010 becomes 10) ../arch/x86/kvm/vmx/vmcs12.c:70:9: warning: cast truncates bits from constant value (100090 becomes 90) ../arch/x86/kvm/vmx/vmcs12.c:71:9: warning: cast truncates bits from constant value (100110 becomes 110) ../arch/x86/kvm/vmx/vmcs12.c:72:9: warning: cast truncates bits from constant value (100190 becomes 190) ../arch/x86/kvm/vmx/vmcs12.c:73:9: warning: cast truncates bits from constant value (100210 becomes 210) ../arch/x86/kvm/vmx/vmcs12.c:74:9: warning: cast truncates bits from constant value (100290 becomes 290) ../arch/x86/kvm/vmx/vmcs12.c:75:9: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/vmcs12.c:76:9: warning: cast truncates bits from constant value (100390 becomes 390) ../arch/x86/kvm/vmx/vmcs12.c:77:9: warning: too many warnings ../sound/soc/codecs/tas2562.c:232:14: warning: restricted snd_pcm_format_t degrades to integer ../sound/soc/codecs/tas2562.c:238:14: warning: restricted snd_pcm_format_t degrades to integer ../sound/soc/codecs/tas2562.c:244:14: warning: restricted snd_pcm_format_t degrades to integer ../sound/soc/codecs/tas2562.c:291:58: warning: incorrect type in argument 2 (different base types) ../sound/soc/codecs/tas2562.c:291:58: expected int bitwidth ../sound/soc/codecs/tas2562.c:291:58: got restricted snd_pcm_format_t ../sound/soc/codecs/tas2562.c:608:39: warning: restricted snd_pcm_format_t degrades to integer ../sound/soc/codecs/tas2562.c:615:43: warning: restricted snd_pcm_format_t degrades to integer ../drivers/pci/pci-acpi.c:1107:56: warning: restricted pci_power_t degrades to integer ../mm/backing-dev.c:861:9: warning: incorrect type in assignment (different address spaces) ../mm/backing-dev.c:861:9: expected void **slot ../mm/backing-dev.c:861:9: got void [noderef] __rcu ** ../mm/backing-dev.c:861:9: warning: incorrect type in assignment (different address spaces) ../mm/backing-dev.c:861:9: expected void **slot ../mm/backing-dev.c:861:9: got void [noderef] __rcu ** ../mm/backing-dev.c:861:9: warning: incorrect type in argument 1 (different address spaces) ../mm/backing-dev.c:861:9: expected void [noderef] __rcu **slot ../mm/backing-dev.c:861:9: got void **slot ../mm/backing-dev.c:861:9: warning: incorrect type in assignment (different address spaces) ../mm/backing-dev.c:861:9: expected void **slot ../mm/backing-dev.c:861:9: got void [noderef] __rcu ** ../io_uring/loop.c: note: in included file (through ../io_uring/io_uring.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../arch/x86/kvm/vmx/pmu_intel.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h, ../arch/x86/kvm/vmx/hyperv.h, ../arch/x86/kvm/vmx/nested.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a020a becomes 20a) ../kernel/umh.c:69:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/umh.c:69:31: expected struct spinlock [usertype] *lock ../kernel/umh.c:69:31: got struct spinlock [noderef] __rcu * ../kernel/umh.c:71:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/umh.c:71:33: expected struct spinlock [usertype] *lock ../kernel/umh.c:71:33: got struct spinlock [noderef] __rcu * ../net/ipv6/route.c:2407:39: warning: incorrect type in assignment (different base types) ../net/ipv6/route.c:2407:39: expected unsigned int [usertype] flow_label ../net/ipv6/route.c:2407:39: got restricted __be32 ../drivers/block/drbd/drbd_proc.c:269:30: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_proc.c:269:30: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_proc.c:269:30: struct net_conf * ../arch/x86/kvm/vmx/hyperv.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h, ../arch/x86/kvm/vmx/hyperv.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110311 becomes 311) ../arch/x86/kvm/vmx/sgx.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h, ../arch/x86/kvm/vmx/hyperv.h, ../arch/x86/kvm/vmx/nested.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80b88 becomes b88) ../mm/slab_common.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/kmem.h): ../include/trace/events/kmem.h:12:1: error: too long token expansion ../include/trace/events/kmem.h:57:1: error: too long token expansion ../include/trace/events/kmem.h:180:1: error: too long token expansion ../drivers/block/drbd/drbd_bitmap.c:495:14: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_bitmap.c:495:14: expected unsigned long [assigned] mask ../drivers/block/drbd/drbd_bitmap.c:495:14: got restricted __le64 [usertype] ../drivers/block/drbd/drbd_bitmap.c:531:14: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_bitmap.c:531:14: expected unsigned long [assigned] mask ../drivers/block/drbd/drbd_bitmap.c:531:14: got restricted __le64 [usertype] ../drivers/block/drbd/drbd_bitmap.c:572:27: warning: invalid assignment: &= ../drivers/block/drbd/drbd_bitmap.c:572:27: left side has type unsigned long ../drivers/block/drbd/drbd_bitmap.c:572:27: right side has type restricted __le64 ../drivers/block/drbd/drbd_bitmap.c: note: in included file: ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../arch/x86/kvm/mmu/mmu.c: note: in included file: ../arch/x86/kvm/mmu/paging_tmpl.h:106:24: warning: cast truncates bits from constant value (ffffffffff000 becomes fffff000) ../arch/x86/kvm/mmu/paging_tmpl.h:449:24: warning: cast truncates bits from constant value (ffffffffff000 becomes fffff000) ../arch/x86/kvm/mmu/mmu.c:5624:82: warning: cast truncates bits from constant value (ffff5555 becomes 5555) ../arch/x86/kvm/mmu/mmu.c:5626:59: warning: cast truncates bits from constant value (ffff3333 becomes 3333) ../arch/x86/kvm/mmu/mmu.c:5641:76: warning: cast truncates bits from constant value (ffff0f0f becomes f0f) ../arch/x86/kvm/mmu/mmu.c:5641:87: warning: cast truncates bits from constant value (ffff00ff becomes ff) ../arch/x86/kvm/mmu/mmu.c:5643:51: warning: cast truncates bits from constant value (ffff00ff becomes ff) ../arch/x86/kvm/mmu/mmu.c:5657:70: warning: cast truncates bits from constant value (ffff0f0f becomes f0f) ../arch/x86/kvm/mmu/mmu.c:5660:72: warning: cast truncates bits from constant value (ffff00ff becomes ff) ../net/ipv6/mcast.c: note: in included file: ../include/net/mld.h:32:43: warning: array of flexible structures ../mm/percpu.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/percpu.h): ../include/trace/events/percpu.h:11:1: error: too long token expansion ../arch/x86/kvm/vmx/hyperv_evmcs.c:15:9: warning: cast truncates bits from constant value (1a079a becomes 79a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:17:9: warning: cast truncates bits from constant value (1a071a becomes 71a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:19:9: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:21:9: warning: cast truncates bits from constant value (b000b becomes b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:23:9: warning: cast truncates bits from constant value (b008b becomes 8b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:25:9: warning: cast truncates bits from constant value (b010b becomes 10b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:27:9: warning: cast truncates bits from constant value (1b001b becomes 1b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:29:9: warning: cast truncates bits from constant value (1b009b becomes 9b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:31:9: warning: cast truncates bits from constant value (1b011b becomes 11b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:33:9: warning: cast truncates bits from constant value (1b041b becomes 41b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:35:9: warning: cast truncates bits from constant value (1b049b becomes 49b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:37:9: warning: cast truncates bits from constant value (1b059b becomes 59b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:39:9: warning: cast truncates bits from constant value (80008 becomes 8) ../arch/x86/kvm/vmx/hyperv_evmcs.c:41:9: warning: cast truncates bits from constant value (80088 becomes 88) ../arch/x86/kvm/vmx/hyperv_evmcs.c:43:9: warning: cast truncates bits from constant value (80108 becomes 108) ../arch/x86/kvm/vmx/hyperv_evmcs.c:45:9: warning: cast truncates bits from constant value (1a019a becomes 19a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:47:9: warning: cast truncates bits from constant value (1a021a becomes 21a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:49:9: warning: cast truncates bits from constant value (1a029a becomes 29a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:51:9: warning: cast truncates bits from constant value (1a031a becomes 31a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:53:9: warning: cast truncates bits from constant value (1a039a becomes 39a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:55:9: warning: cast truncates bits from constant value (1a041a becomes 41a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:57:9: warning: cast truncates bits from constant value (1a049a becomes 49a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:59:9: warning: cast truncates bits from constant value (1a051a becomes 51a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:61:9: warning: cast truncates bits from constant value (1a059a becomes 59a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:63:9: warning: cast truncates bits from constant value (1a061a becomes 61a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:65:9: warning: cast truncates bits from constant value (80408 becomes 408) ../arch/x86/kvm/vmx/hyperv_evmcs.c:67:9: warning: cast truncates bits from constant value (80488 becomes 488) ../arch/x86/kvm/vmx/hyperv_evmcs.c:69:9: warning: cast truncates bits from constant value (a000a becomes a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:71:9: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:73:9: warning: cast truncates bits from constant value (a010a becomes 10a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:75:9: warning: cast truncates bits from constant value (a018a becomes 18a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:77:9: warning: cast truncates bits from constant value (a020a becomes 20a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:79:9: warning: cast truncates bits from constant value (a028a becomes 28a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:81:9: warning: cast truncates bits from constant value (a030a becomes 30a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:83:9: warning: cast truncates bits from constant value (a038a becomes 38a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:85:9: warning: cast truncates bits from constant value (a040a becomes 40a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:87:9: warning: cast truncates bits from constant value (1a089a becomes 89a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:89:9: warning: cast truncates bits from constant value (1a091a becomes 91a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:91:9: warning: cast truncates bits from constant value (1a099a becomes 99a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:93:9: warning: cast truncates bits from constant value (180018 becomes 18) ../arch/x86/kvm/vmx/hyperv_evmcs.c:95:9: warning: cast truncates bits from constant value (180098 becomes 98) ../arch/x86/kvm/vmx/hyperv_evmcs.c:97:9: warning: cast truncates bits from constant value (180118 becomes 118) ../arch/x86/kvm/vmx/hyperv_evmcs.c:99:9: warning: cast truncates bits from constant value (180198 becomes 198) ../arch/x86/kvm/vmx/hyperv_evmcs.c:101:9: warning: cast truncates bits from constant value (1a001a becomes 1a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:103:9: warning: cast truncates bits from constant value (1a009a becomes 9a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:105:9: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:107:9: warning: cast truncates bits from constant value (1a069a becomes 69a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:109:9: warning: cast truncates bits from constant value (1b019b becomes 19b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:111:9: warning: cast truncates bits from constant value (1b021b becomes 21b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:113:9: warning: cast truncates bits from constant value (1b029b becomes 29b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:115:9: warning: cast truncates bits from constant value (1b031b becomes 31b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:117:9: warning: cast truncates bits from constant value (1b039b becomes 39b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:119:9: warning: cast truncates bits from constant value (1b051b becomes 51b) ../arch/x86/kvm/vmx/hyperv_evmcs.c:121:9: warning: cast truncates bits from constant value (80688 becomes 688) ../arch/x86/kvm/vmx/hyperv_evmcs.c:123:9: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/hyperv_evmcs.c:125:9: warning: cast truncates bits from constant value (80b08 becomes b08) ../arch/x86/kvm/vmx/hyperv_evmcs.c:127:9: warning: cast truncates bits from constant value (80b88 becomes b88) ../arch/x86/kvm/vmx/hyperv_evmcs.c:129:9: warning: cast truncates bits from constant value (80c88 becomes c88) ../arch/x86/kvm/vmx/hyperv_evmcs.c:151:9: warning: cast truncates bits from constant value (90009 becomes 9) ../arch/x86/kvm/vmx/hyperv_evmcs.c:153:9: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.c:167:9: warning: cast truncates bits from constant value (190299 becomes 299) ../arch/x86/kvm/vmx/hyperv_evmcs.c:175:9: warning: cast truncates bits from constant value (80188 becomes 188) ../arch/x86/kvm/vmx/hyperv_evmcs.c:177:9: warning: cast truncates bits from constant value (80208 becomes 208) ../arch/x86/kvm/vmx/hyperv_evmcs.c:179:9: warning: cast truncates bits from constant value (80288 becomes 288) ../arch/x86/kvm/vmx/hyperv_evmcs.c:183:9: warning: cast truncates bits from constant value (100710 becomes 710) ../arch/x86/kvm/vmx/hyperv_evmcs.c:185:9: warning: cast truncates bits from constant value (120912 becomes 912) ../arch/x86/kvm/vmx/hyperv_evmcs.c:187:9: warning: cast truncates bits from constant value (100090 becomes 90) ../arch/x86/kvm/vmx/hyperv_evmcs.c:189:9: warning: cast truncates bits from constant value (100110 becomes 110) ../arch/x86/kvm/vmx/hyperv_evmcs.c:191:9: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.c:193:9: warning: cast truncates bits from constant value (100590 becomes 590) ../arch/x86/kvm/vmx/hyperv_evmcs.c:195:9: warning: cast truncates bits from constant value (100610 becomes 610) ../arch/x86/kvm/vmx/hyperv_evmcs.c:198:9: warning: cast truncates bits from constant value (100690 becomes 690) ../arch/x86/kvm/vmx/hyperv_evmcs.c:200:9: warning: cast truncates bits from constant value (130013 becomes 13) ../arch/x86/kvm/vmx/hyperv_evmcs.c:202:9: warning: cast truncates bits from constant value (100010 becomes 10) ../arch/x86/kvm/vmx/hyperv_evmcs.c:204:9: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.c:206:9: warning: cast truncates bits from constant value (100790 becomes 790) ../arch/x86/kvm/vmx/hyperv_evmcs.c:208:9: warning: cast truncates bits from constant value (120012 becomes 12) ../arch/x86/kvm/vmx/hyperv_evmcs.c:210:9: warning: cast truncates bits from constant value (120092 becomes 92) ../arch/x86/kvm/vmx/hyperv_evmcs.c:212:9: warning: cast truncates bits from constant value (120112 becomes 112) ../arch/x86/kvm/vmx/hyperv_evmcs.c:214:9: warning: cast truncates bits from constant value (120192 becomes 192) ../arch/x86/kvm/vmx/hyperv_evmcs.c:216:9: warning: cast truncates bits from constant value (120212 becomes 212) ../arch/x86/kvm/vmx/hyperv_evmcs.c:218:9: warning: cast truncates bits from constant value (120292 becomes 292) ../arch/x86/kvm/vmx/hyperv_evmcs.c:220:9: warning: cast truncates bits from constant value (120312 becomes 312) ../arch/x86/kvm/vmx/hyperv_evmcs.c:222:9: warning: cast truncates bits from constant value (120392 becomes 392) ../arch/x86/kvm/vmx/hyperv_evmcs.c:224:9: warning: cast truncates bits from constant value (120412 becomes 412) ../arch/x86/kvm/vmx/hyperv_evmcs.c:226:9: warning: cast truncates bits from constant value (120492 becomes 492) ../arch/x86/kvm/vmx/hyperv_evmcs.c:228:9: warning: cast truncates bits from constant value (120512 becomes 512) ../arch/x86/kvm/vmx/hyperv_evmcs.c:230:9: warning: cast truncates bits from constant value (120592 becomes 592) ../arch/x86/kvm/vmx/hyperv_evmcs.c:232:9: warning: cast truncates bits from constant value (120612 becomes 612) ../arch/x86/kvm/vmx/hyperv_evmcs.c:234:9: warning: cast truncates bits from constant value (120692 becomes 692) ../arch/x86/kvm/vmx/hyperv_evmcs.c:236:9: warning: cast truncates bits from constant value (120712 becomes 712) ../arch/x86/kvm/vmx/hyperv_evmcs.c:238:9: warning: cast truncates bits from constant value (120792 becomes 792) ../arch/x86/kvm/vmx/hyperv_evmcs.c:240:9: warning: cast truncates bits from constant value (120812 becomes 812) ../arch/x86/kvm/vmx/hyperv_evmcs.c:242:9: warning: cast truncates bits from constant value (120892 becomes 892) ../arch/x86/kvm/vmx/hyperv_evmcs.c:244:9: warning: cast truncates bits from constant value (120992 becomes 992) ../arch/x86/kvm/vmx/hyperv_evmcs.c:246:9: warning: cast truncates bits from constant value (120a92 becomes a92) ../arch/x86/kvm/vmx/hyperv_evmcs.c:250:9: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.c:252:9: warning: cast truncates bits from constant value (110091 becomes 91) ../arch/x86/kvm/vmx/hyperv_evmcs.c:254:9: warning: cast truncates bits from constant value (110111 becomes 111) ../arch/x86/kvm/vmx/hyperv_evmcs.c:256:9: warning: too many warnings Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' ../drivers/pci/quirks.c:2465:57: warning: restricted pci_power_t degrades to integer ../drivers/usb/host/ehci-hcd.c: note: in included file: ../drivers/usb/host/ehci-q.c:1386:27: warning: incorrect type in assignment (different base types) ../drivers/usb/host/ehci-q.c:1386:27: expected restricted __le32 [usertype] old_current ../drivers/usb/host/ehci-q.c:1386:27: got int ../drivers/usb/host/ehci-hcd.c:567:27: warning: incorrect type in assignment (different base types) ../drivers/usb/host/ehci-hcd.c:567:27: expected restricted __le32 [usertype] old_current ../drivers/usb/host/ehci-hcd.c:567:27: got int ../kernel/pid.c:447:9: error: incompatible types in comparison expression (different address spaces): ../kernel/pid.c:447:9: struct pid [noderef] __rcu * ../kernel/pid.c:447:9: struct pid * ../kernel/pid.c:448:9: error: incompatible types in comparison expression (different address spaces): ../kernel/pid.c:448:9: struct pid [noderef] __rcu * ../kernel/pid.c:448:9: struct pid * ../kernel/pid.c:510:23: error: incompatible types in comparison expression (different address spaces): ../kernel/pid.c:510:23: struct pid [noderef] __rcu * ../kernel/pid.c:510:23: struct pid * ../kernel/pid.c:568:24: error: incompatible types in comparison expression (different address spaces): ../kernel/pid.c:568:24: struct pid [noderef] __rcu * ../kernel/pid.c:568:24: struct pid * ../kernel/pid.c: note: in included file (through ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ../include/linux/mm.h): ../include/linux/rculist.h:640:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rculist.h:640:9: struct hlist_node [noderef] __rcu * ../include/linux/rculist.h:640:9: struct hlist_node * ../include/linux/rculist.h:641:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rculist.h:641:9: struct hlist_node [noderef] __rcu * ../include/linux/rculist.h:641:9: struct hlist_node * ../drivers/net/ethernet/brocade/bna/bnad.c:397:17: warning: incorrect type in initializer (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:397:17: expected unsigned long long [usertype] tmp_addr ../drivers/net/ethernet/brocade/bna/bnad.c:397:17: got restricted __be64 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:453:17: warning: incorrect type in initializer (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:453:17: expected unsigned long long [usertype] tmp_addr ../drivers/net/ethernet/brocade/bna/bnad.c:453:17: got restricted __be64 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:552:23: warning: cast to restricted __be16 ../drivers/net/ethernet/brocade/bna/bnad.c:618:17: warning: cast to restricted __be16 ../drivers/net/ethernet/brocade/bna/bnad.c:640:25: warning: cast to restricted __be32 ../drivers/net/ethernet/brocade/bna/bnad.c:641:23: warning: cast to restricted __be16 ../drivers/net/ethernet/brocade/bna/bnad.c:668:39: warning: cast to restricted __be16 ../drivers/net/ethernet/brocade/bna/bnad.c:669:41: warning: cast to restricted __be32 ../drivers/net/ethernet/brocade/bna/bnad.c:713:73: warning: cast to restricted __be16 ../drivers/net/ethernet/brocade/bna/bnad.c:1323:33: warning: cast to restricted __be32 ../drivers/net/ethernet/brocade/bna/bnad.c:1323:33: warning: cast to restricted __be32 ../drivers/net/ethernet/brocade/bna/bnad.c:1362:25: warning: incorrect type in initializer (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:1362:25: expected unsigned long long [usertype] tmp_addr ../drivers/net/ethernet/brocade/bna/bnad.c:1362:25: got restricted __be64 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2818:33: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2818:33: expected unsigned short [usertype] vlan_tag ../drivers/net/ethernet/brocade/bna/bnad.c:2818:33: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2827:47: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2827:47: expected unsigned short [usertype] opcode ../drivers/net/ethernet/brocade/bna/bnad.c:2827:47: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2831:47: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2831:47: expected unsigned short [usertype] opcode ../drivers/net/ethernet/brocade/bna/bnad.c:2831:47: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2832:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2832:48: expected unsigned short [usertype] lso_mss ../drivers/net/ethernet/brocade/bna/bnad.c:2832:48: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2841:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2841:53: expected unsigned short [usertype] l4_hdr_size_n_offset ../drivers/net/ethernet/brocade/bna/bnad.c:2841:53: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2845:39: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2845:39: expected unsigned short [usertype] opcode ../drivers/net/ethernet/brocade/bna/bnad.c:2845:39: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2867:69: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2867:69: expected unsigned short [usertype] l4_hdr_size_n_offset ../drivers/net/ethernet/brocade/bna/bnad.c:2867:69: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2880:69: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2880:69: expected unsigned short [usertype] l4_hdr_size_n_offset ../drivers/net/ethernet/brocade/bna/bnad.c:2880:69: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2900:30: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2900:30: expected unsigned short [usertype] flags ../drivers/net/ethernet/brocade/bna/bnad.c:2900:30: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:2901:37: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:2901:37: expected unsigned int [usertype] frame_length ../drivers/net/ethernet/brocade/bna/bnad.c:2901:37: got restricted __be32 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:3021:9: warning: incorrect type in initializer (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:3021:9: expected unsigned long long [usertype] tmp_addr ../drivers/net/ethernet/brocade/bna/bnad.c:3021:9: got restricted __be64 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:3022:34: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:3022:34: expected unsigned short [usertype] length ../drivers/net/ethernet/brocade/bna/bnad.c:3022:34: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:3046:51: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:3046:51: expected unsigned short [usertype] opcode ../drivers/net/ethernet/brocade/bna/bnad.c:3046:51: got restricted __be16 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:3062:17: warning: incorrect type in initializer (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:3062:17: expected unsigned long long [usertype] tmp_addr ../drivers/net/ethernet/brocade/bna/bnad.c:3062:17: got restricted __be64 [usertype] ../drivers/net/ethernet/brocade/bna/bnad.c:3063:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/brocade/bna/bnad.c:3063:48: expected unsigned short [usertype] length ../drivers/net/ethernet/brocade/bna/bnad.c:3063:48: got restricted __be16 [usertype] ../drivers/usb/cdns3/cdns3-gadget.c:1276:29: warning: restricted __le32 degrades to integer ../drivers/usb/cdns3/cdns3-gadget.c:1276:29: warning: restricted __le32 degrades to integer ../drivers/usb/cdns3/cdns3-gadget.c:1276:29: warning: restricted __le32 degrades to integer ../drivers/usb/cdns3/cdns3-gadget.c:1277:29: warning: restricted __le32 degrades to integer ../drivers/usb/cdns3/cdns3-gadget.c:1277:29: warning: restricted __le32 degrades to integer ../drivers/usb/cdns3/cdns3-gadget.c:1277:29: warning: restricted __le32 degrades to integer ../mm/compaction.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/compaction.h): ../include/trace/events/compaction.h:165:1: error: too long token expansion ../mm/vmscan.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/vmscan.h): ../include/trace/events/vmscan.h:151:1: error: too long token expansion ../include/trace/events/vmscan.h:177:1: error: too long token expansion ../include/trace/events/vmscan.h:272:1: error: too long token expansion ../include/trace/events/vmscan.h:564:1: error: too long token expansion ../drivers/md/md-linear.c:216:19: error: incompatible types in comparison expression (different address spaces): ../drivers/md/md-linear.c:216:19: void [noderef] __rcu * ../drivers/md/md-linear.c:216:19: void * ../drivers/md/md-linear.c:221:9: error: incompatible types in comparison expression (different address spaces): ../drivers/md/md-linear.c:221:9: void [noderef] __rcu * ../drivers/md/md-linear.c:221:9: void * ../drivers/block/drbd/drbd_worker.c:619:39: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:619:39: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:619:39: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:510:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:510:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:510:14: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:511:16: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:511:16: struct fifo_buffer [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:511:16: struct fifo_buffer * ../drivers/block/drbd/drbd_worker.c:561:13: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:561:13: struct fifo_buffer [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:561:13: struct fifo_buffer * ../drivers/block/drbd/drbd_worker.c:565:39: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:565:39: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:565:39: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:1000:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1000:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1000:22: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:1526:32: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1526:32: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1526:32: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:1635:32: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1635:32: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1635:32: struct disk_conf * ../drivers/block/drbd/drbd_worker.c:1674:16: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1674:16: struct fifo_buffer [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1674:16: struct fifo_buffer * ../drivers/block/drbd/drbd_worker.c:1704:34: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1704:34: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1704:34: struct net_conf * ../drivers/block/drbd/drbd_worker.c:1877:38: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:1877:38: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:1877:38: struct net_conf * ../drivers/block/drbd/drbd_worker.c:2084:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:2084:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:2084:14: struct net_conf * ../drivers/block/drbd/drbd_worker.c:2139:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_worker.c:2139:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_worker.c:2139:14: struct net_conf * ../drivers/block/drbd/drbd_worker.c: note: in included file: ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../arch/x86/kvm/vmx/tdx.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110111 becomes 111) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110111 becomes 111) ../drivers/block/drbd/drbd_req.c:588:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:588:22: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:588:22: struct net_conf * ../drivers/block/drbd/drbd_req.c:702:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:702:22: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:702:22: struct net_conf * ../drivers/block/drbd/drbd_req.c:993:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:993:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:993:14: struct net_conf * ../drivers/block/drbd/drbd_req.c:1066:15: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:1066:15: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:1066:15: struct disk_conf * ../drivers/block/drbd/drbd_req.c:1714:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:1714:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:1714:14: struct net_conf * ../drivers/block/drbd/drbd_req.c:1721:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_req.c:1721:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_req.c:1721:22: struct disk_conf * ../drivers/block/drbd/drbd_req.c: note: in included file: ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../io_uring/napi.c: note: in included file (through ../io_uring/io_uring.h): ../include/linux/io_uring_types.h:244:37: warning: array of flexible structures ../net/core/xdp.c:903:17: warning: symbol 'bpf_xdp_metadata_rx_timestamp' was not declared. Should it be static? ../net/core/xdp.c:925:17: warning: symbol 'bpf_xdp_metadata_rx_hash' was not declared. Should it be static? ../net/core/xdp.c:958:17: warning: symbol 'bpf_xdp_metadata_rx_vlan_tag' was not declared. Should it be static? ../drivers/usb/cdns3/cdnsp-gadget.c:166:16: warning: cast to restricted __le32 ../drivers/usb/cdns3/cdnsp-gadget.c:168:16: warning: incorrect type in argument 1 (different base types) ../drivers/usb/cdns3/cdnsp-gadget.c:168:16: expected unsigned int val ../drivers/usb/cdns3/cdnsp-gadget.c:168:16: got restricted __le32 [usertype] ../drivers/net/ethernet/broadcom/bnx2.c:8309:31: warning: cast to restricted __be32 ../drivers/xen/privcmd.c:587:35: warning: cast removes address space '__user' of expression ../drivers/xen/privcmd.c:587:32: warning: incorrect type in assignment (different address spaces) ../drivers/xen/privcmd.c:587:32: expected unsigned long [noderef] [usertype] __user *[addressable] [assigned] user_gfn ../drivers/xen/privcmd.c:587:32: got unsigned long [usertype] * ../drivers/xen/privcmd.c:715:17: warning: incorrect type in assignment (different address spaces) ../drivers/xen/privcmd.c:715:17: expected void *[usertype] h ../drivers/xen/privcmd.c:715:17: got void [noderef] __user *uptr ../kernel/workqueue.c:5609:21: warning: incorrect type in assignment (different address spaces) ../kernel/workqueue.c:5609:21: expected struct pool_workqueue [noderef] __rcu *[noderef] __percpu *cpu_pwq ../kernel/workqueue.c:5609:21: got struct pool_workqueue *[noderef] __percpu * ../kernel/workqueue.c:5626:31: warning: incorrect type in assignment (different address spaces) ../kernel/workqueue.c:5626:31: expected struct pool_workqueue **pwq_p ../kernel/workqueue.c:5626:31: got struct pool_workqueue [noderef] __rcu ** ../kernel/workqueue.c:5662:54: warning: incorrect type in initializer (different address spaces) ../kernel/workqueue.c:5662:54: expected struct pool_workqueue *pwq ../kernel/workqueue.c:5662:54: got struct pool_workqueue [noderef] __rcu * ../kernel/workqueue.c:6247:13: warning: incorrect type in assignment (different address spaces) ../kernel/workqueue.c:6247:13: expected struct pool_workqueue *pwq ../kernel/workqueue.c:6247:13: got struct pool_workqueue [noderef] __rcu * ../drivers/block/drbd/drbd_actlog.c:111:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_actlog.c:111:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_actlog.c:111:14: struct disk_conf * ../drivers/block/drbd/drbd_actlog.c:386:36: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_actlog.c:386:36: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_actlog.c:386:36: struct disk_conf * ../drivers/block/drbd/drbd_actlog.c:457:44: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_actlog.c:457:44: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_actlog.c:457:44: struct disk_conf * ../drivers/block/drbd/drbd_actlog.c: note: in included file: ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/net/ethernet/broadcom/cnic.c:5258:40: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5258:40: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:5258:40: got unsigned int [usertype] cli ../drivers/net/ethernet/broadcom/cnic.c:5213:40: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5213:40: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:5213:40: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:5214:40: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5214:40: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:5214:40: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1389:33: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1389:33: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1389:33: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1390:33: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1390:33: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1390:33: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1414:36: warning: cast from restricted __le32 ../drivers/net/ethernet/broadcom/cnic.c:1415:36: warning: cast from restricted __le32 ../drivers/net/ethernet/broadcom/cnic.c:1685:22: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1685:22: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1685:22: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1686:22: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1686:22: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1686:22: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1727:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1727:54: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1727:54: got unsigned int [usertype] sq_page_table_addr_lo ../drivers/net/ethernet/broadcom/cnic.c:1729:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1729:54: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1729:54: got unsigned int [usertype] sq_page_table_addr_hi ../drivers/net/ethernet/broadcom/cnic.c:1731:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1731:54: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1731:54: got unsigned int [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1732:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1732:54: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1732:54: got unsigned int [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1733:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1733:54: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1733:54: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1735:54: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1735:54: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1735:54: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1737:59: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1737:59: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1737:59: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1739:59: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1739:59: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1739:59: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1741:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1741:56: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1741:56: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1743:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1743:56: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1743:56: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1745:61: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1745:61: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1745:61: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1747:61: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1747:61: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1747:61: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1749:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1749:56: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1749:56: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1751:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1751:56: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1751:56: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1773:57: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1773:57: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1773:57: got unsigned int ../drivers/net/ethernet/broadcom/cnic.c:1775:57: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1775:57: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1775:57: got unsigned int [usertype] rq_page_table_addr_hi ../drivers/net/ethernet/broadcom/cnic.c:1786:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1786:53: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1786:53: got unsigned int [usertype] rq_page_table_addr_lo ../drivers/net/ethernet/broadcom/cnic.c:1788:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1788:53: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1788:53: got unsigned int [usertype] rq_page_table_addr_hi ../drivers/net/ethernet/broadcom/cnic.c:1790:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1790:53: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1790:53: got unsigned int [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1791:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1791:53: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1791:53: got unsigned int [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1792:55: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1792:55: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1792:55: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1794:55: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1794:55: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1794:55: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1796:55: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1796:55: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1796:55: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1798:55: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1798:55: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1798:55: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1800:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1800:53: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1800:53: got unsigned int [usertype] cq_page_table_addr_lo ../drivers/net/ethernet/broadcom/cnic.c:1802:53: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1802:53: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1802:53: got unsigned int [usertype] cq_page_table_addr_hi ../drivers/net/ethernet/broadcom/cnic.c:1805:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1805:56: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1805:56: got unsigned int [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1806:56: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1806:56: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1806:56: got unsigned int [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1820:64: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1820:64: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1820:64: got unsigned int [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1822:64: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1822:64: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1822:64: got unsigned int [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1826:50: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1826:50: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1826:50: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1828:50: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1828:50: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1828:50: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1830:49: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1830:49: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1830:49: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1832:49: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1832:49: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1832:49: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1843:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1843:48: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1843:48: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1845:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1845:48: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1845:48: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1847:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1847:48: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1847:48: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1848:48: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1848:48: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1848:48: got unsigned int [usertype] ../drivers/net/ethernet/broadcom/cnic.c:1849:50: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1849:50: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1849:50: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1851:50: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1851:50: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1851:50: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:1855:47: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1855:47: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:1855:47: got unsigned int ../drivers/net/ethernet/broadcom/cnic.c:1857:47: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:1857:47: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:1857:47: got unsigned int [usertype] cq_page_table_addr_hi ../drivers/net/ethernet/broadcom/cnic.c:2076:17: warning: cast from restricted __sum16 ../drivers/net/ethernet/broadcom/cnic.c:2325:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2325:35: expected restricted __le32 [usertype] lo ../drivers/net/ethernet/broadcom/cnic.c:2325:35: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:2326:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2326:35: expected restricted __le32 [usertype] hi ../drivers/net/ethernet/broadcom/cnic.c:2326:35: got unsigned long long ../drivers/net/ethernet/broadcom/cnic.c:2327:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2327:32: expected restricted __le32 [usertype] eq_pbl_size ../drivers/net/ethernet/broadcom/cnic.c:2327:32: got int num_pages ../drivers/net/ethernet/broadcom/cnic.c:2329:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2329:27: expected restricted __le16 [usertype] sb_num ../drivers/net/ethernet/broadcom/cnic.c:2329:27: got unsigned int [usertype] status_blk_num ../drivers/net/ethernet/broadcom/cnic.c:2330:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2330:28: expected restricted __le16 [usertype] eq_prod ../drivers/net/ethernet/broadcom/cnic.c:2330:28: got unsigned long ../drivers/net/ethernet/broadcom/cnic.c:2371:16: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2371:16: expected unsigned int [usertype] l5_cid ../drivers/net/ethernet/broadcom/cnic.c:2371:16: got restricted __le16 [usertype] fcoe_conn_id ../drivers/net/ethernet/broadcom/cnic.c:2428:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2428:27: expected restricted __le32 [addressable] [assigned] [usertype] fcoe_conn_id ../drivers/net/ethernet/broadcom/cnic.c:2428:27: got restricted __le16 [usertype] fcoe_conn_id ../drivers/net/ethernet/broadcom/cnic.c:2429:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2429:32: expected restricted __le32 [addressable] [assigned] [usertype] completion_status ../drivers/net/ethernet/broadcom/cnic.c:2429:32: got int ../drivers/net/ethernet/broadcom/cnic.c:2446:13: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2446:13: expected unsigned int [usertype] cid ../drivers/net/ethernet/broadcom/cnic.c:2446:13: got restricted __le32 [usertype] context_id ../drivers/net/ethernet/broadcom/cnic.c:2447:21: warning: restricted __le32 degrades to integer ../drivers/net/ethernet/broadcom/cnic.c:2474:13: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2474:13: expected unsigned int [usertype] cid ../drivers/net/ethernet/broadcom/cnic.c:2474:13: got restricted __le32 [usertype] context_id ../drivers/net/ethernet/broadcom/cnic.c:2475:16: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2475:16: expected unsigned int [usertype] l5_cid ../drivers/net/ethernet/broadcom/cnic.c:2475:16: got restricted __le32 [usertype] conn_id ../drivers/net/ethernet/broadcom/cnic.c:2508:13: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2508:13: expected unsigned int [usertype] cid ../drivers/net/ethernet/broadcom/cnic.c:2508:13: got restricted __le32 [usertype] context_id ../drivers/net/ethernet/broadcom/cnic.c:2509:16: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2509:16: expected unsigned int [usertype] l5_cid ../drivers/net/ethernet/broadcom/cnic.c:2509:16: got restricted __le32 [usertype] conn_id ../drivers/net/ethernet/broadcom/cnic.c:2521:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2521:32: expected restricted __le32 [addressable] [usertype] completion_status ../drivers/net/ethernet/broadcom/cnic.c:2521:32: got int ../drivers/net/ethernet/broadcom/cnic.c:2536:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2536:35: expected restricted __le32 [addressable] [assigned] [usertype] fcoe_conn_context_id ../drivers/net/ethernet/broadcom/cnic.c:2536:35: got unsigned int [usertype] cid ../drivers/net/ethernet/broadcom/cnic.c:2608:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2608:29: expected unsigned int [assigned] [usertype] cid ../drivers/net/ethernet/broadcom/cnic.c:2608:29: got restricted __le32 [usertype] context_id ../drivers/net/ethernet/broadcom/cnic.c:2609:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:2609:32: expected unsigned int [usertype] l5_cid ../drivers/net/ethernet/broadcom/cnic.c:2609:32: got restricted __le32 [usertype] conn_id ../drivers/net/ethernet/broadcom/cnic.c:3510:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3511:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3512:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3513:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3514:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3515:40: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3530:27: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3531:27: warning: cast to restricted __be32 ../drivers/net/ethernet/broadcom/cnic.c:3532:29: warning: cast to restricted __be16 ../drivers/net/ethernet/broadcom/cnic.c:3533:29: warning: cast to restricted __be16 ../drivers/net/ethernet/broadcom/cnic.c:3636:49: warning: cast to restricted __be16 ../drivers/net/ethernet/broadcom/cnic.c:3789:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:3789:31: expected unsigned short [usertype] dst_port ../drivers/net/ethernet/broadcom/cnic.c:3789:31: got restricted __be16 [usertype] sin6_port ../drivers/net/ethernet/broadcom/cnic.c:3795:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:3795:32: expected unsigned int ../drivers/net/ethernet/broadcom/cnic.c:3795:32: got restricted __be32 [usertype] s_addr ../drivers/net/ethernet/broadcom/cnic.c:3796:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:3796:31: expected unsigned short [usertype] dst_port ../drivers/net/ethernet/broadcom/cnic.c:3796:31: got restricted __be16 [usertype] sin_port ../drivers/net/ethernet/broadcom/cnic.c:3826:23: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:3826:23: expected unsigned short [usertype] src_port ../drivers/net/ethernet/broadcom/cnic.c:3826:23: got restricted __be16 [assigned] [usertype] local_port ../drivers/net/ethernet/broadcom/cnic.c:3983:29: warning: restricted __le32 degrades to integer ../drivers/net/ethernet/broadcom/cnic.c:4943:43: warning: restricted __le32 degrades to integer ../drivers/net/ethernet/broadcom/cnic.c:4943:33: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:4943:33: expected restricted __le32 [usertype] addr_lo ../drivers/net/ethernet/broadcom/cnic.c:4943:33: got unsigned int ../drivers/net/ethernet/broadcom/cnic.c:4951:46: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:4951:46: expected restricted __le32 [usertype] parsing_data ../drivers/net/ethernet/broadcom/cnic.c:4951:46: got int ../drivers/net/ethernet/broadcom/cnic.c:4954:46: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:4954:46: expected restricted __le16 [usertype] global_data ../drivers/net/ethernet/broadcom/cnic.c:4954:46: got int ../drivers/net/ethernet/broadcom/cnic.c:4979:25: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:4979:25: expected unsigned short [usertype] *tx_cons_ptr ../drivers/net/ethernet/broadcom/cnic.c:4979:25: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5044:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5044:35: expected restricted __le16 [usertype] silent_vlan_mask ../drivers/net/ethernet/broadcom/cnic.c:5044:35: got int ../drivers/net/ethernet/broadcom/cnic.c:5046:25: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5046:25: expected unsigned short [usertype] *rx_cons_ptr ../drivers/net/ethernet/broadcom/cnic.c:5046:25: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5064:42: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5064:42: expected unsigned short [usertype] *hw_prod_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5064:42: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5066:41: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5066:41: expected unsigned short [usertype] *status_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5066:41: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5071:42: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5071:42: expected unsigned short [usertype] *hw_prod_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5071:42: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5073:41: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5073:41: expected unsigned short [usertype] *status_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5073:41: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5083:42: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5083:42: expected unsigned short [usertype] *hw_prod_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5083:42: got restricted __le16 * ../drivers/net/ethernet/broadcom/cnic.c:5085:41: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/broadcom/cnic.c:5085:41: expected unsigned short [usertype] *status_idx_ptr ../drivers/net/ethernet/broadcom/cnic.c:5085:41: got restricted __le16 * ../kernel/nsproxy.c:276:9: error: no generic selection for 'struct user_namespace *const [noderef] __rcu user_ns' ../kernel/nsproxy.c:281:9: error: no generic selection for 'struct user_namespace *const [noderef] __rcu user_ns' ../kernel/nsproxy.c:276:9: warning: dereference of noderef expression ../kernel/nsproxy.c:281:9: warning: dereference of noderef expression ../arch/x86/kernel/alternative.c:120:18: warning: symbol 'its_pages' was not declared. Should it be static? ../net/netfilter/nf_conntrack_ovs.c:66:19: warning: incorrect type in assignment (different modifiers) ../net/netfilter/nf_conntrack_ovs.c:66:19: expected int ( *helper_cb )( ... ) ../net/netfilter/nf_conntrack_ovs.c:66:19: got int ( [noderef] * )( ... ) ../drivers/nvme/host/fc.c: note: in included file: ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../drivers/block/drbd/drbd_receiver.c:5124:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5125:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5134:54: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5191:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:5191:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:5191:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:121:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:121:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:121:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:340:29: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:340:29: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:340:29: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:412:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:412:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:412:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:516:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:516:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:516:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:585:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:585:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:585:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:981:27: warning: cast to restricted __be16 ../drivers/block/drbd/drbd_receiver.c:982:27: warning: cast to restricted __be16 ../drivers/block/drbd/drbd_receiver.c:983:28: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:987:27: warning: cast to restricted __be16 ../drivers/block/drbd/drbd_receiver.c:988:28: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:993:27: warning: cast to restricted __be16 ../drivers/block/drbd/drbd_receiver.c:994:28: warning: cast to restricted __be16 ../drivers/block/drbd/drbd_receiver.c:633:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:633:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:633:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:688:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:688:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:688:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:856:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:856:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:856:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:1246:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:1246:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:1246:14: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:1399:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:1399:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:1399:14: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:1692:22: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:1696:22: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:1947:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:1978:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:2192:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2192:22: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2192:22: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:2202:27: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2202:27: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2202:27: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:2383:24: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:2410:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:2421:20: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:2453:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2453:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2453:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:2585:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2585:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2585:22: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:2640:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:2641:18: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:2848:23: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2848:23: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2848:23: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:2924:23: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2924:23: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2924:23: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:2981:23: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:2981:23: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:2981:23: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:3328:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3328:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3328:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:3460:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3461:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3462:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3463:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3464:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3465:27: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3486:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3486:22: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3486:22: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:3570:9: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3570:9: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3570:9: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:3727:46: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3785:55: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3786:57: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3787:56: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3788:53: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:3822:25: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3822:25: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3822:25: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:3827:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3827:17: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3827:17: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:3833:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3833:17: struct fifo_buffer [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3833:17: struct fifo_buffer * ../drivers/block/drbd/drbd_receiver.c:3900:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:3901:19: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:3902:19: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:3910:28: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3910:28: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3910:28: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:3951:25: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:3951:25: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:3951:25: struct disk_conf * ../drivers/block/drbd/drbd_receiver.c:4071:29: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:4171:18: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4172:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4197:18: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4198:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4230:24: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4434:52: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:4761:9: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:4761:9: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:4779:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:4780:16: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5078:25: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_receiver.c:5079:25: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_receiver.c:5080:26: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_receiver.c:5386:23: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5405:23: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5450:27: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5451:23: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5460:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5503:27: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5504:23: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5512:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5549:27: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5550:20: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5558:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5585:27: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5592:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5594:9: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5594:9: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5594:9: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5594:9: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5615:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5616:16: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5618:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5645:44: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5677:18: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5678:16: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5680:38: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_receiver.c:5682:13: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_receiver.c:5731:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:5731:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:5731:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:5819:37: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:5819:37: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:5819:37: struct net_conf * ../drivers/block/drbd/drbd_receiver.c:5916:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_receiver.c:5916:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_receiver.c:5916:14: struct net_conf * ../drivers/block/drbd/drbd_receiver.c: note: in included file: ../drivers/block/drbd/drbd_vli.h:305:23: warning: cast to restricted __le64 ../drivers/block/drbd/drbd_vli.h:305:23: warning: cast to restricted __le64 ../drivers/usb/mtu3/mtu3_qmu.c:81:16: warning: cast to restricted __le32 ../drivers/usb/mtu3/mtu3_qmu.c:81:16: warning: cast to restricted __le32 ../drivers/usb/mtu3/mtu3_qmu.c:92:16: warning: cast to restricted __le32 ../drivers/usb/mtu3/mtu3_qmu.c:92:16: warning: cast to restricted __le32 ../drivers/usb/mtu3/mtu3_qmu.c:100:21: warning: incorrect type in argument 3 (different base types) ../drivers/usb/mtu3/mtu3_qmu.c:100:21: expected unsigned int [usertype] data ../drivers/usb/mtu3/mtu3_qmu.c:100:21: got restricted __le32 [usertype] ../drivers/usb/mtu3/mtu3_qmu.c:112:21: warning: incorrect type in argument 3 (different base types) ../drivers/usb/mtu3/mtu3_qmu.c:112:21: expected unsigned int [usertype] data ../drivers/usb/mtu3/mtu3_qmu.c:112:21: got restricted __le32 [usertype] ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: In function ‘setup_sge_queues’: ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1074:48: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 8 and 23 [-Wformat-truncation=] 1074 | "%s-Rx%d", dev->name, j); | ^~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1074:42: note: directive argument in the range [-2147483641, 254] 1074 | "%s-Rx%d", dev->name, j); | ^~~~~~~~~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1072:33: note: ‘snprintf’ output between 5 and 30 bytes into a destination of size 26 1072 | snprintf(adap->msix_info[msix].desc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1073 | sizeof(adap->msix_info[msix].desc), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1074 | "%s-Rx%d", dev->name, j); | ~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: In function ‘cxgb4_port_mirror_alloc_queues’: ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1356:47: warning: ‘%d’ directive output may be truncated writing between 1 and 5 bytes into a region of size between 1 and 16 [-Wformat-truncation=] 1356 | "%s-mirrorrxq%d", dev->name, i); | ^~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1356:34: note: directive argument in the range [0, 65534] 1356 | "%s-mirrorrxq%d", dev->name, i); | ^~~~~~~~~~~~~~~~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:1354:25: note: ‘snprintf’ output between 12 and 31 bytes into a destination of size 26 1354 | snprintf(mirror_rxq->msix->desc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1355 | sizeof(mirror_rxq->msix->desc), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1356 | "%s-mirrorrxq%d", dev->name, i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../io_uring/cmd_net.c:76:32: warning: array of flexible structures ../io_uring/cmd_net.c: note: in included file: ../io_uring/uring_cmd.h:21:59: warning: array of flexible structures ../kernel/nstree.c: note: in included file (through ../include/linux/ns/nstree_types.h, ../include/linux/nstree.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/block/drbd/drbd_main.c:546:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:546:20: expected unsigned int [usertype] magic ../drivers/block/drbd/drbd_main.c:546:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:547:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:547:20: expected unsigned short [usertype] command ../drivers/block/drbd/drbd_main.c:547:20: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:548:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:548:20: expected unsigned short [usertype] length ../drivers/block/drbd/drbd_main.c:548:20: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:554:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:554:20: expected unsigned short [usertype] magic ../drivers/block/drbd/drbd_main.c:554:20: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:555:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:555:20: expected unsigned short [usertype] command ../drivers/block/drbd/drbd_main.c:555:20: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:556:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:556:19: expected unsigned int [usertype] length ../drivers/block/drbd/drbd_main.c:556:19: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:563:18: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:563:18: expected unsigned int [usertype] magic ../drivers/block/drbd/drbd_main.c:563:18: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:564:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:564:19: expected unsigned short [usertype] volume ../drivers/block/drbd/drbd_main.c:564:19: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:565:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:565:20: expected unsigned short [usertype] command ../drivers/block/drbd/drbd_main.c:565:20: got restricted __be16 [usertype] ../drivers/block/drbd/drbd_main.c:566:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:566:19: expected unsigned int [usertype] length ../drivers/block/drbd/drbd_main.c:566:19: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:705:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:705:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:705:14: struct net_conf * ../drivers/block/drbd/drbd_main.c:720:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:720:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:720:22: struct disk_conf * ../drivers/block/drbd/drbd_main.c:758:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:758:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:758:14: struct net_conf * ../drivers/block/drbd/drbd_main.c:820:28: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:824:26: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:826:23: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:826:23: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:826:23: struct net_conf * ../drivers/block/drbd/drbd_main.c:885:25: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:916:26: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:916:26: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:916:26: struct disk_conf * ../drivers/block/drbd/drbd_main.c:980:18: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1003:18: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1016:17: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1017:16: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1032:17: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1033:16: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1045:28: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1059:28: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1096:19: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:1096:19: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:1096:19: struct net_conf * ../drivers/block/drbd/drbd_main.c:1306:21: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1306:21: expected unsigned int [usertype] set_size ../drivers/block/drbd/drbd_main.c:1306:21: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1334:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1334:20: expected unsigned int [usertype] seq_num ../drivers/block/drbd/drbd_main.c:1334:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1346:54: warning: incorrect type in argument 4 (different base types) ../drivers/block/drbd/drbd_main.c:1346:54: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1346:54: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1366:31: warning: incorrect type in argument 3 (different base types) ../drivers/block/drbd/drbd_main.c:1366:31: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1366:31: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1367:31: warning: incorrect type in argument 4 (different base types) ../drivers/block/drbd/drbd_main.c:1367:31: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1367:31: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1377:31: warning: incorrect type in argument 3 (different base types) ../drivers/block/drbd/drbd_main.c:1377:31: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1377:31: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1378:31: warning: incorrect type in argument 4 (different base types) ../drivers/block/drbd/drbd_main.c:1378:31: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1378:31: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1379:31: warning: incorrect type in argument 5 (different base types) ../drivers/block/drbd/drbd_main.c:1379:31: expected unsigned long long [usertype] block_id ../drivers/block/drbd/drbd_main.c:1379:31: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1392:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1392:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1392:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1393:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1393:20: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1393:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1408:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1408:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1408:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1410:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1410:20: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1410:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1426:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1426:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1426:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1428:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1428:20: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1428:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1441:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1441:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1441:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1443:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1443:20: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1443:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1668:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1668:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1668:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1670:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1670:20: expected unsigned int [usertype] seq_num ../drivers/block/drbd/drbd_main.c:1670:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1684:21: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1684:21: expected unsigned int [usertype] dp_flags ../drivers/block/drbd/drbd_main.c:1684:21: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1689:25: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1689:25: expected unsigned int [usertype] size ../drivers/block/drbd/drbd_main.c:1689:25: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1760:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1760:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1760:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1783:19: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1783:19: expected unsigned long long [usertype] sector ../drivers/block/drbd/drbd_main.c:1783:19: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:1784:20: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:1784:20: expected unsigned int [usertype] blksize ../drivers/block/drbd/drbd_main.c:1784:20: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:1820:40: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:1820:40: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:1820:40: struct net_conf * ../drivers/block/drbd/drbd_main.c:2969:30: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2969:30: expected unsigned long long [usertype] la_size_sect ../drivers/block/drbd/drbd_main.c:2969:30: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:2971:33: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2971:33: expected unsigned long long ../drivers/block/drbd/drbd_main.c:2971:33: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:2972:23: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2972:23: expected unsigned int [usertype] flags ../drivers/block/drbd/drbd_main.c:2972:23: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2973:23: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2973:23: expected unsigned int [usertype] magic ../drivers/block/drbd/drbd_main.c:2973:23: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2975:31: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2975:31: expected unsigned int [usertype] md_size_sect ../drivers/block/drbd/drbd_main.c:2975:31: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2976:31: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2976:31: expected unsigned int [usertype] al_offset ../drivers/block/drbd/drbd_main.c:2976:31: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2977:31: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2977:31: expected unsigned int [usertype] al_nr_extents ../drivers/block/drbd/drbd_main.c:2977:31: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2978:34: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2978:34: expected unsigned int [usertype] bm_bytes_per_bit ../drivers/block/drbd/drbd_main.c:2978:34: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2979:29: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2979:29: expected unsigned long long [usertype] device_uuid ../drivers/block/drbd/drbd_main.c:2979:29: got restricted __be64 [usertype] ../drivers/block/drbd/drbd_main.c:2981:27: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2981:27: expected unsigned int [usertype] bm_offset ../drivers/block/drbd/drbd_main.c:2981:27: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2982:38: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2982:38: expected unsigned int [usertype] la_peer_max_bio_size ../drivers/block/drbd/drbd_main.c:2982:38: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2984:28: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2984:28: expected unsigned int [usertype] al_stripes ../drivers/block/drbd/drbd_main.c:2984:28: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:2985:35: warning: incorrect type in assignment (different base types) ../drivers/block/drbd/drbd_main.c:2985:35: expected unsigned int [usertype] al_stripe_size_4k ../drivers/block/drbd/drbd_main.c:2985:35: got restricted __be32 [usertype] ../drivers/block/drbd/drbd_main.c:3038:26: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3039:33: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3201:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3202:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3220:13: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3221:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3221:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3221:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3221:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3228:33: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_main.c:3230:36: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_main.c:3231:26: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3232:32: warning: cast to restricted __be64 ../drivers/block/drbd/drbd_main.c:3234:33: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3235:30: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3236:30: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3243:13: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3244:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3244:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3244:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3244:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3248:13: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3249:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3249:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3249:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3249:17: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3259:24: warning: cast to restricted __be32 ../drivers/block/drbd/drbd_main.c:3658:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_main.c:3658:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_main.c:3658:14: struct net_conf * ../drivers/block/drbd/drbd_main.c: note: in included file: ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:1626:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:1626:14: struct disk_conf * ../drivers/scsi/libiscsi.c:1035:25: warning: incorrect type in assignment (different base types) ../drivers/scsi/libiscsi.c:1035:25: expected restricted __be32 [addressable] [assigned] [usertype] ttt ../drivers/scsi/libiscsi.c:1035:25: got restricted itt_t [usertype] ../drivers/scsi/libiscsi.c:1132:33: warning: restricted itt_t degrades to integer ../drivers/scsi/libiscsi.c:1132:41: warning: restricted __be32 degrades to integer ../arch/x86/kvm/vmx/nested.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h, ../arch/x86/kvm/vmx/hyperv.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100790 becomes 790) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a000a becomes a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (190019 becomes 19) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110311 becomes 311) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80a88 becomes a88) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80608 becomes 608) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80108 becomes 108) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80388 becomes 388) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20482 becomes 482) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80b88 becomes b88) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100910 becomes 910) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80188 becomes 188) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80208 becomes 208) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80288 becomes 288) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a000a becomes a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100010 becomes 10) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100710 becomes 710) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100090 becomes 90) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20402 becomes 402) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100790 becomes 790) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100590 becomes 590) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100610 becomes 610) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100690 becomes 690) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120912 becomes 912) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100590 becomes 590) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a1a becomes a1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a9a becomes a9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0b1a becomes b1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a1a becomes a1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a9a becomes a9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0b1a becomes b1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20002 becomes 2) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20082 becomes 82) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20102 becomes 102) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20182 becomes 182) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20202 becomes 202) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20282 becomes 282) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20302 becomes 302) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (20382 becomes 382) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120012 becomes 12) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120092 becomes 92) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120112 becomes 112) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120192 becomes 192) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120212 becomes 212) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120292 becomes 292) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120312 becomes 312) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120392 becomes 392) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120412 becomes 412) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120492 becomes 492) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120592 becomes 592) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120612 becomes 612) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120512 becomes 512) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120692 becomes 692) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120712 becomes 712) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120792 becomes 792) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120812 becomes 812) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120892 becomes 892) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a019a becomes 19a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a021a becomes 21a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a029a becomes 29a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a031a becomes 31a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a039a becomes 39a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a041a becomes 41a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a049a becomes 49a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a051a becomes 51a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a059a becomes 59a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a061a becomes 61a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120a92 becomes a92) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a089a becomes 89a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a091a becomes 91a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a099a becomes 99a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80b08 becomes b08) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100190 becomes 190) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100210 becomes 210) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100190 becomes 190) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100210 becomes 210) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80708 becomes 708) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80788 becomes 788) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80808 becomes 808) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80888 becomes 888) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100390 becomes 390) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100390 becomes 390) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100410 becomes 410) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100510 becomes 510) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (180018 becomes 18) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a010a becomes 10a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a010a becomes 10a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80408 becomes 408) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80c88 becomes c88) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (180118 becomes 118) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (180198 becomes 198) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a009a becomes 9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: too many warnings ../drivers/net/ethernet/emulex/benet/be_ethtool.c: In function ‘be_set_coalesce’: ../drivers/net/ethernet/emulex/benet/be_ethtool.c:349:27: warning: variable ‘eqo’ set but not used [-Wunused-but-set-variable=] 349 | struct be_eq_obj *eqo; | ^~~ ../drivers/net/ethernet/emulex/benet/be_ethtool.c: In function ‘be_get_drvinfo’: ../drivers/net/ethernet/emulex/benet/be_ethtool.c:229:29: warning: ‘ [’ directive output may be truncated writing 2 bytes into a region of size between 1 and 32 [-Wformat-truncation=] 229 | "%s [%s]", adapter->fw_ver, adapter->fw_on_flash); | ^~ ../drivers/net/ethernet/emulex/benet/be_ethtool.c:228:17: note: ‘snprintf’ output between 4 and 66 bytes into a destination of size 32 228 | snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | "%s [%s]", adapter->fw_ver, adapter->fw_on_flash); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' ../arch/x86/kvm/svm/avic.c:66:1: error: too long token expansion ../arch/x86/kvm/svm/avic.c:66:1: error: too long token expansion ../arch/x86/kvm/svm/avic.c:264:21: error: too long token expansion ../arch/x86/kvm/svm/avic.c:348:49: error: too long token expansion ../arch/x86/kvm/svm/avic.c:903:35: error: too long token expansion ../arch/x86/kvm/svm/avic.c:903:35: error: too long token expansion ../drivers/usb/storage/ene_ub6250.c:2160:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:2160:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:2160:33: got int ../drivers/usb/storage/ene_ub6250.c:2089:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:2089:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:2089:33: got int ../drivers/usb/storage/ene_ub6250.c:1932:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1932:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1932:33: got unsigned long const [usertype] size ../drivers/usb/storage/ene_ub6250.c:498:43: warning: incorrect type in initializer (different base types) ../drivers/usb/storage/ene_ub6250.c:498:43: expected unsigned int transfer_length ../drivers/usb/storage/ene_ub6250.c:498:43: got restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:699:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:699:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:699:33: got unsigned int [usertype] blenByte ../drivers/usb/storage/ene_ub6250.c:739:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:739:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:739:33: got unsigned int [usertype] blenByte ../drivers/usb/storage/ene_ub6250.c:886:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:886:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:886:33: got int ../drivers/usb/storage/ene_ub6250.c:905:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:905:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:905:33: got int ../drivers/usb/storage/ene_ub6250.c:951:18: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:971:34: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:972:41: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:973:41: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:976:26: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:990:31: warning: cast to restricted __be32 ../drivers/usb/storage/ene_ub6250.c:994:29: warning: cast to restricted __be32 ../drivers/usb/storage/ene_ub6250.c:1026:42: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:1050:29: warning: cast to restricted __le16 ../drivers/usb/storage/ene_ub6250.c:1053:55: warning: cast to restricted __le16 ../drivers/usb/storage/ene_ub6250.c:1164:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1164:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1164:33: got int ../drivers/usb/storage/ene_ub6250.c:1197:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1197:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1197:33: got int ../drivers/usb/storage/ene_ub6250.c:1228:23: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:1274:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1274:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1274:33: got int ../drivers/usb/storage/ene_ub6250.c:1356:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1356:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1356:33: got int ../drivers/usb/storage/ene_ub6250.c:1540:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1540:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1540:33: got int ../drivers/usb/storage/ene_ub6250.c:1659:41: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1659:41: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1659:41: got unsigned int [usertype] blenByte ../drivers/usb/storage/ene_ub6250.c:1703:49: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1703:49: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1703:49: got int ../drivers/usb/storage/ene_ub6250.c:1760:41: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1760:41: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1760:41: got unsigned int [usertype] blenByte ../drivers/usb/storage/ene_ub6250.c:1836:33: warning: incorrect type in assignment (different base types) ../drivers/usb/storage/ene_ub6250.c:1836:33: expected restricted __le32 [usertype] DataTransferLength ../drivers/usb/storage/ene_ub6250.c:1836:33: got int ../drivers/usb/storage/ene_ub6250.c:1988:26: warning: cast to restricted __be16 ../drivers/usb/storage/ene_ub6250.c:1989:26: warning: cast to restricted __be16 ../drivers/usb/host/xhci-dbgcap.c:308:25: warning: invalid assignment: &= ../drivers/usb/host/xhci-dbgcap.c:308:25: left side has type unsigned int ../drivers/usb/host/xhci-dbgcap.c:308:25: right side has type restricted __le32 ../drivers/usb/host/xhci-dbgcap.c:310:25: warning: invalid assignment: |= ../drivers/usb/host/xhci-dbgcap.c:310:25: left side has type unsigned int ../drivers/usb/host/xhci-dbgcap.c:310:25: right side has type restricted __le32 ../drivers/usb/host/xhci-dbgcap.c:837:53: warning: restricted __le64 degrades to integer ../drivers/usb/host/xhci-dbgcap.c:888:28: warning: restricted __le64 degrades to integer ../drivers/usb/host/xhci-dbgcap.c:888:69: warning: restricted __le64 degrades to integer ../arch/x86/kernel/fpu/core.c:232:31: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/core.c:232:31: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/core.c:232:31: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/core.c:239:33: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/core.c:239:33: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/core.c:239:33: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/core.c:620:39: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/core.c:620:39: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/core.c:620:39: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/core.c:624:41: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/core.c:624:41: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/core.c:624:41: got struct spinlock [noderef] __rcu * ../drivers/cpufreq/cpufreq.c:421:17: warning: incorrect type in assignment (different address spaces) ../drivers/cpufreq/cpufreq.c:421:17: expected struct notifier_block *nb ../drivers/cpufreq/cpufreq.c:421:17: got struct notifier_block [noderef] __rcu *static [addressable] [toplevel] head ../drivers/cpufreq/cpufreq.c:421:65: warning: incorrect type in assignment (different address spaces) ../drivers/cpufreq/cpufreq.c:421:65: expected struct notifier_block *nb ../drivers/cpufreq/cpufreq.c:421:65: got struct notifier_block [noderef] __rcu *next ../drivers/usb/host/xhci-trace.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../drivers/usb/host/xhci-trace.h): ../drivers/usb/host/./xhci-trace.h:383:1: warning: cast to restricted __le64 ../drivers/usb/host/./xhci-trace.h:383:1: warning: cast from restricted __le32 ../drivers/usb/host/xhci-trace.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../drivers/usb/host/xhci-trace.h): ../drivers/usb/host/./xhci-trace.h:383:1: warning: cast to restricted __le64 ../drivers/usb/host/./xhci-trace.h:383:1: warning: cast from restricted __le32 ../drivers/block/drbd/drbd_nl.c:487:33: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:487:33: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:487:33: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:724:38: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:724:38: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:724:38: struct net_conf * ../drivers/block/drbd/drbd_nl.c:1025:18: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:1025:18: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:1025:18: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:1293:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:1293:24: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:1293:24: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:1648:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:1648:17: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:1648:17: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:1658:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:1658:17: struct fifo_buffer [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:1658:17: struct fifo_buffer * ../drivers/block/drbd/drbd_nl.c:1884:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:1884:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:1884:14: struct net_conf * ../drivers/block/drbd/drbd_nl.c:2144:39: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2144:39: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2144:39: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:2152:13: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2152:13: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2152:13: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:2335:50: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2335:50: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2335:50: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:2358:45: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2358:45: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2358:45: struct net_conf * ../drivers/block/drbd/drbd_nl.c:2517:9: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2517:9: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2517:9: struct net_conf * ../drivers/block/drbd/drbd_nl.c:2679:9: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2679:9: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2679:9: struct net_conf * ../drivers/block/drbd/drbd_nl.c:2912:18: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2912:18: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2912:18: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:2952:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:2952:17: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:2952:17: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:3496:33: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:3496:33: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:3496:33: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:3622:28: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:3622:28: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:3622:28: struct net_conf * ../drivers/block/drbd/drbd_nl.c:3838:29: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:3838:29: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:3838:29: struct disk_conf * ../drivers/block/drbd/drbd_nl.c:3844:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:3844:22: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:3844:22: struct net_conf * ../drivers/block/drbd/drbd_nl.c:4060:38: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_nl.c:4060:38: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_nl.c:4060:38: struct net_conf * ../drivers/block/drbd/drbd_nl.c: note: in included file: ../drivers/block/drbd/drbd_int.h:2038:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:2038:14: struct net_conf * ../drivers/block/drbd/drbd_int.h:714:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf * ../drivers/block/drbd/drbd_int.h:714:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf * ../drivers/block/drbd/drbd_int.h:714:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf * ../drivers/block/drbd/drbd_int.h:714:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf * ../drivers/block/drbd/drbd_int.h:714:24: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_int.h:714:24: struct net_conf * ../kernel/notifier.c:31:20: warning: incorrect type in assignment (different address spaces) ../kernel/notifier.c:31:20: expected struct notifier_block **nl ../kernel/notifier.c:31:20: got struct notifier_block [noderef] __rcu ** ../kernel/notifier.c:33:17: warning: incorrect type in assignment (different address spaces) ../kernel/notifier.c:33:17: expected struct notifier_block [noderef] __rcu *next ../kernel/notifier.c:33:17: got struct notifier_block * ../kernel/notifier.c:34:9: error: incompatible types in comparison expression (different address spaces): ../kernel/notifier.c:34:9: struct notifier_block [noderef] __rcu * ../kernel/notifier.c:34:9: struct notifier_block * ../kernel/notifier.c:44:25: error: incompatible types in comparison expression (different address spaces): ../kernel/notifier.c:44:25: struct notifier_block [noderef] __rcu * ../kernel/notifier.c:44:25: struct notifier_block * ../kernel/notifier.c:148:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:171:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:193:42: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:223:36: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:261:49: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:264:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:324:51: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:327:42: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:345:51: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:380:44: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:405:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:422:43: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:429:44: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:453:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:483:49: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:486:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:513:51: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:516:42: warning: incorrect type in argument 1 (different address spaces) ../kernel/notifier.c:546:36: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kvm/vmx/vmx.c: note: in included file (through ../arch/x86/kvm/vmx/vmx_onhyperv.h, ../arch/x86/kvm/vmx/vmx_ops.h, ../arch/x86/kvm/vmx/vmx.h, ../arch/x86/kvm/vmx/hyperv.h): ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110011 becomes 11) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100190 becomes 190) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100210 becomes 210) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100110 becomes 110) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a018a becomes 18a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (b008b becomes 8b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a020a becomes 20a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (b010b becomes 10b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100310 becomes 310) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (30203 becomes 203) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (30203 becomes 203) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (30283 becomes 283) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (30283 becomes 283) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1b019b becomes 19b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1b021b becomes 21b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1b029b becomes 29b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1b031b becomes 31b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1b041b becomes 41b) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120912 becomes 912) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120912 becomes 912) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120912 becomes 912) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (110311 becomes 311) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120992 becomes 992) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120992 becomes 992) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a089a becomes 89a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a089a becomes 89a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100610 becomes 610) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100690 becomes 690) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100590 becomes 590) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80408 becomes 408) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (80c88 becomes c88) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a039a becomes 39a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a041a becomes 41a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120a92 becomes a92) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a099a becomes 99a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a091a becomes 91a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a1a becomes a1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a9a becomes a9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0b1a becomes b1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a039a becomes 39a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a041a becomes 41a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120a92 becomes a92) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a099a becomes 99a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a091a becomes 91a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a008a becomes 8a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a048a becomes 48a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a010a becomes 10a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a050a becomes 50a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a1a becomes a1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0a9a becomes a9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a0b1a becomes b1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a071a becomes 71a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a079a becomes 79a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a001a becomes 1a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a009a becomes 9a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (180198 becomes 198) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a051a becomes 51a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120392 becomes 392) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120892 becomes 892) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a081a becomes 81a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (1a011a becomes 11a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (100490 becomes 490) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120892 becomes 892) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (120892 becomes 892) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a028a becomes 28a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a030a becomes 30a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a038a becomes 38a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a040a becomes 40a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a028a becomes 28a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a030a becomes 30a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: cast truncates bits from constant value (a038a becomes 38a) ../arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: warning: too many warnings ../drivers/net/ethernet/emulex/benet/be_cmds.c:315:39: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:316:39: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:390:43: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:401:33: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:413:23: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:417:42: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:460:44: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:804:33: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:804:33: expected unsigned int [usertype] request_length ../drivers/net/ethernet/emulex/benet/be_cmds.c:804:33: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:812:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:812:28: expected unsigned int [usertype] pa_hi ../drivers/net/ethernet/emulex/benet/be_cmds.c:812:28: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:813:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:813:28: expected unsigned int [usertype] pa_lo ../drivers/net/ethernet/emulex/benet/be_cmds.c:813:28: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:814:26: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:814:26: expected unsigned int [usertype] len ../drivers/net/ethernet/emulex/benet/be_cmds.c:814:26: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:827:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:827:29: expected unsigned int [usertype] lo ../drivers/net/ethernet/emulex/benet/be_cmds.c:827:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:828:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:828:29: expected unsigned int [usertype] hi ../drivers/net/ethernet/emulex/benet/be_cmds.c:828:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:899:29: warning: restricted __le32 degrades to integer ../drivers/net/ethernet/emulex/benet/be_cmds.c:1017:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1017:24: expected unsigned short [usertype] num_pages ../drivers/net/ethernet/emulex/benet/be_cmds.c:1017:24: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1032:29: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1034:38: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1066:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1066:28: expected unsigned short [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1066:28: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1067:30: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1067:30: expected unsigned int [usertype] pmac_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1067:30: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1105:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1105:20: expected unsigned int [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1105:20: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1112:28: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1148:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1148:20: expected unsigned int [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1148:20: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1149:22: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1149:22: expected unsigned int [usertype] pmac_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1149:22: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1179:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1179:24: expected unsigned short [usertype] num_pages ../drivers/net/ethernet/emulex/benet/be_cmds.c:1179:24: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1218:26: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1257:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1257:24: expected unsigned short [usertype] num_pages ../drivers/net/ethernet/emulex/benet/be_cmds.c:1257:24: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1265:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1265:28: expected unsigned short [usertype] cq_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1265:28: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1279:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1279:36: expected unsigned int ../drivers/net/ethernet/emulex/benet/be_cmds.c:1279:36: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1293:28: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1322:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1322:24: expected unsigned short [usertype] num_pages ../drivers/net/ethernet/emulex/benet/be_cmds.c:1322:24: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1337:28: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1383:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1383:28: expected unsigned short [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1383:28: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1387:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1387:20: expected unsigned short [usertype] cq_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1387:20: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1396:27: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1398:42: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1429:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1429:20: expected unsigned short [usertype] cq_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1429:20: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1433:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1433:27: expected unsigned int [usertype] interface_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1433:27: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1434:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1434:29: expected unsigned short [usertype] max_frame_size ../drivers/net/ethernet/emulex/benet/be_cmds.c:1434:29: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1435:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1435:24: expected unsigned int [usertype] rss_queue ../drivers/net/ethernet/emulex/benet/be_cmds.c:1435:24: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1441:27: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1495:17: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1495:17: expected unsigned short [usertype] id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1495:17: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1522:17: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1522:17: expected unsigned short [usertype] id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1522:17: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1547:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1547:31: expected unsigned int [usertype] capability_flags ../drivers/net/ethernet/emulex/benet/be_cmds.c:1547:31: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1548:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1548:27: expected unsigned int [usertype] enable_flags ../drivers/net/ethernet/emulex/benet/be_cmds.c:1548:27: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1555:30: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1559:47: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1580:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1580:27: expected unsigned int [usertype] interface_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1580:27: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1653:42: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1653:42: expected unsigned short [usertype] pport_num ../drivers/net/ethernet/emulex/benet/be_cmds.c:1653:42: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1728:39: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1781:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1781:28: expected unsigned int [usertype] fat_operation ../drivers/net/ethernet/emulex/benet/be_cmds.c:1781:28: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1787:38: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1832:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1832:36: expected unsigned int [usertype] fat_operation ../drivers/net/ethernet/emulex/benet/be_cmds.c:1832:36: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1833:38: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1833:38: expected unsigned int [usertype] read_log_offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:1833:38: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1834:38: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1834:38: expected unsigned int [usertype] read_log_length ../drivers/net/ethernet/emulex/benet/be_cmds.c:1834:38: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1835:39: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1835:39: expected unsigned int [usertype] data_buffer_size ../drivers/net/ethernet/emulex/benet/be_cmds.c:1835:39: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1841:25: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:1915:21: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1915:21: expected unsigned int [usertype] num_eq ../drivers/net/ethernet/emulex/benet/be_cmds.c:1915:21: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1917:39: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1917:39: expected unsigned int [usertype] eq_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1917:39: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1919:50: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1919:50: expected unsigned int [usertype] delay_multiplier ../drivers/net/ethernet/emulex/benet/be_cmds.c:1919:50: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1997:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1997:20: expected unsigned int [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:1997:20: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:1998:28: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:1998:28: expected unsigned int [usertype] if_flags_mask ../drivers/net/ethernet/emulex/benet/be_cmds.c:1998:28: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2007:36: warning: invalid assignment: |= ../drivers/net/ethernet/emulex/benet/be_cmds.c:2007:36: left side has type unsigned int ../drivers/net/ethernet/emulex/benet/be_cmds.c:2007:36: right side has type restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2010:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2010:32: expected unsigned int [usertype] mcast_num ../drivers/net/ethernet/emulex/benet/be_cmds.c:2010:32: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2063:30: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2063:30: expected unsigned short [usertype] tx_flow_control ../drivers/net/ethernet/emulex/benet/be_cmds.c:2063:30: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2064:30: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2064:30: expected unsigned short [usertype] rx_flow_control ../drivers/net/ethernet/emulex/benet/be_cmds.c:2064:30: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2106:26: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2107:26: warning: cast to restricted __le16 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2136:37: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2137:42: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2138:42: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2139:37: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2204:20: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2204:20: expected unsigned int [usertype] if_id ../drivers/net/ethernet/emulex/benet/be_cmds.c:2204:20: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2205:25: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2205:25: expected unsigned short [usertype] enable_rss ../drivers/net/ethernet/emulex/benet/be_cmds.c:2205:25: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2206:34: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2206:34: expected unsigned short [usertype] cpu_table_size_log2 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2206:34: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2376:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2376:27: expected unsigned int [usertype] write_offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:2376:27: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2378:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2378:31: expected unsigned int [usertype] descriptor_count ../drivers/net/ethernet/emulex/benet/be_cmds.c:2378:31: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2379:22: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2379:22: expected unsigned int [usertype] buf_len ../drivers/net/ethernet/emulex/benet/be_cmds.c:2379:22: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2380:23: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2380:23: expected unsigned int [usertype] addr_low ../drivers/net/ethernet/emulex/benet/be_cmds.c:2380:23: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2383:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2383:24: expected unsigned int [usertype] addr_high ../drivers/net/ethernet/emulex/benet/be_cmds.c:2383:24: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2400:33: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2509:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2509:31: expected unsigned int [usertype] desired_read_len ../drivers/net/ethernet/emulex/benet/be_cmds.c:2509:31: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2510:26: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2510:26: expected unsigned int [usertype] read_offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:2510:26: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2512:31: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2512:31: expected unsigned int [usertype] descriptor_count ../drivers/net/ethernet/emulex/benet/be_cmds.c:2512:31: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2513:22: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2513:22: expected unsigned int [usertype] buf_len ../drivers/net/ethernet/emulex/benet/be_cmds.c:2513:22: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2514:23: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2514:23: expected unsigned int [usertype] addr_low ../drivers/net/ethernet/emulex/benet/be_cmds.c:2514:23: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2515:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2515:24: expected unsigned int [usertype] addr_high ../drivers/net/ethernet/emulex/benet/be_cmds.c:2515:24: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2521:30: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2522:24: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2554:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2554:29: expected unsigned int [usertype] op_type ../drivers/net/ethernet/emulex/benet/be_cmds.c:2554:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2556:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2556:36: expected unsigned int [usertype] offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:2556:36: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2558:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2558:29: expected unsigned int [usertype] op_code ../drivers/net/ethernet/emulex/benet/be_cmds.c:2558:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2559:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2559:35: expected unsigned int [usertype] data_buf_size ../drivers/net/ethernet/emulex/benet/be_cmds.c:2559:35: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2600:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2600:29: expected unsigned int [usertype] op_type ../drivers/net/ethernet/emulex/benet/be_cmds.c:2600:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2602:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2602:36: expected unsigned int [usertype] offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:2602:36: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2604:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2604:36: expected unsigned int [usertype] offset ../drivers/net/ethernet/emulex/benet/be_cmds.c:2604:36: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2606:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2606:29: expected unsigned int [usertype] op_code ../drivers/net/ethernet/emulex/benet/be_cmds.c:2606:29: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2607:35: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_cmds.c:2607:35: expected unsigned int [usertype] data_buf_size ../drivers/net/ethernet/emulex/benet/be_cmds.c:2607:35: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_cmds.c:2641:36: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2643:36: warning: cast to restricted __le32 ../drivers/net/ethernet/emulex/benet/be_cmds.c:2875:24: warning: too many warnings ../drivers/xen/pvcalls-back.c:1014:9: warning: incorrect type in assignment (different address spaces) ../drivers/xen/pvcalls-back.c:1014:9: expected void **slot ../drivers/xen/pvcalls-back.c:1014:9: got void [noderef] __rcu ** ../drivers/xen/pvcalls-back.c:1014:9: warning: incorrect type in assignment (different address spaces) ../drivers/xen/pvcalls-back.c:1014:9: expected void **slot ../drivers/xen/pvcalls-back.c:1014:9: got void [noderef] __rcu ** ../drivers/xen/pvcalls-back.c:1015:49: warning: incorrect type in argument 1 (different address spaces) ../drivers/xen/pvcalls-back.c:1015:49: expected void [noderef] __rcu **slot ../drivers/xen/pvcalls-back.c:1015:49: got void **slot ../drivers/xen/pvcalls-back.c:1020:38: warning: incorrect type in assignment (different address spaces) ../drivers/xen/pvcalls-back.c:1020:38: expected void **slot ../drivers/xen/pvcalls-back.c:1020:38: got void [noderef] __rcu ** ../drivers/xen/pvcalls-back.c:1014:9: warning: incorrect type in argument 1 (different address spaces) ../drivers/xen/pvcalls-back.c:1014:9: expected void [noderef] __rcu **slot ../drivers/xen/pvcalls-back.c:1014:9: got void **slot ../drivers/xen/pvcalls-back.c:1014:9: warning: incorrect type in assignment (different address spaces) ../drivers/xen/pvcalls-back.c:1014:9: expected void **slot ../drivers/xen/pvcalls-back.c:1014:9: got void [noderef] __rcu ** ../drivers/usb/atm/ueagle-atm.c:2032:9: warning: restricted __be16 degrades to integer ../drivers/usb/atm/ueagle-atm.c:2032:9: warning: restricted __be16 degrades to integer ../io_uring/bpf_filter.c:159:26: warning: incorrect type in assignment (different address spaces) ../io_uring/bpf_filter.c:159:26: expected struct io_bpf_filter [noderef] __rcu **filters ../io_uring/bpf_filter.c:159:26: got struct io_bpf_filter ** ../drivers/mmc/host/vub300.c:2238:29: warning: restricted __le16 degrades to integer ../drivers/nvme/target/tcp.c:1325:46: warning: incorrect type in assignment (different base types) ../drivers/nvme/target/tcp.c:1325:46: expected restricted __le16 [usertype] status ../drivers/nvme/target/tcp.c:1325:46: got int ../drivers/xen/pvcalls-front.c:1019:24: warning: incorrect type in return expression (different base types) ../drivers/xen/pvcalls-front.c:1019:24: expected restricted __poll_t ../drivers/xen/pvcalls-front.c:1019:24: got int [assigned] ret ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c: In function ‘get_drvinfo’: ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c:209:52: warning: ‘%u’ directive output may be truncated writing between 1 and 3 bytes into a region of size between 0 and 14 [-Wformat-truncation=] 209 | "%u.%u.%u.%u, TP %u.%u.%u.%u", | ^~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c:209:26: note: directive argument in the range [0, 255] 209 | "%u.%u.%u.%u, TP %u.%u.%u.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c:208:17: note: ‘snprintf’ output between 20 and 36 bytes into a destination of size 32 208 | snprintf(info->fw_version, sizeof(info->fw_version), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 209 | "%u.%u.%u.%u, TP %u.%u.%u.%u", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 210 | FW_HDR_FW_VER_MAJOR_G(adapter->params.fw_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 211 | FW_HDR_FW_VER_MINOR_G(adapter->params.fw_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 212 | FW_HDR_FW_VER_MICRO_G(adapter->params.fw_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 213 | FW_HDR_FW_VER_BUILD_G(adapter->params.fw_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 214 | FW_HDR_FW_VER_MAJOR_G(adapter->params.tp_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 215 | FW_HDR_FW_VER_MINOR_G(adapter->params.tp_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 216 | FW_HDR_FW_VER_MICRO_G(adapter->params.tp_vers), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 217 | FW_HDR_FW_VER_BUILD_G(adapter->params.tp_vers)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'notify_client' not described in 'xhci_sideband_register' ../drivers/net/ethernet/emulex/benet/be_main.c:1559:29: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_main.c:1559:29: expected unsigned short ../drivers/net/ethernet/emulex/benet/be_main.c:1559:29: got restricted __le16 [usertype] ../drivers/net/ethernet/emulex/benet/be_main.c:2631:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_main.c:2631:32: expected unsigned int [usertype] fragpa_lo ../drivers/net/ethernet/emulex/benet/be_main.c:2631:32: got restricted __le32 [usertype] ../drivers/net/ethernet/emulex/benet/be_main.c:2632:32: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/emulex/benet/be_main.c:2632:32: expected unsigned int [usertype] fragpa_hi ../drivers/net/ethernet/emulex/benet/be_main.c:2632:32: got restricted __le32 [usertype] ../net/core/filter.c:1434:39: warning: incorrect type in argument 1 (different address spaces) ../net/core/filter.c:1434:39: expected struct sock_filter const *filter ../net/core/filter.c:1434:39: got struct sock_filter [noderef] __user *filter ../net/core/filter.c:1512:39: warning: incorrect type in argument 1 (different address spaces) ../net/core/filter.c:1512:39: expected struct sock_filter const *filter ../net/core/filter.c:1512:39: got struct sock_filter [noderef] __user *filter ../net/core/filter.c:2352:45: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:2352:45: expected restricted __be32 [usertype] daddr ../net/core/filter.c:2352:45: got unsigned int [usertype] ipv4_nh ../net/core/filter.c:4048:29: warning: symbol 'bpf_xdp_get_buff_len_trace_proto' was not declared. Should it be static? ../net/core/filter.c:4792:29: warning: symbol 'bpf_skb_output_proto' was not declared. Should it be static? ../net/core/filter.c:5206:29: warning: symbol 'bpf_xdp_output_proto' was not declared. Should it be static? ../net/core/filter.c:8254:29: warning: symbol 'bpf_sk_storage_get_cg_sock_proto' was not declared. Should it be static? ../net/core/filter.c:12258:17: warning: symbol 'bpf_dynptr_from_skb' was not declared. Should it be static? ../net/core/filter.c:12288:17: warning: symbol 'bpf_dynptr_from_skb_meta' was not declared. Should it be static? ../net/core/filter.c:12304:17: warning: symbol 'bpf_dynptr_from_xdp' was not declared. Should it be static? ../net/core/filter.c:12320:17: warning: symbol 'bpf_sock_addr_set_sun_path' was not declared. Should it be static? ../net/core/filter.c:12341:17: warning: symbol 'bpf_sk_assign_tcp_reqsk' was not declared. Should it be static? ../net/core/filter.c:12438:17: warning: symbol 'bpf_sock_ops_enable_tx_tstamp' was not declared. Should it be static? ../net/core/filter.c:12488:17: warning: symbol 'bpf_xdp_pull_data' was not declared. Should it be static? ../net/core/filter.c:12664:17: warning: symbol 'bpf_sock_destroy' was not declared. Should it be static? ../net/core/filter.c:1951:43: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1951:43: expected restricted __wsum [usertype] diff ../net/core/filter.c:1951:43: got unsigned long long [usertype] to ../net/core/filter.c:1954:36: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1954:36: expected restricted __be16 [usertype] old ../net/core/filter.c:1954:36: got unsigned long long [usertype] from ../net/core/filter.c:1954:42: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:1954:42: expected restricted __be16 [usertype] new ../net/core/filter.c:1954:42: got unsigned long long [usertype] to ../net/core/filter.c:1957:36: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1957:36: expected restricted __be32 [usertype] from ../net/core/filter.c:1957:36: got unsigned long long [usertype] from ../net/core/filter.c:1957:42: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:1957:42: expected restricted __be32 [usertype] to ../net/core/filter.c:1957:42: got unsigned long long [usertype] to ../net/core/filter.c:2003:59: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2003:59: expected restricted __wsum [usertype] diff ../net/core/filter.c:2003:59: got unsigned long long [usertype] to ../net/core/filter.c:2006:52: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2006:52: expected restricted __be16 [usertype] from ../net/core/filter.c:2006:52: got unsigned long long [usertype] from ../net/core/filter.c:2006:58: warning: incorrect type in argument 4 (different base types) ../net/core/filter.c:2006:58: expected restricted __be16 [usertype] to ../net/core/filter.c:2006:58: got unsigned long long [usertype] to ../net/core/filter.c:2009:52: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2009:52: expected restricted __be32 [usertype] from ../net/core/filter.c:2009:52: got unsigned long long [usertype] from ../net/core/filter.c:2009:58: warning: incorrect type in argument 4 (different base types) ../net/core/filter.c:2009:58: expected restricted __be32 [usertype] to ../net/core/filter.c:2009:58: got unsigned long long [usertype] to ../net/core/filter.c:2076:35: warning: incorrect type in return expression (different base types) ../net/core/filter.c:2076:35: expected unsigned long long ../net/core/filter.c:2076:35: got restricted __wsum [usertype] csum ../net/core/filter.c:6173:17: warning: incorrect type in assignment (different base types) ../net/core/filter.c:6173:17: expected unsigned int [usertype] spi ../net/core/filter.c:6173:17: got restricted __be32 const [usertype] spi ../net/core/filter.c:6181:33: warning: incorrect type in assignment (different base types) ../net/core/filter.c:6181:33: expected unsigned int [usertype] remote_ipv4 ../net/core/filter.c:6181:33: got restricted __be32 const [usertype] a4 ../arch/x86/kernel/fpu/xstate.c:1655:9: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1655:9: expected struct lockdep_map const *lock ../arch/x86/kernel/fpu/xstate.c:1655:9: got struct lockdep_map [noderef] __rcu * ../arch/x86/kernel/fpu/xstate.c:1749:31: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1749:31: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/xstate.c:1749:31: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/xstate.c:1757:33: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1757:33: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/xstate.c:1757:33: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/xstate.c:1775:31: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1775:31: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/xstate.c:1775:31: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/xstate.c:1779:41: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1779:41: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/xstate.c:1779:41: got struct spinlock [noderef] __rcu * ../arch/x86/kernel/fpu/xstate.c:1794:33: warning: incorrect type in argument 1 (different address spaces) ../arch/x86/kernel/fpu/xstate.c:1794:33: expected struct spinlock [usertype] *lock ../arch/x86/kernel/fpu/xstate.c:1794:33: got struct spinlock [noderef] __rcu * ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c: In function ‘alloc_uld_rxqs’: ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:141:38: warning: ‘%s’ directive output may be truncated writing up to 15 bytes into a region of size between 10 and 25 [-Wformat-truncation=] 141 | "%s-%s%d", | ^~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:141:34: note: directive argument in the range [0, 131069] 141 | "%s-%s%d", | ^~~~~~~~~ ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:139:25: note: ‘snprintf’ output between 3 and 38 bytes into a destination of size 26 139 | snprintf(adap->msix_info[msi_idx].desc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 140 | sizeof(adap->msix_info[msi_idx].desc), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 141 | "%s-%s%d", | ~~~~~~~~~~ 142 | adap->port[0]->name, rxq_info->name, i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/block/drbd/drbd_state.c:1912:30: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_state.c:1912:30: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_state.c:1912:30: struct disk_conf * ../drivers/block/drbd/drbd_state.c:834:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_state.c:834:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_state.c:834:22: struct disk_conf * ../drivers/block/drbd/drbd_state.c:838:14: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_state.c:838:14: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_state.c:838:14: struct net_conf * ../drivers/block/drbd/drbd_state.c:1064:22: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_state.c:1064:22: struct disk_conf [noderef] __rcu * ../drivers/block/drbd/drbd_state.c:1064:22: struct disk_conf * ../drivers/block/drbd/drbd_state.c:2079:17: error: incompatible types in comparison expression (different address spaces): ../drivers/block/drbd/drbd_state.c:2079:17: struct net_conf [noderef] __rcu * ../drivers/block/drbd/drbd_state.c:2079:17: struct net_conf * ../drivers/net/ethernet/freescale/enetc/enetc.c: In function ‘enetc_setup_irqs’: ../drivers/net/ethernet/freescale/enetc/enetc.c:2804:60: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 4 and 19 [-Wformat-truncation=] 2804 | snprintf(v->name, sizeof(v->name), "%s-rxtx%d", | ^~ ../drivers/net/ethernet/freescale/enetc/enetc.c:2804:52: note: directive argument in the range [-2147483638, 2147483646] 2804 | snprintf(v->name, sizeof(v->name), "%s-rxtx%d", | ^~~~~~~~~~~ ../drivers/net/ethernet/freescale/enetc/enetc.c:2804:17: note: ‘snprintf’ output between 7 and 32 bytes into a destination of size 24 2804 | snprintf(v->name, sizeof(v->name), "%s-rxtx%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2805 | priv->ndev->name, i); | ~~~~~~~~~~~~~~~~~~~~ ../fs/eventpoll.c:859:9: warning: restricted __poll_t degrades to integer ../fs/eventpoll.c:859:9: warning: cast to restricted __poll_t ../fs/eventpoll.c:1558:53: warning: incorrect type in argument 3 (different base types) ../fs/eventpoll.c:1558:53: expected unsigned int pollflags ../fs/eventpoll.c:1558:53: got restricted __poll_t ../fs/notify/fsnotify.c:387:16: error: incompatible types in comparison expression (different address spaces): ../fs/notify/fsnotify.c:387:16: struct fsnotify_mark_connector [noderef] __rcu * ../fs/notify/fsnotify.c:387:16: struct fsnotify_mark_connector * ../fs/notify/fsnotify.c:389:24: error: incompatible types in comparison expression (different address spaces): ../fs/notify/fsnotify.c:389:24: struct hlist_node [noderef] __rcu * ../fs/notify/fsnotify.c:389:24: struct hlist_node * ../fs/notify/fsnotify.c:399:24: error: incompatible types in comparison expression (different address spaces): ../fs/notify/fsnotify.c:399:24: struct hlist_node [noderef] __rcu * ../fs/notify/fsnotify.c:399:24: struct hlist_node * ../fs/notify/fsnotify.c:572:46: warning: incorrect type in argument 1 (different address spaces) ../fs/notify/fsnotify.c:572:46: expected struct fsnotify_mark_connector *const *connp ../fs/notify/fsnotify.c:572:46: got struct fsnotify_mark_connector [noderef] __rcu ** ../fs/notify/fsnotify.c:576:46: warning: incorrect type in argument 1 (different address spaces) ../fs/notify/fsnotify.c:576:46: expected struct fsnotify_mark_connector *const *connp ../fs/notify/fsnotify.c:576:46: got struct fsnotify_mark_connector [noderef] __rcu ** ../fs/notify/fsnotify.c:580:46: warning: incorrect type in argument 1 (different address spaces) ../fs/notify/fsnotify.c:580:46: expected struct fsnotify_mark_connector *const *connp ../fs/notify/fsnotify.c:580:46: got struct fsnotify_mark_connector [noderef] __rcu ** ../fs/notify/fsnotify.c:584:46: warning: incorrect type in argument 1 (different address spaces) ../fs/notify/fsnotify.c:584:46: expected struct fsnotify_mark_connector *const *connp ../fs/notify/fsnotify.c:584:46: got struct fsnotify_mark_connector [noderef] __rcu ** ../fs/notify/fsnotify.c:588:54: warning: incorrect type in argument 1 (different address spaces) ../fs/notify/fsnotify.c:588:54: expected struct fsnotify_mark_connector *const *connp ../fs/notify/fsnotify.c:588:54: got struct fsnotify_mark_connector [noderef] __rcu *const * ../drivers/usb/host/sl811-hcd.c:1788:24: warning: symbol 'sl811h_driver' was not declared. Should it be static? ../drivers/hid/hid-sensor-custom.c: In function ‘hid_sensor_custom_add_attributes’: ../drivers/hid/hid-sensor-custom.c:590:64: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] 590 | HID_CUSTOM_NAME_LENGTH, "%s-%s", | ^ ../drivers/hid/hid-sensor-custom.c:589:25: note: ‘snprintf’ output 2 or more bytes (assuming 65) into a destination of size 64 589 | snprintf((char *)&sensor_inst->fields[i].attr_name[j], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 590 | HID_CUSTOM_NAME_LENGTH, "%s-%s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 591 | sensor_inst->fields[i].group_name, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 592 | hid_custom_attrs[j].name); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/mmc/core/block.c:2528:26: warning: invalid assignment: |= ../drivers/mmc/core/block.c:2528:26: left side has type unsigned int ../drivers/mmc/core/block.c:2528:26: right side has type restricted blk_features_t ../drivers/mmc/core/block.c:2530:26: warning: invalid assignment: |= ../drivers/mmc/core/block.c:2530:26: left side has type unsigned int ../drivers/mmc/core/block.c:2530:26: right side has type restricted blk_features_t ../drivers/pci/xen-pcifront.c:624:18: warning: cast to restricted pci_channel_state_t ../drivers/pci/xen-pcifront.c:634:35: warning: incorrect type in assignment (different base types) ../drivers/pci/xen-pcifront.c:634:35: expected signed int [usertype] err ../drivers/pci/xen-pcifront.c:634:35: got restricted pci_ers_result_t ../fs/signalfd.c:56:33: warning: incorrect type in argument 2 (different address spaces) ../fs/signalfd.c:56:33: expected struct wait_queue_head [usertype] *wait_address ../fs/signalfd.c:56:33: got struct wait_queue_head [noderef] __rcu * ../fs/signalfd.c:58:31: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:58:31: expected struct spinlock [usertype] *lock ../fs/signalfd.c:58:31: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:63:33: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:63:33: expected struct spinlock [usertype] *lock ../fs/signalfd.c:63:33: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:97:32: warning: cast removes address space '__user' of expression ../fs/signalfd.c:115:33: warning: cast removes address space '__user' of expression ../fs/signalfd.c:118:33: warning: cast removes address space '__user' of expression ../fs/signalfd.c:122:33: warning: cast removes address space '__user' of expression ../fs/signalfd.c:138:32: warning: cast removes address space '__user' of expression ../fs/signalfd.c:142:38: warning: cast removes address space '__user' of expression ../fs/signalfd.c:161:31: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:161:31: expected struct spinlock [usertype] *lock ../fs/signalfd.c:161:31: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:170:41: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:170:41: expected struct spinlock [usertype] *lock ../fs/signalfd.c:170:41: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:174:32: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:174:32: expected struct wait_queue_head *wq_head ../fs/signalfd.c:174:32: got struct wait_queue_head [noderef] __rcu * ../fs/signalfd.c:184:41: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:184:41: expected struct spinlock [usertype] *lock ../fs/signalfd.c:184:41: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:186:39: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:186:39: expected struct spinlock [usertype] *lock ../fs/signalfd.c:186:39: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:188:33: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:188:33: expected struct spinlock [usertype] *lock ../fs/signalfd.c:188:33: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:190:35: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:190:35: expected struct wait_queue_head *wq_head ../fs/signalfd.c:190:35: got struct wait_queue_head [noderef] __rcu * ../fs/signalfd.c:289:39: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:289:39: expected struct spinlock [usertype] *lock ../fs/signalfd.c:289:39: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:291:41: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:291:41: expected struct spinlock [usertype] *lock ../fs/signalfd.c:291:41: got struct spinlock [noderef] __rcu * ../fs/signalfd.c:293:17: warning: incorrect type in argument 1 (different address spaces) ../fs/signalfd.c:293:17: expected struct wait_queue_head *wq_head ../fs/signalfd.c:293:17: got struct wait_queue_head [noderef] __rcu * ../sound/soc/sof/ipc3.c: note: in included file: ../include/sound/sof/control.h:124:17: warning: array of flexible structures ../net/bridge/br_multicast.c: note: in included file (through ../include/linux/igmp.h): ../include/uapi/linux/igmp.h:60:32: warning: array of flexible structures ../net/bridge/br_multicast.c: note: in included file: ../include/net/mld.h:32:43: warning: array of flexible structures ../drivers/scsi/qla2xxx/qla_os.c: note: in included file (through ../drivers/scsi/qla2xxx/qla_def.h): ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../kernel/power/main.c:183:5: warning: symbol 'pm_async_enabled' was not declared. Should it be static? ../kernel/power/main.c:223:34: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:223:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:224:21: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:224:26: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:226:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:227:62: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:223:55: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:252:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:252:46: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:253:54: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:252:67: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:272:31: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:272:36: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:278:13: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:278:21: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:278:39: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:278:47: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:757:34: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:757:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:758:31: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:759:77: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:757:55: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:788:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:788:46: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:789:47: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:788:67: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:809:31: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:809:36: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:815:13: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:815:21: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:883:31: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:883:36: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:914:13: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:914:21: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:915:58: warning: restricted suspend_state_t degrades to integer ../kernel/power/main.c:916:51: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:93:54: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:93:54: expected int val ../kernel/power/suspend.c:93:54: got restricted suspend_state_t [usertype] ../kernel/power/suspend.c:130:54: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:130:54: expected int val ../kernel/power/suspend.c:130:54: got restricted suspend_state_t [usertype] ../kernel/power/suspend.c:191:19: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:191:47: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:192:19: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:192:51: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:197:26: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:197:65: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:204:42: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:204:51: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:205:38: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:206:51: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:204:72: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:229:34: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:229:73: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:230:27: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:230:59: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:235:34: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:235:69: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:236:21: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:236:42: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:467:33: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:467:33: expected int val ../kernel/power/suspend.c:467:33: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:470:33: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:470:33: expected int val ../kernel/power/suspend.c:470:33: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:540:57: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:540:57: expected int val ../kernel/power/suspend.c:540:57: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:542:57: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:542:57: expected int val ../kernel/power/suspend.c:542:57: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:580:52: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:580:52: expected int val ../kernel/power/suspend.c:580:52: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:607:9: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:607:9: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:616:52: warning: incorrect type in argument 2 (different base types) ../kernel/power/suspend.c:616:52: expected int val ../kernel/power/suspend.c:616:52: got restricted suspend_state_t [usertype] state ../kernel/power/suspend.c:617:9: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:617:9: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:640:13: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:640:22: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:640:39: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:640:48: warning: restricted suspend_state_t degrades to integer ../kernel/power/suspend.c:643:9: warning: restricted suspend_state_t degrades to integer ../drivers/scsi/qla4xxx/ql4_iocb.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_nvram.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_init.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c: note: in included file (through ../include/scsi/libfc.h, ../include/scsi/libfcoe.h): ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../drivers/scsi/qla4xxx/ql4_isr.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_mbx.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_dbg.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../net/sunrpc/clnt.c:3355:9: warning: cast removes address space '__rcu' of expression ../drivers/scsi/qla4xxx/ql4_nx.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/rt.c:838:70: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/rt.c:838:70: struct task_struct [noderef] __rcu * ../kernel/sched/rt.c:838:70: struct task_struct * ../kernel/sched/rt.c:2325:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/rt.c:2325:25: struct task_struct * ../kernel/sched/rt.c:2325:25: struct task_struct [noderef] __rcu * ../kernel/sched/rt.c:529:55: warning: incorrect type in initializer (different address spaces) ../kernel/sched/rt.c:529:55: expected struct task_struct *donor ../kernel/sched/rt.c:529:55: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:976:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/rt.c:976:39: expected struct task_struct *donor ../kernel/sched/rt.c:976:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:1498:31: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/rt.c:1498:31: expected struct task_struct *p ../kernel/sched/rt.c:1498:31: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:1826:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/rt.c:1826:9: expected struct sched_domain *[assigned] sd ../kernel/sched/rt.c:1826:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/rt.c:1517:14: warning: incorrect type in assignment (different address spaces) ../kernel/sched/rt.c:1517:14: expected struct task_struct *curr ../kernel/sched/rt.c:1517:14: got struct task_struct [noderef] __rcu * ../kernel/sched/rt.c:1518:15: warning: incorrect type in assignment (different address spaces) ../kernel/sched/rt.c:1518:15: expected struct task_struct *donor ../kernel/sched/rt.c:1518:15: got struct task_struct [noderef] __rcu * ../kernel/sched/rt.c:1579:45: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/rt.c:1579:45: expected struct task_struct *p ../kernel/sched/rt.c:1579:45: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:1605:35: warning: incorrect type in initializer (different address spaces) ../kernel/sched/rt.c:1605:35: expected struct task_struct *p ../kernel/sched/rt.c:1605:35: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:1627:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/rt.c:1627:39: expected struct task_struct *donor ../kernel/sched/rt.c:1627:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:1652:64: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/rt.c:1652:64: expected struct task_struct *tsk ../kernel/sched/rt.c:1652:64: got struct task_struct [noderef] __rcu *curr ../kernel/sched/rt.c:2002:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/rt.c:2002:40: expected struct task_struct *task ../kernel/sched/rt.c:2002:40: got struct task_struct [noderef] __rcu *curr ../kernel/sched/rt.c:2025:13: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/rt.c:2025:13: struct task_struct * ../kernel/sched/rt.c:2025:13: struct task_struct [noderef] __rcu * ../kernel/sched/rt.c:2376:54: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/rt.c:2376:54: expected struct task_struct *tsk ../kernel/sched/rt.c:2376:54: got struct task_struct [noderef] __rcu *curr ../kernel/sched/rt.c:2378:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/rt.c:2378:40: expected struct task_struct *p ../kernel/sched/rt.c:2378:40: got struct task_struct [noderef] __rcu *donor ../kernel/sched/rt.c:2378:62: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/rt.c:2378:62: expected struct task_struct *p ../kernel/sched/rt.c:2378:62: got struct task_struct [noderef] __rcu *donor ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/deadline.c:3151:23: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:3151:23: expected struct task_struct *p ../kernel/sched/deadline.c:3151:23: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:3161:13: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/deadline.c:3161:13: struct task_struct * ../kernel/sched/deadline.c:3161:13: struct task_struct [noderef] __rcu * ../kernel/sched/deadline.c:3267:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/deadline.c:3267:25: struct task_struct * ../kernel/sched/deadline.c:3267:25: struct task_struct [noderef] __rcu * ../kernel/sched/deadline.c:2744:42: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/deadline.c:2744:42: expected struct sched_dl_entity const *b ../kernel/sched/deadline.c:2744:42: got struct sched_dl_entity [noderef] __rcu * ../kernel/sched/deadline.c:2754:38: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:2754:38: expected struct task_struct *tsk ../kernel/sched/deadline.c:2754:38: got struct task_struct [noderef] __rcu *curr ../kernel/sched/deadline.c:1188:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:1188:39: expected struct task_struct *p ../kernel/sched/deadline.c:1188:39: got struct task_struct [noderef] __rcu *curr ../kernel/sched/deadline.c:1188:85: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/deadline.c:1188:85: expected struct sched_dl_entity const *b ../kernel/sched/deadline.c:1188:85: got struct sched_dl_entity [noderef] __rcu * ../kernel/sched/deadline.c:1286:23: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:1286:23: expected struct task_struct *p ../kernel/sched/deadline.c:1286:23: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:1815:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:1815:31: expected struct task_struct *p ../kernel/sched/deadline.c:1815:31: got struct task_struct [noderef] __rcu *curr ../kernel/sched/deadline.c:1815:70: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/deadline.c:1815:70: expected struct sched_dl_entity const *b ../kernel/sched/deadline.c:1815:70: got struct sched_dl_entity [noderef] __rcu * ../kernel/sched/deadline.c:2130:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/deadline.c:2130:39: expected struct task_struct *donor ../kernel/sched/deadline.c:2130:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:2973:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/deadline.c:2973:9: expected struct sched_domain *[assigned] sd ../kernel/sched/deadline.c:2973:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/deadline.c:2618:14: warning: incorrect type in assignment (different address spaces) ../kernel/sched/deadline.c:2618:14: expected struct task_struct *curr ../kernel/sched/deadline.c:2618:14: got struct task_struct [noderef] __rcu * ../kernel/sched/deadline.c:2619:15: warning: incorrect type in assignment (different address spaces) ../kernel/sched/deadline.c:2619:15: expected struct task_struct *donor ../kernel/sched/deadline.c:2619:15: got struct task_struct [noderef] __rcu * ../kernel/sched/deadline.c:2693:43: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/deadline.c:2693:43: expected struct task_struct *p ../kernel/sched/deadline.c:2693:43: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:2713:35: warning: incorrect type in initializer (different address spaces) ../kernel/sched/deadline.c:2713:35: expected struct task_struct *p ../kernel/sched/deadline.c:2713:35: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:3312:38: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:3312:38: expected struct task_struct *tsk ../kernel/sched/deadline.c:3312:38: got struct task_struct [noderef] __rcu *curr ../kernel/sched/deadline.c:3314:23: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/deadline.c:3314:23: expected struct task_struct *p ../kernel/sched/deadline.c:3314:23: got struct task_struct [noderef] __rcu *donor ../kernel/sched/deadline.c:3316:44: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/deadline.c:3316:44: expected struct sched_dl_entity const *b ../kernel/sched/deadline.c:3316:44: got struct sched_dl_entity [noderef] __rcu * ../kernel/sched/deadline.c:3578:23: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/deadline.c:3578:23: struct task_struct [noderef] __rcu * ../kernel/sched/deadline.c:3578:23: struct task_struct * ../kernel/sched/deadline.c:3631:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/syscalls.c:202:48: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/syscalls.c:202:48: struct task_struct [noderef] __rcu * ../kernel/sched/syscalls.c:202:48: struct task_struct * ../kernel/sched/syscalls.c:1418:22: warning: incorrect type in assignment (different address spaces) ../kernel/sched/syscalls.c:1418:22: expected struct task_struct *curr ../kernel/sched/syscalls.c:1418:22: got struct task_struct [noderef] __rcu *donor ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/rt.c:1313:23: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/rt.c:1313:23: struct task_struct * ../kernel/sched/rt.c:1313:23: struct task_struct [noderef] __rcu * ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/deadline.c:2339:15: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/deadline.c:2339:15: struct task_struct * ../kernel/sched/deadline.c:2339:15: struct task_struct [noderef] __rcu * ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/syscalls.c:1343:11: warning: dereference of noderef expression ../kernel/sched/build_policy.c: note: in included file: ../kernel/sched/rt.c:1676:15: warning: dereference of noderef expression ../net/ipv6/netfilter/ip6_tables.c:1228:41: warning: array of flexible structures ../net/ipv6/netfilter/ip6_tables.c:1552:44: warning: array of flexible structures ../net/ipv6/netfilter/ip6_tables.c:40:16: warning: Initializer entry defined twice ../net/ipv6/netfilter/ip6_tables.c:40:16: also defined here ../net/ipv6/netfilter/ip6_tables.c:40:16: warning: Initializer entry defined twice ../net/ipv6/netfilter/ip6_tables.c:40:16: also defined here ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/debug.c:788:17: warning: incorrect type in assignment (different address spaces) ../kernel/sched/debug.c:788:17: expected struct sched_domain *[assigned] sd ../kernel/sched/debug.c:788:17: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/debug.c:1129:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/debug.c:1129:9: expected struct task_struct *tsk ../kernel/sched/debug.c:1129:9: got struct task_struct [noderef] __rcu *curr ../kernel/sched/debug.c:1129:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/debug.c:1129:9: expected struct task_struct *tsk ../kernel/sched/debug.c:1129:9: got struct task_struct [noderef] __rcu *curr ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/stats.c:136:17: warning: incorrect type in assignment (different address spaces) ../kernel/sched/stats.c:136:17: expected struct sched_domain *[assigned] sd ../kernel/sched/stats.c:136:17: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/topology.c:25:5: warning: symbol 'max_lid' was not declared. Should it be static? ../kernel/sched/topology.c:118:56: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:118:56: expected struct sched_domain *sd ../kernel/sched/topology.c:118:56: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:137:60: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:137:60: expected struct sched_domain *sd ../kernel/sched/topology.c:137:60: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:160:20: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:160:20: expected struct sched_domain *sd ../kernel/sched/topology.c:160:20: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:440:13: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:440:13: expected struct perf_domain *[assigned] tmp ../kernel/sched/topology.c:440:13: got struct perf_domain [noderef] __rcu *pd ../kernel/sched/topology.c:449:13: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:449:13: expected struct perf_domain *[assigned] tmp ../kernel/sched/topology.c:449:13: got struct perf_domain [noderef] __rcu *pd ../kernel/sched/topology.c:470:19: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:470:19: expected struct perf_domain *[assigned] pd ../kernel/sched/topology.c:470:19: got struct perf_domain [noderef] __rcu *pd ../kernel/sched/topology.c:654:49: warning: incorrect type in initializer (different address spaces) ../kernel/sched/topology.c:654:49: expected struct sched_domain *parent ../kernel/sched/topology.c:654:49: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:753:50: warning: incorrect type in initializer (different address spaces) ../kernel/sched/topology.c:753:50: expected struct sched_domain *parent ../kernel/sched/topology.c:753:50: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:775:55: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:775:55: expected struct sched_domain [noderef] __rcu *[noderef] __rcu child ../kernel/sched/topology.c:775:55: got struct sched_domain *[assigned] tmp ../kernel/sched/topology.c:788:29: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:788:29: expected struct sched_domain *[assigned] tmp ../kernel/sched/topology.c:788:29: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:793:20: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:793:20: expected struct sched_domain *sd ../kernel/sched/topology.c:793:20: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:826:13: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:826:13: expected struct sched_domain *[assigned] tmp ../kernel/sched/topology.c:826:13: got struct sched_domain [noderef] __rcu *sd ../kernel/sched/topology.c:1069:38: warning: incorrect type in initializer (different address spaces) ../kernel/sched/topology.c:1069:38: expected struct sched_domain *sdp ../kernel/sched/topology.c:1069:38: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:1076:21: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:1076:21: expected struct sched_domain *sdp ../kernel/sched/topology.c:1076:21: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:1223:70: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:1223:70: expected struct sched_domain *sd ../kernel/sched/topology.c:1223:70: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1252:59: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:1252:59: expected struct sched_domain *sd ../kernel/sched/topology.c:1252:59: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1298:57: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:1298:57: expected struct sched_domain *sd ../kernel/sched/topology.c:1298:57: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1300:25: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:1300:25: expected struct sched_domain *sibling ../kernel/sched/topology.c:1300:25: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1308:55: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:1308:55: expected struct sched_domain *sd ../kernel/sched/topology.c:1308:55: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1310:25: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:1310:25: expected struct sched_domain *sibling ../kernel/sched/topology.c:1310:25: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1380:62: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/topology.c:1380:62: expected struct sched_domain *sd ../kernel/sched/topology.c:1380:62: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1484:40: warning: incorrect type in initializer (different address spaces) ../kernel/sched/topology.c:1484:40: expected struct sched_domain *child ../kernel/sched/topology.c:1484:40: got struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1620:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:1620:9: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:1620:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:1877:52: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:1877:52: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:1877:52: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:1987:43: warning: incorrect type in initializer (different address spaces) ../kernel/sched/topology.c:1987:43: expected struct sched_domain [noderef] __rcu *child ../kernel/sched/topology.c:1987:43: got struct sched_domain *child ../kernel/sched/topology.c:2166:21: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2166:21: int [noderef] __rcu * ../kernel/sched/topology.c:2166:21: int * ../kernel/sched/topology.c:2339:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2339:9: int [noderef] __rcu * ../kernel/sched/topology.c:2339:9: int * ../kernel/sched/topology.c:2359:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2359:9: int [noderef] __rcu * ../kernel/sched/topology.c:2359:9: int * ../kernel/sched/topology.c:2399:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2399:9: struct cpumask **[noderef] __rcu * ../kernel/sched/topology.c:2399:9: struct cpumask *** ../kernel/sched/topology.c:2450:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2450:9: int [noderef] __rcu * ../kernel/sched/topology.c:2450:9: int * ../kernel/sched/topology.c:2451:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2451:9: int [noderef] __rcu * ../kernel/sched/topology.c:2451:9: int * ../kernel/sched/topology.c:2453:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2453:9: struct cpumask **[noderef] __rcu * ../kernel/sched/topology.c:2453:9: struct cpumask *** ../kernel/sched/topology.c:2539:17: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2539:17: struct cpumask **[noderef] __rcu * ../kernel/sched/topology.c:2539:17: struct cpumask *** ../kernel/sched/topology.c:2611:19: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2611:19: struct cpumask **[noderef] __rcu * ../kernel/sched/topology.c:2611:19: struct cpumask *** ../kernel/sched/topology.c:2653:17: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/topology.c:2653:17: struct cpumask **[noderef] __rcu * ../kernel/sched/topology.c:2653:17: struct cpumask *** ../kernel/sched/topology.c:2795:31: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:2795:31: expected struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:2795:31: got struct sched_domain *sd ../kernel/sched/topology.c:2923:16: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:2923:16: expected struct sched_domain *parent ../kernel/sched/topology.c:2923:16: got struct sched_domain [noderef] __rcu *[noderef] __rcu parent ../kernel/sched/topology.c:2925:24: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:2925:24: expected struct sched_domain *parent ../kernel/sched/topology.c:2925:24: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:2930:16: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:2930:16: expected struct sched_domain *parent ../kernel/sched/topology.c:2930:16: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:2935:24: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:2935:24: expected struct sched_domain *parent ../kernel/sched/topology.c:2935:24: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:3012:25: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:3012:25: expected struct sched_domain *[assigned] sd_asym ../kernel/sched/topology.c:3012:25: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:3147:57: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:3147:57: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:3147:57: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:3169:28: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:3169:28: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:3169:28: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:3195:57: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:3195:57: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:3195:57: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/topology.c:3448:44: warning: incorrect type in assignment (different address spaces) ../kernel/sched/topology.c:3448:44: expected struct sched_domain *[assigned] sd ../kernel/sched/topology.c:3448:44: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/core_sched.c:278:37: error: incompatible types in conditional expression (different address spaces): ../kernel/sched/core_sched.c:278:37: struct task_struct * ../kernel/sched/core_sched.c:278:37: struct task_struct [noderef] __rcu * ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/autogroup.c:10:28: warning: symbol 'sysctl_sched_autogroup_enabled' was not declared. Should it be static? ../kernel/sched/build_utility.c: note: in included file: ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' ../drivers/usb/gadget/function/rndis.c: In function ‘rndis_register’: ../drivers/usb/gadget/function/rndis.c:60:23: warning: ‘%03d’ directive writing between 3 and 10 bytes into a region of size 7 [-Wformat-overflow=] 60 | #define NAME_TEMPLATE "driver/rndis-%03d" | ^~~~~~~~~~~~~~~~~~~ ../drivers/usb/gadget/function/rndis.c:913:31: note: in expansion of macro ‘NAME_TEMPLATE’ 913 | sprintf(name, NAME_TEMPLATE, i); | ^~~~~~~~~~~~~ ../drivers/usb/gadget/function/rndis.c:60:37: note: format string is defined here 60 | #define NAME_TEMPLATE "driver/rndis-%03d" | ^~~~ ../drivers/usb/gadget/function/rndis.c:60:23: note: directive argument in the range [0, 2147483647] 60 | #define NAME_TEMPLATE "driver/rndis-%03d" | ^~~~~~~~~~~~~~~~~~~ ../drivers/usb/gadget/function/rndis.c:913:31: note: in expansion of macro ‘NAME_TEMPLATE’ 913 | sprintf(name, NAME_TEMPLATE, i); | ^~~~~~~~~~~~~ ../drivers/usb/gadget/function/rndis.c:913:17: note: ‘sprintf’ output between 17 and 24 bytes into a destination of size 20 913 | sprintf(name, NAME_TEMPLATE, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../kernel/locking/lockdep.c:1157:5: warning: symbol 'check_consistency' was not declared. Should it be static? ../kernel/locking/lockdep.c:3407:49: warning: cast truncates bits from constant value (50000 becomes 0) ../kernel/locking/lockdep.c:3407:49: warning: cast truncates bits from constant value (50000 becomes 0) ../drivers/scsi/qla4xxx/ql4_attr.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../kernel/sched/fair.c:1367:49: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:1367:49: expected struct task_struct *running ../kernel/sched/fair.c:1367:49: got struct task_struct [noderef] __rcu *curr ../kernel/sched/fair.c:1979:33: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/fair.c:1979:33: expected struct sched_entity *se ../kernel/sched/fair.c:1979:33: got struct sched_entity [noderef] __rcu * ../kernel/sched/fair.c:2035:34: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/fair.c:2035:34: expected struct sched_entity const *se ../kernel/sched/fair.c:2035:34: got struct sched_entity [noderef] __rcu * ../kernel/sched/fair.c:3824:13: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:3824:13: expected struct task_struct *tsk ../kernel/sched/fair.c:3824:13: got struct task_struct [noderef] __rcu * ../kernel/sched/fair.c:14407:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:14407:9: expected struct sched_domain *[assigned] sd ../kernel/sched/fair.c:14407:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c:6905:44: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/fair.c:6905:44: expected struct task_struct *p ../kernel/sched/fair.c:6905:44: got struct task_struct [noderef] __rcu *donor ../kernel/sched/fair.c:6963:22: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/fair.c:6963:22: struct task_struct [noderef] __rcu * ../kernel/sched/fair.c:6963:22: struct task_struct * ../kernel/sched/fair.c:7689:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:7689:39: expected struct task_struct *donor ../kernel/sched/fair.c:7689:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/fair.c:9380:20: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:9380:20: expected struct sched_domain *[assigned] sd ../kernel/sched/fair.c:9380:20: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c:9575:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:9575:9: expected struct sched_domain *[assigned] tmp ../kernel/sched/fair.c:9575:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c:9773:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:9773:39: expected struct task_struct *donor ../kernel/sched/fair.c:9773:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/fair.c:9806:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/fair.c:9806:37: expected struct task_struct *tsk ../kernel/sched/fair.c:9806:37: got struct task_struct [noderef] __rcu *curr ../kernel/sched/fair.c:10014:38: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:10014:38: expected struct task_struct *curr ../kernel/sched/fair.c:10014:38: got struct task_struct [noderef] __rcu *donor ../kernel/sched/fair.c:11359:40: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:11359:40: expected struct sched_domain *child ../kernel/sched/fair.c:11359:40: got struct sched_domain [noderef] __rcu *child ../kernel/sched/fair.c:11707:28: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/fair.c:11707:28: struct sched_domain [noderef] __rcu * ../kernel/sched/fair.c:11707:28: struct sched_domain * ../kernel/sched/fair.c:12125:22: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/fair.c:12125:22: struct task_struct [noderef] __rcu * ../kernel/sched/fair.c:12125:22: struct task_struct * ../kernel/sched/fair.c:13643:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:13643:9: expected struct sched_domain *[assigned] sd ../kernel/sched/fair.c:13643:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c:13274:44: warning: incorrect type in initializer (different address spaces) ../kernel/sched/fair.c:13274:44: expected struct sched_domain *sd_parent ../kernel/sched/fair.c:13274:44: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c:13779:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/fair.c:13779:9: expected struct sched_domain *[assigned] sd ../kernel/sched/fair.c:13779:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/fair.c: note: in included file: ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/core.c:338:56: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:338:56: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:338:56: struct task_struct * ../kernel/sched/core.c:833:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/core.c:833:33: expected struct task_struct *task ../kernel/sched/core.c:833:33: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:916:49: warning: incorrect type in argument 2 (different address spaces) ../kernel/sched/core.c:916:49: expected struct task_struct *p ../kernel/sched/core.c:916:49: got struct task_struct [noderef] __rcu *donor ../kernel/sched/core.c:1187:38: warning: incorrect type in initializer (different address spaces) ../kernel/sched/core.c:1187:38: expected struct task_struct *curr ../kernel/sched/core.c:1187:38: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:1298:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/core.c:1298:9: expected struct sched_domain *[assigned] sd ../kernel/sched/core.c:1298:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/core.c:2285:39: warning: incorrect type in initializer (different address spaces) ../kernel/sched/core.c:2285:39: expected struct task_struct *donor ../kernel/sched/core.c:2285:39: got struct task_struct [noderef] __rcu *donor ../kernel/sched/core.c:2300:65: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/core.c:2300:65: expected struct task_struct *tsk ../kernel/sched/core.c:2300:65: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:3705:17: warning: incorrect type in assignment (different address spaces) ../kernel/sched/core.c:3705:17: expected struct sched_domain *[assigned] sd ../kernel/sched/core.c:3705:17: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/core.c:3969:36: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/core.c:3969:36: expected struct task_struct const *p ../kernel/sched/core.c:3969:36: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:8442:43: warning: incorrect type in initializer (different address spaces) ../kernel/sched/core.c:8442:43: expected struct task_struct *push_task ../kernel/sched/core.c:8442:43: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:5778:15: warning: incorrect type in assignment (different address spaces) ../kernel/sched/core.c:5778:15: expected struct task_struct *donor ../kernel/sched/core.c:5778:15: got struct task_struct [noderef] __rcu *donor ../kernel/sched/core.c:6438:32: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:6438:32: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:6438:32: struct task_struct * ../kernel/sched/core.c:6469:23: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:6469:23: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:6469:23: struct task_struct * ../kernel/sched/core.c:6477:46: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:6477:46: struct task_struct * ../kernel/sched/core.c:6477:46: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:6535:9: warning: incorrect type in assignment (different address spaces) ../kernel/sched/core.c:6535:9: expected struct sched_domain *[assigned] sd ../kernel/sched/core.c:6535:9: got struct sched_domain [noderef] __rcu *parent ../kernel/sched/core.c:6820:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:6820:9: struct task_struct * ../kernel/sched/core.c:6820:9: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:7081:14: warning: incorrect type in assignment (different address spaces) ../kernel/sched/core.c:7081:14: expected struct task_struct *prev ../kernel/sched/core.c:7081:14: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:7152:52: warning: incorrect type in initializer (different address spaces) ../kernel/sched/core.c:7152:52: expected struct task_struct *prev_donor ../kernel/sched/core.c:7152:52: got struct task_struct [noderef] __rcu *donor ../kernel/sched/core.c:7167:31: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:7167:31: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:7167:31: struct task_struct * ../kernel/sched/core.c:7677:17: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:7677:17: struct task_struct * ../kernel/sched/core.c:7677:17: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:9323:16: warning: incorrect type in return expression (different address spaces) ../kernel/sched/core.c:9323:16: expected struct task_struct * ../kernel/sched/core.c:9323:16: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:10591:25: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/core.c:10591:25: expected struct task_struct *p ../kernel/sched/core.c:10591:25: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:10909:58: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/core.c:10909:58: expected struct task_struct *t ../kernel/sched/core.c:10909:58: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:10952:38: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:10952:38: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:10952:38: struct task_struct * ../kernel/sched/core.c: note: in included file: ../kernel/sched/pelt.h:102:13: warning: incorrect type in argument 1 (different address spaces) ../kernel/sched/pelt.h:102:13: expected struct task_struct const *p ../kernel/sched/pelt.h:102:13: got struct task_struct [noderef] __rcu *curr ../kernel/sched/core.c:916:11: warning: dereference of noderef expression ../kernel/sched/core.c: note: in included file: ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/core.c:2280:38: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/core.c:2280:38: struct task_struct [noderef] __rcu * ../kernel/sched/core.c:2280:38: struct task_struct const * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2451:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2451:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2451:25: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:2762:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2762:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2762:9: struct task_struct * ../kernel/sched/sched.h:1423:25: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:1423:25: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:1423:25: struct task_struct * ../kernel/sched/core.c:10908:31: warning: dereference of noderef expression ../kernel/sched/core.c:10908:53: warning: dereference of noderef expression ../kernel/sched/core.c:10913:30: warning: dereference of noderef expression ../kernel/sched/core.c:10913:52: warning: dereference of noderef expression ../kernel/sched/core.c:10914:46: warning: dereference of noderef expression ../kernel/sched/core.c:10930:35: warning: dereference of noderef expression ../kernel/sched/sched.h:2462:26: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2462:26: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2462:26: struct task_struct * ../kernel/sched/sched.h:2739:9: error: incompatible types in comparison expression (different address spaces): ../kernel/sched/sched.h:2739:9: struct task_struct [noderef] __rcu * ../kernel/sched/sched.h:2739:9: struct task_struct * ../drivers/scsi/qla2xxx/qla_dbg.c: note: in included file (through ../drivers/scsi/qla2xxx/qla_def.h): ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../drivers/scsi/qla4xxx/ql4_bsg.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_83xx.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/usb/gadget/udc/cdns2/cdns2-trace.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../drivers/usb/gadget/udc/cdns2/cdns2-trace.h): ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: warning: cast to restricted __le16 ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: warning: restricted __le16 degrades to integer ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: warning: restricted __le16 degrades to integer ../drivers/usb/gadget/udc/cdns2/cdns2-trace.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../drivers/usb/gadget/udc/cdns2/cdns2-trace.h): ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: expected restricted __le16 [usertype] maxpack_reg ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: got int ../drivers/usb/gadget/udc/cdns2/cdns2-trace.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../drivers/usb/gadget/udc/cdns2/cdns2-trace.h): ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: expected restricted __le16 [usertype] maxpack_reg ../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:489:1: got int ../net/rxrpc/conn_service.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/scsi/qla4xxx/ql4_os.c: note: in included file (through ../drivers/scsi/qla4xxx/ql4_def.h): ../drivers/scsi/qla4xxx/ql4_fw.h:264:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:265:46: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:266:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:267:39: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:268:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:269:38: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:270:43: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:271:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:272:45: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:273:35: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:274:34: error: invalid bitfield specifier for type restricted __le32. ../drivers/scsi/qla4xxx/ql4_fw.h:275:29: error: invalid bitfield specifier for type restricted __le32. ../net/bluetooth/hci_event.c: note: in included file (through ../include/net/bluetooth/hci_core.h): ../include/net/bluetooth/hci.h:2933:47: warning: array of flexible structures ../include/net/bluetooth/hci.h:3019:43: warning: array of flexible structures ../fs/dax.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/fs_dax.h): ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:10:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:10:1: expected unsigned long mask ../include/trace/events/fs_dax.h:10:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../include/trace/events/fs_dax.h:105:1: warning: incorrect type in initializer (different base types) ../include/trace/events/fs_dax.h:105:1: expected unsigned long mask ../include/trace/events/fs_dax.h:105:1: got restricted vm_fault_t ../fs/dax.c:764:39: warning: incorrect type in argument 1 (different base types) ../fs/dax.c:764:39: expected unsigned long v ../fs/dax.c:764:39: got restricted vm_fault_t ../fs/dax.c:766:39: warning: incorrect type in argument 1 (different base types) ../fs/dax.c:766:39: expected unsigned long v ../fs/dax.c:766:39: got restricted vm_fault_t ../fs/dax.c:770:31: warning: incorrect type in argument 1 (different base types) ../fs/dax.c:770:31: expected unsigned long v ../fs/dax.c:770:31: got restricted vm_fault_t ../fs/dax.c:1406:41: warning: incorrect type in argument 3 (different base types) ../fs/dax.c:1406:41: expected int result ../fs/dax.c:1406:41: got restricted vm_fault_t [assigned] [usertype] ret ../fs/dax.c:1891:21: warning: incorrect type in assignment (different base types) ../fs/dax.c:1891:21: expected int ret ../fs/dax.c:1891:21: got restricted vm_fault_t ../fs/dax.c:1893:21: warning: incorrect type in assignment (different base types) ../fs/dax.c:1893:21: expected int ret ../fs/dax.c:1893:21: got restricted vm_fault_t ../fs/dax.c:1896:16: warning: incorrect type in return expression (different base types) ../fs/dax.c:1896:16: expected restricted vm_fault_t ../fs/dax.c:1896:16: got int ret ../fs/dax.c:1914:46: warning: incorrect type in argument 3 (different base types) ../fs/dax.c:1914:46: expected int result ../fs/dax.c:1914:46: got restricted vm_fault_t [usertype] ret ../fs/dax.c:1930:21: warning: incorrect type in assignment (different base types) ../fs/dax.c:1930:21: expected restricted vm_fault_t [assigned] [usertype] ret ../fs/dax.c:1930:21: got unsigned long ../fs/dax.c:1971:51: warning: incorrect type in argument 3 (different base types) ../fs/dax.c:1971:51: expected int result ../fs/dax.c:1971:51: got restricted vm_fault_t [assigned] [usertype] ret ../fs/dax.c:2051:21: warning: incorrect type in assignment (different base types) ../fs/dax.c:2051:21: expected restricted vm_fault_t [assigned] [usertype] ret ../fs/dax.c:2051:21: got unsigned long ../fs/dax.c:2084:62: warning: incorrect type in argument 4 (different base types) ../fs/dax.c:2084:62: expected int result ../fs/dax.c:2084:62: got restricted vm_fault_t [assigned] [usertype] ret ../fs/dax.c:2147:55: warning: incorrect type in argument 3 (different base types) ../fs/dax.c:2147:55: expected int result ../fs/dax.c:2147:55: got restricted vm_fault_t ../fs/dax.c:2165:58: warning: incorrect type in argument 3 (different base types) ../fs/dax.c:2165:58: expected int result ../fs/dax.c:2165:58: got restricted vm_fault_t [assigned] [usertype] ret ../net/sunrpc/auth.c:628:34: warning: incorrect type in initializer (different address spaces) ../net/sunrpc/auth.c:628:34: expected struct cred const *cred ../net/sunrpc/auth.c:628:34: got struct cred const [noderef] __rcu *extern [addressable] [toplevel] cred ../arch/x86/kernel/cpu/sgx/virt.c:60:13: warning: incorrect type in assignment (different base types) ../arch/x86/kernel/cpu/sgx/virt.c:60:13: expected int [assigned] ret ../arch/x86/kernel/cpu/sgx/virt.c:60:13: got restricted vm_fault_t ../arch/x86/kernel/cpu/sgx/virt.c:61:20: warning: restricted vm_fault_t degrades to integer ../arch/x86/kernel/cpu/sgx/virt.c:373:36: warning: cast removes address space '__user' of expression ../arch/x86/kernel/cpu/sgx/virt.c:404:24: warning: cast removes address space '__user' of expression ../arch/x86/kernel/cpu/sgx/virt.c:404:43: warning: cast removes address space '__user' of expression ../arch/x86/kernel/cpu/sgx/virt.c:404:58: warning: cast removes address space '__user' of expression ../net/netfilter/nf_conncount.c:502:18: error: incompatible types in comparison expression (different address spaces): ../net/netfilter/nf_conncount.c:502:18: struct rb_node [noderef] __rcu * ../net/netfilter/nf_conncount.c:502:18: struct rb_node * ../net/netfilter/nf_conncount.c:512:34: error: incompatible types in comparison expression (different address spaces): ../net/netfilter/nf_conncount.c:512:34: struct rb_node [noderef] __rcu * ../net/netfilter/nf_conncount.c:512:34: struct rb_node * ../net/netfilter/nf_conncount.c:515:34: error: incompatible types in comparison expression (different address spaces): ../net/netfilter/nf_conncount.c:515:34: struct rb_node [noderef] __rcu * ../net/netfilter/nf_conncount.c:515:34: struct rb_node * ../net/netfilter/nf_conncount.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/uio.h, ../include/linux/socket.h, ../include/uapi/linux/in.h, ../include/linux/in.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/usb/typec/tipd/trace.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../drivers/usb/typec/tipd/trace.h): ../drivers/usb/typec/tipd/./trace.h:304:1: error: too long token expansion ../drivers/usb/typec/tipd/./trace.h:331:1: error: too long token expansion ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1091:24: warning: restricted __le16 degrades to integer ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1383:64: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1383:64: expected restricted __le32 [noderef] __iomem ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1383:64: got unsigned short [usertype] tx_offset ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1431:24: warning: restricted __le16 degrades to integer ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1795:24: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1795:24: expected unsigned int [usertype] buffer ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1795:24: got restricted __le32 [usertype] ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1799:42: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1799:42: expected restricted __le32 [usertype] buffer ../drivers/usb/gadget/udc/cdns2/cdns2-gadget.c:1799:42: got unsigned int [usertype] buffer ../kernel/rcu/refscale.c:1055:24: error: incompatible types in comparison expression (different address spaces): ../kernel/rcu/refscale.c:1055:24: struct refscale_typesafe [noderef] __rcu * ../kernel/rcu/refscale.c:1055:24: struct refscale_typesafe * ../drivers/usb/gadget/function/f_fs.c:3349:32: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/f_fs.c:3349:32: expected unsigned short [usertype] wMaxPacketSize ../drivers/usb/gadget/function/f_fs.c:3349:32: got restricted __le16 [usertype] wMaxPacketSize ../drivers/usb/gadget/function/f_fs.c:3374:36: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/f_fs.c:3374:36: expected restricted __le16 [usertype] wMaxPacketSize ../drivers/usb/gadget/function/f_fs.c:3374:36: got unsigned short [usertype] wMaxPacketSize ../drivers/gpu/drm/radeon/radeon_kms.c:262:43: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:262:43: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_kms.c:262:43: got unsigned int [usertype] *[assigned] value_ptr ../drivers/gpu/drm/radeon/radeon_kms.c:319:43: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:319:43: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_kms.c:319:43: got unsigned int [usertype] *[assigned] value_ptr ../drivers/gpu/drm/radeon/radeon_kms.c:331:43: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:331:43: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_kms.c:331:43: got unsigned int [usertype] *[assigned] value_ptr ../drivers/gpu/drm/radeon/radeon_kms.c:467:43: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:467:43: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_kms.c:467:43: got unsigned int [usertype] *[assigned] value_ptr ../drivers/gpu/drm/radeon/radeon_kms.c:592:43: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:592:43: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_kms.c:592:43: got unsigned int [usertype] *[assigned] value_ptr ../drivers/gpu/drm/radeon/radeon_kms.c:609:26: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/radeon/radeon_kms.c:609:26: expected void [noderef] __user *to ../drivers/gpu/drm/radeon/radeon_kms.c:609:26: got unsigned int [usertype] *[assigned] value_ptr ../fs/verity/measure.c:121:17: warning: symbol 'bpf_get_fsverity_digest' was not declared. Should it be static? ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:681:35: warning: incorrect type in argument 1 (different address spaces) ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:681:35: expected void volatile [noderef] __iomem *addr ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:681:35: got void *hwbase Warning: ../arch/x86/kernel/apic/apic.c:2156 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' Warning: ../arch/x86/kernel/apic/apic.c:2156 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead ../net/bluetooth/hci_codec.c: note: in included file: ../include/net/bluetooth/hci_core.h:150:35: warning: array of flexible structures ../drivers/usb/gadget/function/u_uac1_legacy.c:104:21: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/u_uac1_legacy.c:104:21: expected int access ../drivers/usb/gadget/function/u_uac1_legacy.c:104:21: got restricted snd_pcm_access_t [usertype] ../drivers/usb/gadget/function/u_uac1_legacy.c:105:21: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/u_uac1_legacy.c:105:21: expected int format ../drivers/usb/gadget/function/u_uac1_legacy.c:105:21: got restricted snd_pcm_format_t [usertype] ../drivers/usb/gadget/function/u_uac1_legacy.c:135:21: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/u_uac1_legacy.c:135:21: expected int access ../drivers/usb/gadget/function/u_uac1_legacy.c:135:21: got restricted snd_pcm_access_t ../drivers/usb/gadget/function/u_uac1_legacy.c:136:21: warning: incorrect type in assignment (different base types) ../drivers/usb/gadget/function/u_uac1_legacy.c:136:21: expected int format ../drivers/usb/gadget/function/u_uac1_legacy.c:136:21: got restricted snd_pcm_format_t ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:1822:45: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:1822:45: expected restricted __sum16 [usertype] check ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:1822:45: got restricted __be16 [usertype] ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3059:22: warning: incorrect type in argument 2 (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3059:22: expected unsigned int [usertype] val ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3059:22: got restricted __be32 [usertype] ip ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3104:40: warning: cast from restricted __be32 ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3164:38: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3164:38: expected restricted __be32 [usertype] ip4dst ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3164:38: got unsigned int [usertype] ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3168:38: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3168:38: expected restricted __be32 [usertype] ip4src ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3168:38: got unsigned int ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3170:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3170:36: expected restricted __be16 [usertype] psrc ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3170:36: got int ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3172:36: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3172:36: expected restricted __be16 [usertype] pdst ../drivers/net/ethernet/mediatek/mtk_eth_soc.c:3172:36: got int ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:1350:41: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:1350:41: expected restricted __be32 [usertype] ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:1350:41: got unsigned int ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:427:27: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:427:27: expected restricted __wsum [usertype] csum ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:427:27: got int [assigned] wrs_needed ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:494:24: warning: cast to restricted __be16 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:494:24: warning: cast from restricted __wsum ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:796:37: warning: cast to restricted __be16 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:797:38: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:798:18: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:819:28: warning: cast to restricted __be16 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:827:24: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:935:25: warning: restricted __be32 degrades to integer ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:936:69: warning: incorrect type in argument 2 (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:936:69: expected unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:936:69: got restricted __be32 [usertype] ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:940:32: warning: restricted __be32 degrades to integer ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:942:69: warning: incorrect type in argument 2 (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:942:69: expected unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:942:69: got restricted __be32 [usertype] ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.c: note: in included file: ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: warning: incorrect type in return expression (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: expected unsigned int ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: got restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: expected restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: got unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: expected restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: got unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: warning: incorrect type in return expression (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: expected unsigned int ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: got restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: expected restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: got unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: warning: incorrect type in return expression (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: expected unsigned int ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:29:57: got restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: expected restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: got unsigned int addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: warning: incorrect type in assignment (different base types) ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: expected restricted __be32 [usertype] iscsi_ipv4addr ../drivers/scsi/cxgbi/cxgb3i/cxgb3i.h:38:28: got unsigned int addr ../drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c:162:46: warning: cast to restricted __be16 ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: expected struct list_head const *list ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: got struct list_head [noderef] __rcu *pos ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: struct list_head [noderef] __rcu * ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: struct list_head * ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: struct list_head [noderef] __rcu * ../drivers/gpu/drm/i915/i915_drm_client.c:92:9: struct list_head * ../drivers/scsi/cxgbi/libcxgbi.c:1047:21: warning: restricted __wsum degrades to integer ../drivers/scsi/cxgbi/libcxgbi.c:1052:33: warning: bad assignment (-=) to restricted __wsum ../drivers/scsi/cxgbi/libcxgbi.c:1056:33: warning: invalid assignment: -= ../drivers/scsi/cxgbi/libcxgbi.c:1056:33: left side has type unsigned int ../drivers/scsi/cxgbi/libcxgbi.c:1056:33: right side has type restricted __wsum ../drivers/scsi/cxgbi/libcxgbi.c:1358:19: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/libcxgbi.c:1431:19: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/libcxgbi.c:1592:17: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/libcxgbi.c:1592:17: warning: cast from restricted itt_t ../drivers/scsi/cxgbi/libcxgbi.c:2047:9: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/libcxgbi.c:2047:9: warning: cast from restricted itt_t ../drivers/scsi/cxgbi/libcxgbi.c:2166:9: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/libcxgbi.c:2166:9: warning: cast from restricted itt_t ../drivers/scsi/cxgbi/libcxgbi.c: note: in included file: ../drivers/scsi/cxgbi/libcxgbi.h:414:19: warning: invalid assignment: += ../drivers/scsi/cxgbi/libcxgbi.h:414:19: left side has type int ../drivers/scsi/cxgbi/libcxgbi.h:414:19: right side has type restricted __wsum ../drivers/gpu/drm/i915/i915_driver.c: note: in included file (through ../drivers/gpu/drm/i915/i915_active.h, ../drivers/gpu/drm/i915/gt/intel_context.h, ../drivers/gpu/drm/i915/gem/i915_gem_context.h): ../drivers/gpu/drm/i915/i915_request.h:369:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/radeon_atombios.c:55:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:56:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:57:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:66:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:79:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:91:28: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:92:29: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:93:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:94:27: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:95:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:96:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:97:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:98:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:222:44: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:547:14: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c: note: in included file (through ../drivers/gpu/drm/radeon/atom.h): ../drivers/gpu/drm/radeon/atombios.h:4039:45: warning: array of flexible structures ../drivers/gpu/drm/radeon/radeon_atombios.c:550:14: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:553:14: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:556:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:557:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:565:30: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:567:38: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:571:30: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:574:30: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:578:29: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:642:43: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:644:38: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:649:67: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:650:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:653:66: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:664:80: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:672:81: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:680:69: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:681:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:684:66: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:692:66: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:701:69: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:702:69: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:751:30: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:754:45: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:755:45: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:762:54: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:809:35: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:812:35: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:818:51: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:918:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1121:25: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1146:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1151:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1154:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1156:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1160:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1164:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1180:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1182:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1189:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1192:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1196:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1198:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1209:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1211:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1216:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1219:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1223:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1225:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1236:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1238:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1241:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1243:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1247:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1263:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1268:47: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1274:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1278:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1313:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1317:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1347:27: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1350:29: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1402:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1437:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1438:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1441:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1442:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1445:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1446:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1453:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1454:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1457:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1458:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1461:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1462:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1469:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1470:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1473:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1474:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1477:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1478:40: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1541:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_atombios.c:1543:49: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_atombios.c:1545:52: warning: too many warnings ../sound/soc/sof/intel/hda.c: note: in included file: ../sound/soc/sof/intel/../ipc4-topology.h:343:54: warning: array of flexible structures ../sound/soc/sof/intel/hda.c: note: in included file: ../include/sound/intel-nhlt.h:81:34: warning: array of flexible structures ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:2325:25: warning: cast to restricted __be64 ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:1304:24: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:1323:17: warning: cast to restricted __be32 ../drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:1323:17: warning: cast to restricted __be32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/hv/channel.c: note: in included file: ../include/linux/hyperv.h:600:31: warning: array of flexible structures ../drivers/hv/channel_mgmt.c: note: in included file: ../include/linux/hyperv.h:600:31: warning: array of flexible structures ../drivers/usb/typec/ucsi/ucsi_ccg.c:577:14: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_ccg.c:577:14: expected unsigned int [usertype] ../drivers/usb/typec/ucsi/ucsi_ccg.c:577:14: got restricted __le32 [usertype] cci ../drivers/net/ethernet/mediatek/mtk_ppe_offload.c:128:19: warning: cast to restricted __be32 ../drivers/net/ethernet/mediatek/mtk_ppe_offload.c:132:41: warning: restricted __be32 degrades to integer ../drivers/gpu/drm/radeon/atombios_crtc.c:55:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:55:36: expected unsigned short [addressable] [assigned] [usertype] usOverscanTop ../drivers/gpu/drm/radeon/atombios_crtc.c:55:36: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:56:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:56:39: expected unsigned short [addressable] [assigned] [usertype] usOverscanBottom ../drivers/gpu/drm/radeon/atombios_crtc.c:56:39: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:57:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:57:37: expected unsigned short [addressable] [assigned] [usertype] usOverscanLeft ../drivers/gpu/drm/radeon/atombios_crtc.c:57:37: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:58:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:58:38: expected unsigned short [addressable] [assigned] [usertype] usOverscanRight ../drivers/gpu/drm/radeon/atombios_crtc.c:58:38: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:65:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:65:45: expected unsigned short [addressable] [assigned] [usertype] usOverscanLeft ../drivers/gpu/drm/radeon/atombios_crtc.c:65:45: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:66:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:66:46: expected unsigned short [addressable] [assigned] [usertype] usOverscanRight ../drivers/gpu/drm/radeon/atombios_crtc.c:66:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:68:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:68:44: expected unsigned short [addressable] [assigned] [usertype] usOverscanTop ../drivers/gpu/drm/radeon/atombios_crtc.c:68:44: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:69:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:69:47: expected unsigned short [addressable] [assigned] [usertype] usOverscanBottom ../drivers/gpu/drm/radeon/atombios_crtc.c:69:47: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:74:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:74:38: expected unsigned short [addressable] [assigned] [usertype] usOverscanRight ../drivers/gpu/drm/radeon/atombios_crtc.c:74:38: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:75:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:75:37: expected unsigned short [addressable] [assigned] [usertype] usOverscanLeft ../drivers/gpu/drm/radeon/atombios_crtc.c:75:37: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:76:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:76:39: expected unsigned short [addressable] [assigned] [usertype] usOverscanBottom ../drivers/gpu/drm/radeon/atombios_crtc.c:76:39: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:77:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:77:36: expected unsigned short [addressable] [assigned] [usertype] usOverscanTop ../drivers/gpu/drm/radeon/atombios_crtc.c:77:36: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:313:23: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:313:23: expected unsigned short [addressable] [usertype] usH_Size ../drivers/gpu/drm/radeon/atombios_crtc.c:313:23: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:314:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:314:32: expected unsigned short [addressable] [usertype] usH_Blanking_Time ../drivers/gpu/drm/radeon/atombios_crtc.c:314:32: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:316:23: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:316:23: expected unsigned short [addressable] [usertype] usV_Size ../drivers/gpu/drm/radeon/atombios_crtc.c:316:23: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:317:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:317:32: expected unsigned short [addressable] [usertype] usV_Blanking_Time ../drivers/gpu/drm/radeon/atombios_crtc.c:317:32: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:319:29: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:319:29: expected unsigned short [addressable] [usertype] usH_SyncOffset ../drivers/gpu/drm/radeon/atombios_crtc.c:319:29: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:321:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:321:28: expected unsigned short [addressable] [usertype] usH_SyncWidth ../drivers/gpu/drm/radeon/atombios_crtc.c:321:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:323:29: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:323:29: expected unsigned short [addressable] [usertype] usV_SyncOffset ../drivers/gpu/drm/radeon/atombios_crtc.c:323:29: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:325:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:325:28: expected unsigned short [addressable] [usertype] usV_SyncWidth ../drivers/gpu/drm/radeon/atombios_crtc.c:325:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:343:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:343:39: expected unsigned short [addressable] [assigned] [usertype] usAccess ../drivers/gpu/drm/radeon/atombios_crtc.c:343:39: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:360:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:360:24: expected unsigned short [addressable] [usertype] usH_Total ../drivers/gpu/drm/radeon/atombios_crtc.c:360:24: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:361:23: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:361:23: expected unsigned short [addressable] [usertype] usH_Disp ../drivers/gpu/drm/radeon/atombios_crtc.c:361:23: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:362:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:362:28: expected unsigned short [addressable] [usertype] usH_SyncStart ../drivers/gpu/drm/radeon/atombios_crtc.c:362:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:363:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:363:28: expected unsigned short [addressable] [usertype] usH_SyncWidth ../drivers/gpu/drm/radeon/atombios_crtc.c:363:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:365:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:365:24: expected unsigned short [addressable] [usertype] usV_Total ../drivers/gpu/drm/radeon/atombios_crtc.c:365:24: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:366:23: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:366:23: expected unsigned short [addressable] [usertype] usV_Disp ../drivers/gpu/drm/radeon/atombios_crtc.c:366:23: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:367:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:367:28: expected unsigned short [addressable] [usertype] usV_SyncStart ../drivers/gpu/drm/radeon/atombios_crtc.c:367:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:368:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:368:28: expected unsigned short [addressable] [usertype] usV_SyncWidth ../drivers/gpu/drm/radeon/atombios_crtc.c:368:28: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:389:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:389:39: expected unsigned short [addressable] [assigned] [usertype] usAccess ../drivers/gpu/drm/radeon/atombios_crtc.c:389:39: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:481:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:481:52: expected unsigned short [addressable] [usertype] usSpreadSpectrumAmountFrac ../drivers/gpu/drm/radeon/atombios_crtc.c:481:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:496:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:496:48: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumAmount ../drivers/gpu/drm/radeon/atombios_crtc.c:496:48: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:497:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:497:46: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumStep ../drivers/gpu/drm/radeon/atombios_crtc.c:497:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:500:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:500:52: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumPercentage ../drivers/gpu/drm/radeon/atombios_crtc.c:500:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:515:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:515:48: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumAmount ../drivers/gpu/drm/radeon/atombios_crtc.c:515:48: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:516:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:516:46: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumStep ../drivers/gpu/drm/radeon/atombios_crtc.c:516:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:519:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:519:52: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumPercentage ../drivers/gpu/drm/radeon/atombios_crtc.c:519:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:532:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:532:59: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumPercentage ../drivers/gpu/drm/radeon/atombios_crtc.c:532:59: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:543:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:543:57: expected unsigned short [addressable] [assigned] [usertype] usSpreadSpectrumPercentage ../drivers/gpu/drm/radeon/atombios_crtc.c:543:57: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:687:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:687:54: expected unsigned short [addressable] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:687:54: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:696:50: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/atombios_crtc.c:699:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:699:61: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:699:61: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:710:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:710:69: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:710:69: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:729:50: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/atombios_crtc.c:788:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:788:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:788:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:795:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:795:50: expected unsigned int [addressable] [assigned] [usertype] ulDispEngClkFreq ../drivers/gpu/drm/radeon/atombios_crtc.c:795:50: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:847:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:847:46: expected unsigned short [addressable] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:847:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:848:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:848:42: expected unsigned short [addressable] [usertype] usRefDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:848:42: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:849:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:849:41: expected unsigned short [addressable] [usertype] usFbDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:849:41: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:857:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:857:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:857:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:858:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:858:42: expected unsigned short [addressable] [assigned] [usertype] usRefDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:858:42: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:859:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:859:41: expected unsigned short [addressable] [assigned] [usertype] usFbDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:859:41: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:867:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:867:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:867:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:868:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:868:42: expected unsigned short [addressable] [assigned] [usertype] usRefDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:868:42: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:869:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:869:41: expected unsigned short [addressable] [assigned] [usertype] usFbDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:869:41: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:884:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:884:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_crtc.c:884:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:886:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:886:41: expected unsigned short [addressable] [assigned] [usertype] usFbDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:886:41: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:887:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:887:48: expected unsigned int [addressable] [assigned] [usertype] ulFbDivDecFrac ../drivers/gpu/drm/radeon/atombios_crtc.c:887:48: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:913:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:913:50: expected unsigned int [addressable] [assigned] [usertype] ulDispEngClkFreq ../drivers/gpu/drm/radeon/atombios_crtc.c:913:50: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:915:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:915:41: expected unsigned short [addressable] [assigned] [usertype] usFbDiv ../drivers/gpu/drm/radeon/atombios_crtc.c:915:41: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_crtc.c:916:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_crtc.c:916:48: expected unsigned int [addressable] [assigned] [usertype] ulFbDivDecFrac ../drivers/gpu/drm/radeon/atombios_crtc.c:916:48: got restricted __le32 [usertype] ../fs/coredump.c:510:27: warning: incorrect type in argument 1 (different address spaces) ../fs/coredump.c:510:27: expected struct spinlock [usertype] *lock ../fs/coredump.c:510:27: got struct spinlock [noderef] __rcu * ../fs/coredump.c:519:29: warning: incorrect type in argument 1 (different address spaces) ../fs/coredump.c:519:29: expected struct spinlock [usertype] *lock ../fs/coredump.c:519:29: got struct spinlock [noderef] __rcu * ../fs/coredump.c:558:31: warning: incorrect type in argument 1 (different address spaces) ../fs/coredump.c:558:31: expected struct spinlock [usertype] *lock ../fs/coredump.c:558:31: got struct spinlock [noderef] __rcu * ../fs/coredump.c:563:33: warning: incorrect type in argument 1 (different address spaces) ../fs/coredump.c:563:33: expected struct spinlock [usertype] *lock ../fs/coredump.c:563:33: got struct spinlock [noderef] __rcu * ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:881:14: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:962:35: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1002:31: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1260:33: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1265:33: error: too long token expansion ../drivers/usb/typec/ucsi/ucsi_glink.c:92:23: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:92:23: expected restricted __le32 [usertype] owner ../drivers/usb/typec/ucsi/ucsi_glink.c:92:23: got int ../drivers/usb/typec/ucsi/ucsi_glink.c:93:22: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:93:22: expected restricted __le32 [usertype] type ../drivers/usb/typec/ucsi/ucsi_glink.c:93:22: got int ../drivers/usb/typec/ucsi/ucsi_glink.c:94:24: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:94:24: expected restricted __le32 [usertype] opcode ../drivers/usb/typec/ucsi/ucsi_glink.c:94:24: got int ../drivers/usb/typec/ucsi/ucsi_glink.c:146:23: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:146:23: expected restricted __le32 [usertype] owner ../drivers/usb/typec/ucsi/ucsi_glink.c:146:23: got int ../drivers/usb/typec/ucsi/ucsi_glink.c:147:22: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:147:22: expected restricted __le32 [usertype] type ../drivers/usb/typec/ucsi/ucsi_glink.c:147:22: got int ../drivers/usb/typec/ucsi/ucsi_glink.c:148:24: warning: incorrect type in assignment (different base types) ../drivers/usb/typec/ucsi/ucsi_glink.c:148:24: expected restricted __le32 [usertype] opcode ../drivers/usb/typec/ucsi/ucsi_glink.c:148:24: got int ../kernel/dma/mapping.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/dma.h): ../include/trace/events/dma.h:117:1: error: too long token expansion ../include/trace/events/dma.h:164:1: error: too long token expansion ../drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_reg_access.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/hv/hv_trace.c: note: in included file (through ../drivers/hv/hyperv_vmbus.h): ../include/linux/hyperv.h:600:31: warning: array of flexible structures ../net/bluetooth/sco.c: note: in included file: ../include/net/bluetooth/hci_core.h:150:35: warning: array of flexible structures ../fs/proc/base.c:871:65: error: incompatible types in comparison expression (different address spaces): ../fs/proc/base.c:871:65: struct task_struct [noderef] __rcu * ../fs/proc/base.c:871:65: struct task_struct * ../fs/proc/base.c:2302:25: warning: cast to restricted fmode_t ../fs/proc/base.c:2357:42: warning: cast from restricted fmode_t ../fs/proc/base.c:2454:48: warning: cast from restricted fmode_t ../fs/proc/base.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs/super_types.h, ../include/linux/fs/super.h, ../include/linux/fs.h, ...): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/xe/xe_bo.c: note: in included file: ../drivers/gpu/drm/xe/tests/xe_bo.c:613:20: warning: symbol 'xe_bo_test_suite' was not declared. Should it be static? ../drivers/gpu/drm/xe/tests/xe_bo.c:627:20: warning: symbol 'xe_bo_shrink_test_suite' was not declared. Should it be static? ../net/sunrpc/sysfs.c:406:9: error: incompatible types in comparison expression (different address spaces): ../net/sunrpc/sysfs.c:406:9: char const [noderef] __rcu * ../net/sunrpc/sysfs.c:406:9: char const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/proc/array.c:254:11: warning: incorrect type in assignment (different address spaces) ../fs/proc/array.c:254:11: expected struct k_sigaction *k ../fs/proc/array.c:254:11: got struct k_sigaction [noderef] __rcu * ../fs/proc/array.c:737:47: error: incompatible types in comparison expression (different address spaces): ../fs/proc/array.c:737:47: struct task_struct [noderef] __rcu * ../fs/proc/array.c:737:47: struct task_struct * ../fs/proc/array.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs/super_types.h, ../include/linux/fs/super.h, ../include/linux/fs.h, ../include/linux/tty.h): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/firmware/efi/libstub/unaccepted_memory.c:7:30: warning: symbol 'unaccepted_table' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1408:9: error: incompatible types in conditional expression (different base types): ../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1408:9: void ../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1408:9: int ../drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/radeon_fence.c:73:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_fence.c:73:40: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/radeon_fence.c:73:40: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_fence.c:95:31: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_fence.c: note: in included file: ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/atom.c:508:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atom.c:508:30: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/atom.c:508:30: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atom.c:1350:15: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atom.c:1350:15: expected unsigned int ../drivers/gpu/drm/radeon/atom.c:1350:15: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atom.c:1351:15: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atom.c:1351:15: expected unsigned int ../drivers/gpu/drm/radeon/atom.c:1351:15: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/atom.c:1424:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/atom.c:1424:17: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/atom.c:1428:31: warning: cast to restricted __le16 ../drivers/gpu/drm/xe/xe_dma_buf.c: note: in included file: ../drivers/gpu/drm/xe/tests/xe_dma_buf.c:294:20: warning: symbol 'xe_dma_buf_test_suite' was not declared. Should it be static? ../drivers/firmware/efi/libstub/x86-stub.c:912:17: warning: symbol 'efi_stub_entry' was not declared. Should it be static? ../drivers/firmware/efi/libstub/x86-stub.c:1054:6: warning: symbol 'efi_handover_entry' was not declared. Should it be static? ../net/sctp/sm_make_chunk.c:3096:48: warning: incorrect type in argument 2 (different base types) ../net/sctp/sm_make_chunk.c:3096:48: expected int optname ../net/sctp/sm_make_chunk.c:3096:48: got restricted __be16 ../net/sctp/sm_make_chunk.c:3168:48: warning: incorrect type in argument 2 (different base types) ../net/sctp/sm_make_chunk.c:3168:48: expected int optname ../net/sctp/sm_make_chunk.c:3168:48: got restricted __be16 ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:237:25: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:237:25: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:237:25: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:238:17: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:238:17: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:238:17: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:288:17: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:288:17: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:288:17: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:653:25: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:653:25: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:653:25: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:678:25: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:678:25: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:678:25: struct dma_fence * ../net/9p/client.c:628:17: warning: incorrect type in argument 1 (different address spaces) ../net/9p/client.c:628:17: expected struct spinlock [usertype] *lock ../net/9p/client.c:628:17: got struct spinlock [noderef] __rcu * ../net/9p/client.c:630:48: warning: incorrect type in argument 1 (different address spaces) ../net/9p/client.c:630:48: expected struct spinlock [usertype] *lock ../net/9p/client.c:630:48: got struct spinlock [noderef] __rcu * ../net/9p/client.c:713:17: warning: incorrect type in argument 1 (different address spaces) ../net/9p/client.c:713:17: expected struct spinlock [usertype] *lock ../net/9p/client.c:713:17: got struct spinlock [noderef] __rcu * ../net/9p/client.c:715:48: warning: incorrect type in argument 1 (different address spaces) ../net/9p/client.c:715:48: expected struct spinlock [usertype] *lock ../net/9p/client.c:715:48: got struct spinlock [noderef] __rcu * ../net/sunrpc/debugfs.c:78:21: warning: cast removes address space '__rcu' of expression ../arch/x86/kernel/kvm.c:75:1: warning: symbol '__pcpu_scope_steal_time' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:847:21: warning: incorrect type in assignment (different address spaces) ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:847:21: expected struct rvu_fwdata *fwdata ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:847:21: got void [noderef] __iomem * ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:853:28: warning: incorrect type in argument 1 (different address spaces) ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:853:28: expected void volatile [noderef] __iomem *addr ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:853:28: got struct rvu_fwdata *fwdata ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:866:28: warning: incorrect type in argument 1 (different address spaces) ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:866:28: expected void volatile [noderef] __iomem *addr ../drivers/net/ethernet/marvell/octeontx2/af/rvu.c:866:28: got struct rvu_fwdata *fwdata ../drivers/gpu/drm/amd/amdgpu/atom.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/kcmp.c:192:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/kcmp.c:192:37: expected void *v1 ../kernel/kcmp.c:192:37: got struct sighand_struct [noderef] __rcu *sighand ../kernel/kcmp.c:192:53: warning: incorrect type in argument 2 (different address spaces) ../kernel/kcmp.c:192:53: expected void *v2 ../kernel/kcmp.c:192:53: got struct sighand_struct [noderef] __rcu *sighand ../kernel/kcmp.c:207:62: warning: incorrect type in argument 4 (different address spaces) ../kernel/kcmp.c:207:62: expected struct kcmp_epoll_slot [noderef] __user *uslot ../kernel/kcmp.c:207:62: got void * ../kernel/freezer.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs/super_types.h, ../include/linux/fs/super.h, ../include/linux/fs.h, ...): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_eu_stall.c:720:21: error: too long token expansion ../drivers/net/ethernet/myricom/myri10ge/myri10ge.c: In function ‘myri10ge_request_irq’: ../drivers/net/ethernet/myricom/myri10ge/myri10ge.c:2197:44: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 10 and 25 [-Wformat-truncation=] 2197 | "%s:slice-%d", netdev->name, i); | ^~ ../drivers/net/ethernet/myricom/myri10ge/myri10ge.c:2197:34: note: directive argument in the range [-2147483643, 2147483646] 2197 | "%s:slice-%d", netdev->name, i); | ^~~~~~~~~~~~~ ../drivers/net/ethernet/myricom/myri10ge/myri10ge.c:2196:25: note: ‘snprintf’ output between 9 and 34 bytes into a destination of size 32 2196 | snprintf(ss->irq_desc, sizeof(ss->irq_desc), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2197 | "%s:slice-%d", netdev->name, i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/callthunks.c: In function ‘callthunks_debugfs_init’: ../arch/x86/kernel/callthunks.c:376:35: warning: ‘%lu’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 376 | sprintf(name, "cpu%lu", cpu); | ^~~ ../arch/x86/kernel/callthunks.c:376:31: note: directive argument in the range [0, 4294967294] 376 | sprintf(name, "cpu%lu", cpu); | ^~~~~~~~ ../arch/x86/kernel/callthunks.c:376:17: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 10 376 | sprintf(name, "cpu%lu", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/radeon_display.c: note: in included file: ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c: note: in included file (through ../include/scsi/libfc.h): ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/radeon_ring.c:309:23: warning: cast to restricted __le32 ../arch/x86/kernel/shstk.c:407:55: warning: cast removes address space '__user' of expression ../drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/accel/amdxdna/aie2_ctx.c:30:6: warning: symbol 'tdr_timeout_ms' was not declared. Should it be static? ../drivers/gpu/drm/radeon/radeon_bios.c:66:30: warning: dereference of noderef expression ../drivers/gpu/drm/radeon/radeon_bios.c:66:49: warning: dereference of noderef expression ../drivers/gpu/drm/radeon/radeon_bios.c:92:9: warning: dereference of noderef expression ../drivers/gpu/drm/radeon/radeon_bios.c:93:9: warning: dereference of noderef expression ../drivers/gpu/drm/radeon/radeon_bios.c:95:26: warning: dereference of noderef expression ../drivers/gpu/drm/radeon/radeon_bios.c:95:42: warning: dereference of noderef expression ../drivers/pci/controller/dwc/pci-dra7xx.c: In function ‘dra7xx_pcie_probe’: ../drivers/pci/controller/dwc/pci-dra7xx.c:743:55: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 2 [-Wformat-truncation=] 743 | snprintf(name, sizeof(name), "pcie-phy%d", i); | ^~ ../drivers/pci/controller/dwc/pci-dra7xx.c:743:46: note: directive argument in the range [0, 2147483646] 743 | snprintf(name, sizeof(name), "pcie-phy%d", i); | ^~~~~~~~~~~~ ../drivers/pci/controller/dwc/pci-dra7xx.c:743:17: note: ‘snprintf’ output between 10 and 19 bytes into a destination of size 10 743 | snprintf(name, sizeof(name), "pcie-phy%d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../kernel/time/posix-cpu-timers.c: note: in included file: ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon_cs.c:293:45: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_cs.c:293:45: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_cs.c:293:45: got unsigned long long [usertype] *[assigned] chunk_array_ptr ../drivers/gpu/drm/radeon/radeon_cs.c:308:27: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/radeon/radeon_cs.c:308:27: expected struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr ../drivers/gpu/drm/radeon/radeon_cs.c:308:27: got void [noderef] __user * ../drivers/gpu/drm/radeon/radeon_cs.c:309:49: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/radeon/radeon_cs.c:309:49: expected void const [noderef] __user *from ../drivers/gpu/drm/radeon/radeon_cs.c:309:49: got struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr ../kernel/time/itimer.c:53:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:53:27: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:53:27: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:70:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:70:29: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:70:29: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:82:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:82:35: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:82:35: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:86:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:86:37: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:86:37: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:197:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:197:27: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:197:27: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:211:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:211:29: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:211:29: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:235:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:235:35: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:235:35: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:244:45: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:244:45: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:244:45: got struct spinlock [noderef] __rcu * ../kernel/time/itimer.c:257:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/itimer.c:257:37: expected struct spinlock [usertype] *lock ../kernel/time/itimer.c:257:37: got struct spinlock [noderef] __rcu * ../kernel/time/posix-timers.c:346:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/posix-timers.c:346:29: expected struct spinlock [usertype] *lock ../kernel/time/posix-timers.c:346:29: got struct spinlock [noderef] __rcu * ../kernel/time/posix-timers.c:353:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/posix-timers.c:353:27: expected struct spinlock [usertype] *lock ../kernel/time/posix-timers.c:353:27: got struct spinlock [noderef] __rcu * ../kernel/time/posix-timers.c:555:17: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/posix-timers.c:555:17: expected struct spinlock [usertype] *_T ../kernel/time/posix-timers.c:555:17: got struct spinlock [noderef] __rcu * ../kernel/time/posix-timers.c:1050:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/posix-timers.c:1050:9: expected struct spinlock [usertype] *_T ../kernel/time/posix-timers.c:1050:9: got struct spinlock [noderef] __rcu * ../kernel/time/posix-timers.c:1098:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/time/posix-timers.c:1098:9: expected struct spinlock [usertype] *_T ../kernel/time/posix-timers.c:1098:9: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/atombios_dp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/ethernet/qlogic/qede/qede_main.c: In function ‘qede_init_fp’: ../drivers/net/ethernet/qlogic/qede/qede_main.c:1881:61: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 5 and 20 [-Wformat-truncation=] 1881 | snprintf(fp->name, sizeof(fp->name), "%s-fp-%d", | ^~ ../drivers/net/ethernet/qlogic/qede/qede_main.c:1881:54: note: directive argument in the range [-2147483641, 65534] 1881 | snprintf(fp->name, sizeof(fp->name), "%s-fp-%d", | ^~~~~~~~~~ ../drivers/net/ethernet/qlogic/qede/qede_main.c:1881:17: note: ‘snprintf’ output between 6 and 31 bytes into a destination of size 24 1881 | snprintf(fp->name, sizeof(fp->name), "%s-fp-%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1882 | edev->ndev->name, queue_id); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/atombios_i2c.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/vc4/vc4_kms.c:285:25: error: too long token expansion ../kernel/acct.c:487:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/acct.c:487:31: expected struct spinlock [usertype] *lock ../kernel/acct.c:487:31: got struct spinlock [noderef] __rcu * ../kernel/acct.c:497:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/acct.c:497:33: expected struct spinlock [usertype] *lock ../kernel/acct.c:497:33: got struct spinlock [noderef] __rcu * ../kernel/acct.c:574:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/acct.c:574:31: expected struct spinlock [usertype] *lock ../kernel/acct.c:574:31: got struct spinlock [noderef] __rcu * ../kernel/acct.c:594:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/acct.c:594:33: expected struct spinlock [usertype] *lock ../kernel/acct.c:594:33: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:495 Excess function parameter 'vport' description in 'idpf_rx_desc_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:1400 Excess function parameter 'vport' description in 'idpf_vport_queue_grp_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:495 Excess function parameter 'vport' description in 'idpf_rx_desc_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:1400 Excess function parameter 'vport' description in 'idpf_vport_queue_grp_rel_all' ../drivers/gpu/drm/nouveau/nvif/object.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nvif/object.c:202:41: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvif/object.c:202:41: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/object.c:202:41: got void * ../drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_vm_tlb_fence.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/rs400.c:238:16: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rs400.c:238:16: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/rs400.c:238:16: got restricted __le32 [usertype] ../drivers/gpu/drm/nouveau/nvif/client.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/r300.c:122:39: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/radeon/r300.c:122:39: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/radeon/r300.c:122:39: got void *ptr ../drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/r100.c:713:16: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/r100.c:713:16: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/r100.c:713:16: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/r100.c:1104:24: warning: cast to restricted __le32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/rs600.c:662:30: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/radeon/rs600.c:662:30: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/radeon/rs600.c:662:30: got void * ../drivers/gpu/drm/radeon/rs690.c:82:59: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs690.c:84:29: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs690.c:85:65: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs690.c:91:57: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs690.c:96:59: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs690.c:98:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs690.c:99:65: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs690.c:105:57: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs690.c:107:59: warning: cast to restricted __le16 ../drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_guc_ads.c:348:13: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_guc_ads.c:348:13: error: got , ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: got ) ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: got && ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:348:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:13: error: got ( ../drivers/gpu/drm/xe/xe_guc_ads.c:351:9: error: Trying to use reserved word 'if' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got & ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got 1 ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got ( ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got && ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:351:63: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:356:43: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:356:43: error: got , ../drivers/gpu/drm/xe/xe_guc_ads.c:358:9: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:358:9: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got & ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got 1 ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got ( ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got && ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:360:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got ( ../drivers/gpu/drm/xe/xe_guc_ads.c:363:9: error: Trying to use reserved word 'if' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got { ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got & ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got 1 ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in function declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got ( ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Trying to use reserved word 'void' as identifier ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got } ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ) in nested declarator ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: got && ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: Expected ; at the end of type declaration ../drivers/gpu/drm/xe/xe_guc_ads.c:363:13: error: too many errors ../drivers/gpu/drm/xe/xe_guc.c: note: in included file: ../drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c:828:20: warning: symbol 'xe_guc_g2g_test_suite' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../mm/kasan/kasan_test_c.c:1598:27: warning: Variable length array is used. ../mm/kasan/kasan_test_c.c:1613:27: warning: Variable length array is used. ../drivers/md/dm-era-target.c:668:9: error: incompatible types in comparison expression (different address spaces): ../drivers/md/dm-era-target.c:668:9: struct writeset [noderef] __rcu * ../drivers/md/dm-era-target.c:668:9: struct writeset * ../drivers/md/dm-era-target.c:978:14: error: incompatible types in comparison expression (different address spaces): ../drivers/md/dm-era-target.c:978:14: struct writeset [noderef] __rcu * ../drivers/md/dm-era-target.c:978:14: struct writeset * ../drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/qxl/qxl_kms.c:167:19: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:167:19: expected struct qxl_rom *rom ../drivers/gpu/drm/qxl/qxl_kms.c:167:19: got void [noderef] __iomem * ../drivers/gpu/drm/qxl/qxl_kms.c:185:26: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:185:26: expected struct qxl_ram_header *ram_header ../drivers/gpu/drm/qxl/qxl_kms.c:185:26: got void [noderef] __iomem * ../drivers/gpu/drm/qxl/qxl_kms.c:272:21: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:272:21: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/qxl/qxl_kms.c:272:21: got struct qxl_ram_header *ram_header ../drivers/gpu/drm/qxl/qxl_kms.c:276:21: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:276:21: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/qxl/qxl_kms.c:276:21: got struct qxl_rom *rom ../drivers/gpu/drm/qxl/qxl_kms.c:320:21: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:320:21: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/qxl/qxl_kms.c:320:21: got struct qxl_ram_header *ram_header ../drivers/gpu/drm/qxl/qxl_kms.c:321:21: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/qxl/qxl_kms.c:321:21: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/qxl/qxl_kms.c:321:21: got struct qxl_rom *rom ../drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/jbd2/journal.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/jbd2.h): ../include/trace/events/jbd2.h:356:1: warning: cast to restricted blk_opf_t ../include/trace/events/jbd2.h:356:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/jbd2.h:356:1: warning: restricted blk_opf_t degrades to integer ../drivers/gpu/drm/msm/msm_drv.c:49:6: warning: symbol 'dumpstate' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/r600.c:1082:38: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/radeon/r600.c:1082:38: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/radeon/r600.c:1082:38: got void * ../drivers/gpu/drm/radeon/r600.c:4042:24: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600.c:4128:26: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600.c:4129:28: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600.c:4387:38: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/radeon/r600.c:4387:38: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/radeon/r600.c:4387:38: got void * ../kernel/cgroup/rstat.c:351:22: warning: symbol 'bpf_rstat_flush' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvif/chan.c:11:32: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan.c:38:51: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/nouveau/nvif/chan.c:38:51: expected unsigned int const [usertype] *map ../drivers/gpu/drm/nouveau/nvif/chan.c:38:51: got void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/chan.c:101:29: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvif/chan.c:101:29: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/chan.c:101:29: got void *userd ../drivers/gpu/drm/nouveau/nvif/chan.c:103:30: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvif/chan.c:103:30: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/chan.c:103:30: got void *gpfifo ../drivers/gpu/drm/nouveau/nvif/chan.c:107:39: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvif/chan.c:107:39: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/chan.c:107:39: got void *push ../drivers/gpu/drm/nouveau/nvif/chan.c:119:32: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan.c:155:22: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/qxl/qxl_object.c:176:29: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/qxl/qxl_object.c:223:40: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/qxl/qxl_object.c:223:40: expected void * ../drivers/gpu/drm/qxl/qxl_object.c:223:40: got void [noderef] __iomem * ../drivers/gpu/drm/qxl/qxl_object.c:273:33: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/qxl/qxl_object.c:273:33: expected void [noderef] __iomem *vaddr ../drivers/gpu/drm/qxl/qxl_object.c:273:33: got void *pmap ../kernel/pid_namespace.c:208:26: warning: incorrect type in argument 1 (different address spaces) ../kernel/pid_namespace.c:208:26: expected struct spinlock [usertype] *lock ../kernel/pid_namespace.c:208:26: got struct spinlock [noderef] __rcu * ../kernel/pid_namespace.c:210:28: warning: incorrect type in argument 1 (different address spaces) ../kernel/pid_namespace.c:210:28: expected struct spinlock [usertype] *lock ../kernel/pid_namespace.c:210:28: got struct spinlock [noderef] __rcu * ../kernel/pid_namespace.c:209:28: warning: dereference of noderef expression ../drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvif/chan906f.c:31:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan906f.c:31:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan906f.c:31:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan906f.c:31:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan906f.c:31:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chan906f.c:82:28: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvif/chan906f.c:82:28: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nvif/chan906f.c:82:28: got void *sema ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:36:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:36:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:36:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:36:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvif/chanc36f.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/cgroup/freezer.c:140:35: warning: incorrect type in argument 1 (different address spaces) ../kernel/cgroup/freezer.c:140:35: expected struct spinlock [usertype] *lock ../kernel/cgroup/freezer.c:140:35: got struct spinlock [noderef] __rcu * ../kernel/cgroup/freezer.c:143:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/cgroup/freezer.c:143:37: expected struct spinlock [usertype] *lock ../kernel/cgroup/freezer.c:143:37: got struct spinlock [noderef] __rcu * ../kernel/cgroup/freezer.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs/super_types.h, ../include/linux/fs/super.h, ../include/linux/fs.h, ...): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/atombios_dp.c:107:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_dp.c:107:30: expected unsigned short [addressable] [usertype] lpAuxRequest ../drivers/gpu/drm/radeon/atombios_dp.c:107:30: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_dp.c:108:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_dp.c:108:27: expected unsigned short [addressable] [usertype] lpDataOut ../drivers/gpu/drm/radeon/atombios_dp.c:108:27: got restricted __le16 [usertype] Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:3930 Excess function parameter 'count' description in 'ice_dpll_init_fwnode_pins' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:4032 Excess function parameter 'cgu' description in 'ice_dpll_init_pins_e825' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:3930 Excess function parameter 'count' description in 'ice_dpll_init_fwnode_pins' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:4032 Excess function parameter 'cgu' description in 'ice_dpll_init_pins_e825' ../drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/target/target_core_transport.c: In function ‘transport_dump_vpd_ident’: ../drivers/target/target_core_transport.c:1301:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=] 1301 | "T10 VPD ASCII Device Identifier: %s\n", | ^~ ../drivers/target/target_core_transport.c:1300:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254 1300 | snprintf(buf, sizeof(buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1301 | "T10 VPD ASCII Device Identifier: %s\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1302 | &vpd->device_identifier[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/target/target_core_transport.c:1306:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=] 1306 | "T10 VPD UTF-8 Device Identifier: %s\n", | ^~ ../drivers/target/target_core_transport.c:1305:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254 1305 | snprintf(buf, sizeof(buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1306 | "T10 VPD UTF-8 Device Identifier: %s\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1307 | &vpd->device_identifier[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/target/target_core_transport.c:1296:60: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 220 [-Wformat-truncation=] 1296 | "T10 VPD Binary Device Identifier: %s\n", | ^~ ../drivers/target/target_core_transport.c:1295:17: note: ‘snprintf’ output between 36 and 289 bytes into a destination of size 254 1295 | snprintf(buf, sizeof(buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1296 | "T10 VPD Binary Device Identifier: %s\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1297 | &vpd->device_identifier[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:97:22: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:97:22: expected void * ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:97:22: got void [noderef] __iomem *map ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:155:21: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:155:21: expected void [noderef] __iomem *map ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:155:21: got void * ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:157:33: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:157:30: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:157:30: expected void [noderef] __iomem *map ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:157:30: got unsigned char [usertype] * ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:162:22: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:162:22: expected void * ../drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:162:22: got void [noderef] __iomem *map ../drivers/gpu/drm/sti/sti_hdmi.c:1482:24: warning: symbol 'sti_hdmi_driver' was not declared. Should it be static? ../drivers/gpu/drm/sti/sti_hda.c:803:24: warning: symbol 'sti_hda_driver' was not declared. Should it be static? ../drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1922:25: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1922:25: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1922:25: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1923:17: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1923:17: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1923:17: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1982:17: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1982:17: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1982:17: struct dma_fence * ../drivers/gpu/drm/pl111/pl111_debugfs.c:43:45: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/pl111/pl111_debugfs.c:43:45: expected void const volatile [noderef] __iomem *addr ../drivers/gpu/drm/pl111/pl111_debugfs.c:43:45: got void * ../kernel/cgroup/cgroup.c:7001:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/cgroup/cgroup.c:7001:41: expected struct spinlock [usertype] *lock ../kernel/cgroup/cgroup.c:7001:41: got struct spinlock [noderef] __rcu * ../kernel/cgroup/cgroup.c:7004:43: warning: incorrect type in argument 1 (different address spaces) ../kernel/cgroup/cgroup.c:7004:43: expected struct spinlock [usertype] *lock ../kernel/cgroup/cgroup.c:7004:43: got struct spinlock [noderef] __rcu * ../kernel/audit.c:2437:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/audit.c:2437:9: expected struct spinlock [usertype] *lock ../kernel/audit.c:2437:9: got struct spinlock [noderef] __rcu * ../kernel/audit.c:2440:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/audit.c:2440:40: expected struct spinlock [usertype] *lock ../kernel/audit.c:2440:40: got struct spinlock [noderef] __rcu * ../drivers/target/tcm_fc/tfc_conf.c: note: in included file (through ../include/scsi/libfc.h): ../include/uapi/scsi/fc/fc_els.h:1152:37: warning: array of flexible structures ../include/uapi/scsi/fc/fc_els.h:1170:37: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c: In function ‘stmmac_selftest_get_strings’: ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:2040:52: warning: ‘%s’ directive output may be truncated writing up to 1535 bytes into a region of size 28 [-Wformat-truncation=] 2040 | snprintf(p, ETH_GSTRING_LEN, "%2d. %s", i + 1, | ^~ ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:2040:17: note: ‘snprintf’ output between 5 and 1540 bytes into a destination of size 32 2040 | snprintf(p, ETH_GSTRING_LEN, "%2d. %s", i + 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2041 | stmmac_selftests[i].name); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/msm/msm_rd.c:44:6: warning: symbol 'rd_full' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/evergreen.c:4212:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4212:44: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4212:44: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4226:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4226:44: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4226:44: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4229:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4229:36: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4229:36: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4292:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4292:36: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4292:36: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4293:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4293:36: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4293:36: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4294:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4294:36: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4294:36: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4300:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4300:57: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4300:57: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4306:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4306:73: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4306:73: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4310:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4310:73: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4310:73: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4314:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4314:73: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4314:73: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4319:81: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4319:81: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4319:81: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4325:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/evergreen.c:4325:57: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4325:57: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/evergreen.c:4687:24: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/evergreen.c:4747:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/evergreen.c:4748:28: warning: cast to restricted __le32 ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1138:27: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1138:27: expected restricted __be32 [usertype] mask ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1138:27: got int ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1383:18: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1383:18: expected restricted __be32 [addressable] [usertype] src ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1383:18: got unsigned int [usertype] src_mask ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1384:18: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1384:18: expected restricted __be32 [addressable] [usertype] dst ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1384:18: got unsigned int [usertype] dst_mask ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1512:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1512:24: expected restricted __be16 [addressable] [usertype] src ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1512:24: got unsigned int [usertype] src_mask ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1513:24: warning: incorrect type in assignment (different base types) ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1513:24: expected restricted __be16 [addressable] [usertype] dst ../drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1513:24: got unsigned int [usertype] dst_mask ../drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/md/bcache/journal.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bcache_ondisk.h:363:17: warning: array of flexible structures ../drivers/md/bcache/journal.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bset.h:231:36: warning: array of flexible structures ../kernel/seccomp.c:580:27: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:580:27: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:580:27: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:584:29: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:584:29: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:584:29: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:927:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:927:9: expected struct qspinlock *lock ../kernel/seccomp.c:927:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:1433:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:1433:31: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:1433:31: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:1445:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:1445:33: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:1445:33: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:1931:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:1931:9: expected struct lockdep_map const *lock ../kernel/seccomp.c:1931:9: got struct lockdep_map [noderef] __rcu * ../kernel/seccomp.c:2017:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:2017:31: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:2017:31: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:2035:33: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:2035:33: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:2035:33: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:2177:28: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:2177:28: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:2177:28: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:2180:38: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:2180:38: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:2180:38: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:2186:30: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:2186:30: expected struct spinlock [usertype] *lock ../kernel/seccomp.c:2186:30: got struct spinlock [noderef] __rcu * ../kernel/seccomp.c:493:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:493:9: expected struct qspinlock *lock ../kernel/seccomp.c:493:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:603:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:603:9: expected struct qspinlock *lock ../kernel/seccomp.c:603:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:451:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:451:9: expected struct qspinlock *lock ../kernel/seccomp.c:451:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:437:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:437:9: expected struct qspinlock *lock ../kernel/seccomp.c:437:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:451:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:451:9: expected struct qspinlock *lock ../kernel/seccomp.c:451:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:437:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:437:9: expected struct qspinlock *lock ../kernel/seccomp.c:437:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c:451:9: warning: incorrect type in argument 1 (different address spaces) ../kernel/seccomp.c:451:9: expected struct qspinlock *lock ../kernel/seccomp.c:451:9: got struct qspinlock [noderef] __rcu * ../kernel/seccomp.c: note: in included file (through ../include/linux/ptrace.h, ../include/linux/audit.h): ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../include/linux/sched/signal.h:749:37: warning: incorrect type in argument 1 (different address spaces) ../include/linux/sched/signal.h:749:37: expected struct spinlock [usertype] *lock ../include/linux/sched/signal.h:749:37: got struct spinlock [noderef] __rcu * ../drivers/gpu/drm/xe/xe_hw_fence.c:188:13: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/xe/xe_hw_fence.c:188:13: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/xe/xe_hw_fence.c:188:13: struct dma_fence_ops const * ../drivers/md/bcache/btree.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bset.h:231:36: warning: array of flexible structures ../drivers/md/bcache/btree.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bcache_ondisk.h:428:17: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/md/bcache/request.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bcache_ondisk.h:363:17: warning: array of flexible structures ../drivers/md/bcache/request.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bset.h:231:36: warning: array of flexible structures Warning: ../drivers/md/bcache/request.c:308 function parameter 'bch_data_insert' not described in 'CLOSURE_CALLBACK' Warning: ../drivers/md/bcache/request.c:308 expecting prototype for bch_data_insert(). Prototype was for CLOSURE_CALLBACK() instead ../kernel/tracepoint.c:106:32: warning: unreplaced symbol '' ../kernel/tracepoint.c:106:32: warning: unreplaced symbol '' ../drivers/gpu/drm/panfrost/panfrost_drv.c:958:6: warning: symbol 'panfrost_transparent_hugepage' was not declared. Should it be static? ../mm/memcontrol.c:4588:52: error: incompatible types in comparison expression (different address spaces): ../mm/memcontrol.c:4588:52: struct task_struct [noderef] __rcu * ../mm/memcontrol.c:4588:52: struct task_struct * ../drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/nfs/fscache.c:60:51: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:60:51: expected unsigned long long x ../fs/nfs/fscache.c:60:51: got restricted __be16 const [usertype] sin_port ../fs/nfs/fscache.c:61:61: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:61:61: expected unsigned long long x ../fs/nfs/fscache.c:61:61: got restricted __be32 const [usertype] s_addr ../fs/nfs/fscache.c:66:52: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:66:52: expected unsigned long long x ../fs/nfs/fscache.c:66:52: got restricted __be16 const [usertype] sin6_port ../fs/nfs/fscache.c:67:73: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:67:73: expected unsigned long long x ../fs/nfs/fscache.c:67:73: got restricted __be32 const ../fs/nfs/fscache.c:68:73: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:68:73: expected unsigned long long x ../fs/nfs/fscache.c:68:73: got restricted __be32 const ../fs/nfs/fscache.c:69:73: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:69:73: expected unsigned long long x ../fs/nfs/fscache.c:69:73: got restricted __be32 const ../fs/nfs/fscache.c:70:73: warning: incorrect type in argument 3 (different base types) ../fs/nfs/fscache.c:70:73: expected unsigned long long x ../fs/nfs/fscache.c:70:73: got restricted __be32 const ../drivers/gpu/drm/radeon/atombios_encoders.c:390:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:390:27: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:390:27: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:446:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:446:38: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:446:38: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:519:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:519:59: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:519:59: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:529:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:529:50: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:529:50: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:535:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:535:50: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:535:50: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:605:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:605:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:605:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:630:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:630:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:630:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:878:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:878:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:878:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:915:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:915:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:915:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:938:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:938:46: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:938:46: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1080:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1080:52: expected unsigned short [addressable] [assigned] [usertype] usInitInfo ../drivers/gpu/drm/radeon/atombios_encoders.c:1080:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1086:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1086:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1086:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1088:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1088:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1088:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1090:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1090:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1090:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1137:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1137:52: expected unsigned short [addressable] [assigned] [usertype] usInitInfo ../drivers/gpu/drm/radeon/atombios_encoders.c:1137:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1143:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1143:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1143:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1145:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1145:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1145:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1147:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1147:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1147:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1179:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1179:52: expected unsigned short [addressable] [assigned] [usertype] usInitInfo ../drivers/gpu/drm/radeon/atombios_encoders.c:1179:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1185:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1185:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1185:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1187:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1187:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1187:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1189:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1189:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1189:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1238:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1238:52: expected unsigned short [addressable] [assigned] [usertype] usInitInfo ../drivers/gpu/drm/radeon/atombios_encoders.c:1238:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1244:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1244:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1244:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1246:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1246:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1246:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1248:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1248:62: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1248:62: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1300:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1300:52: expected unsigned short [addressable] [assigned] [usertype] usSymClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1300:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1302:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1302:52: expected unsigned short [addressable] [assigned] [usertype] usSymClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1302:52: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1470:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1470:58: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1470:58: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1485:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1485:67: expected unsigned short [addressable] [assigned] [usertype] usConnectorId ../drivers/gpu/drm/radeon/atombios_encoders.c:1485:67: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:1487:66: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:1487:66: expected unsigned short [addressable] [assigned] [usertype] usPixelClock ../drivers/gpu/drm/radeon/atombios_encoders.c:1487:66: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:2301:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:2301:50: expected unsigned short [addressable] [assigned] [usertype] usDeviceID ../drivers/gpu/drm/radeon/atombios_encoders.c:2301:50: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:2303:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:2303:50: expected unsigned short [addressable] [assigned] [usertype] usDeviceID ../drivers/gpu/drm/radeon/atombios_encoders.c:2303:50: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:2305:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:2305:50: expected unsigned short [addressable] [assigned] [usertype] usDeviceID ../drivers/gpu/drm/radeon/atombios_encoders.c:2305:50: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_encoders.c:2309:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_encoders.c:2309:50: expected unsigned short [addressable] [assigned] [usertype] usDeviceID ../drivers/gpu/drm/radeon/atombios_encoders.c:2309:50: got restricted __le16 [usertype] ../drivers/memstick/core/ms_block.c:795:39: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:795:39: expected unsigned short block_address ../drivers/memstick/core/ms_block.c:795:39: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:834:47: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:834:47: expected unsigned short block_address ../drivers/memstick/core/ms_block.c:834:47: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:907:47: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:907:47: expected unsigned short block_address ../drivers/memstick/core/ms_block.c:907:47: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:954:39: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:954:39: expected unsigned short block_address ../drivers/memstick/core/ms_block.c:954:39: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:1040:47: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:1040:47: expected unsigned short block_address ../drivers/memstick/core/ms_block.c:1040:47: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:1044:54: warning: incorrect type in assignment (different base types) ../drivers/memstick/core/ms_block.c:1044:54: expected unsigned short logical_address ../drivers/memstick/core/ms_block.c:1044:54: got restricted __be16 [usertype] ../drivers/memstick/core/ms_block.c:1168:30: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1169:37: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1171:19: warning: cast to restricted __be32 ../drivers/memstick/core/ms_block.c:1173:19: warning: cast to restricted __be32 ../drivers/memstick/core/ms_block.c:1175:19: warning: cast to restricted __be32 ../drivers/memstick/core/ms_block.c:1177:19: warning: cast to restricted __be32 ../drivers/memstick/core/ms_block.c:1178:30: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1179:36: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1181:19: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1182:29: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1184:19: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1185:38: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1187:19: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1188:37: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1189:39: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1230:21: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1311:33: warning: cast to restricted __be16 ../drivers/memstick/core/ms_block.c:1418:23: warning: cast to restricted __be16 ../drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_object.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/bpf/verifier.c:282:12: warning: symbol 'btf_vmlinux' was not declared. Should it be static? ../drivers/infiniband/hw/cxgb4/provider.c: note: in included file (through ../drivers/infiniband/hw/cxgb4/t4.h, ../drivers/infiniband/hw/cxgb4/iw_cxgb4.h): ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:575:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:576:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:558:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:559:17: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/infiniband/hw/cxgb4/device.c: note: in included file (through ../drivers/infiniband/hw/cxgb4/t4.h, ../drivers/infiniband/hw/cxgb4/iw_cxgb4.h): ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:558:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:559:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:575:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:576:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:610:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:611:17: warning: array of flexible structures ../drivers/md/bcache/trace.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bset.h:231:36: warning: array of flexible structures ../drivers/md/bcache/trace.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bcache_ondisk.h:428:17: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'start' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'end' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'buf' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'size' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:273 Excess struct member 'ping_work' description in 'panthor_fw' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'start' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'end' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'buf' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'size' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:273 Excess struct member 'ping_work' description in 'panthor_fw' ../drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/can/peak_canfd/peak_pciefd_main.c:146:32: warning: array of flexible structures ../drivers/gpu/drm/radeon/atombios_i2c.c:45:19: warning: incorrect type in initializer (different base types) ../drivers/gpu/drm/radeon/atombios_i2c.c:45:19: expected unsigned short [usertype] out ../drivers/gpu/drm/radeon/atombios_i2c.c:45:19: got restricted __le16 [usertype] ../drivers/gpu/drm/radeon/atombios_i2c.c:69:35: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/atombios_i2c.c:69:35: expected unsigned short [addressable] [assigned] [usertype] lpI2CDataOut ../drivers/gpu/drm/radeon/atombios_i2c.c:69:35: got restricted __le16 [usertype] ../drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/bpf/core.c:253:49: error: arithmetics on pointers to functions ../kernel/bpf/core.c:3181:29: warning: symbol 'bpf_seq_printf_btf_proto' was not declared. Should it be static? ../kernel/bpf/core.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/xdp.h, ../include/linux/bpf_trace.h): ../include/trace/events/xdp.h:304:1: warning: Using plain integer as NULL pointer ../include/trace/events/xdp.h:331:1: warning: Using plain integer as NULL pointer ../kernel/bpf/core.c: note: in included file (through ../include/linux/rbtree_latch.h, ../include/linux/bpf.h, ../include/linux/filter.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/infiniband/sw/siw/siw_qp.c: note: in included file (through ../drivers/infiniband/sw/siw/siw.h): ../drivers/infiniband/sw/siw/iwarp.h:183:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:184:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:185:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:186:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:187:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:188:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:189:25: error: invalid bitfield specifier for type restricted __be32. ../drivers/md/bcache/writeback.c: note: in included file (through ../drivers/md/bcache/bcache.h): ../drivers/md/bcache/bset.h:231:36: warning: array of flexible structures ../drivers/infiniband/sw/siw/siw_cm.c: note: in included file (through ../drivers/infiniband/sw/siw/siw.h): ../drivers/infiniband/sw/siw/iwarp.h:183:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:184:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:185:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:186:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:187:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:188:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:189:25: error: invalid bitfield specifier for type restricted __be32. ../drivers/gpu/drm/loongson/lsdc_benchmark.c:28:35: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/loongson/lsdc_benchmark.c:28:35: expected void volatile [noderef] __iomem * ../drivers/gpu/drm/loongson/lsdc_benchmark.c:28:35: got void *kptr ../drivers/gpu/drm/loongson/lsdc_benchmark.c:43:51: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/loongson/lsdc_benchmark.c:43:51: expected void const volatile [noderef] __iomem * ../drivers/gpu/drm/loongson/lsdc_benchmark.c:43:51: got void *kptr ../drivers/infiniband/sw/siw/siw_qp_tx.c: note: in included file (through ../drivers/infiniband/sw/siw/siw.h): ../drivers/infiniband/sw/siw/iwarp.h:183:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:184:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:185:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:186:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:187:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:188:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:189:25: error: invalid bitfield specifier for type restricted __be32. ../drivers/bluetooth/hci_ag6xx.c:257:24: warning: restricted __le32 degrades to integer ../drivers/net/vmxnet3/vmxnet3_ethtool.c:1269:42: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_ethtool.c:1269:42: expected restricted __le32 [usertype] confVer ../drivers/net/vmxnet3/vmxnet3_ethtool.c:1269:42: got int ../drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/bluetooth/hci_mrvl.c:170:23: warning: restricted __le16 degrades to integer ../drivers/bluetooth/hci_mrvl.c:203:23: warning: restricted __le16 degrades to integer ../drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Warning: ../drivers/gpu/drm/panthor/panthor_mmu.c:405 Excess struct member 'kernel_auto_va.size' description in 'panthor_vm' Warning: ../drivers/gpu/drm/panthor/panthor_mmu.c:405 Excess struct member 'kernel_auto_va.size' description in 'panthor_vm' ../drivers/gpu/drm/radeon/r600_dpm.c:831:48: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:833:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:855:38: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:856:47: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:857:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:887:13: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:891:55: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:893:50: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:894:50: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:895:51: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:896:52: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:897:52: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:898:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:900:58: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:907:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:910:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:917:13: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:922:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:931:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:942:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:954:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:968:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:971:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:974:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:977:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:979:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:986:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1000:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1002:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1004:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1014:13: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1016:42: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1017:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1019:45: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1025:53: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1026:44: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1027:48: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1032:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1044:49: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1046:49: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1048:49: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1051:49: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1053:49: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1063:13: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1067:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1068:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1072:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1076:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1081:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1104:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1106:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1108:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1119:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1121:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1130:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1134:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1138:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1157:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1159:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1161:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1166:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1171:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1186:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1188:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1193:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1197:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1206:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1208:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1210:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1212:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1214:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1216:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1218:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1220:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1222:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dpm.c:1224:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1229:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1244:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1246:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1251:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1254:42: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1265:42: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1267:41: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1272:42: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1276:69: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1278:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1279:69: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1281:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1283:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1285:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/r600_dpm.c:1287:33: warning: cast to restricted __le16 ../drivers/infiniband/hw/cxgb4/cm.c: note: in included file (through ../drivers/infiniband/hw/cxgb4/t4.h, ../drivers/infiniband/hw/cxgb4/iw_cxgb4.h): ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:558:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:559:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:575:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:576:17: warning: array of flexible structures ../drivers/infiniband/sw/siw/siw_verbs.c: note: in included file (through ../drivers/infiniband/sw/siw/siw.h): ../drivers/infiniband/sw/siw/iwarp.h:183:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:184:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:185:22: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:186:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:187:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:188:23: error: invalid bitfield specifier for type restricted __be32. ../drivers/infiniband/sw/siw/iwarp.h:189:25: error: invalid bitfield specifier for type restricted __be32. ../drivers/gpu/drm/xe/xe_mocs.c: note: in included file: ../drivers/gpu/drm/xe/tests/xe_mocs.c:188:20: warning: symbol 'xe_mocs_test_suite' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/fjes/fjes_main.c: note: in included file (through ../drivers/net/fjes/fjes_hw.h, ../drivers/net/fjes/fjes.h): ../drivers/net/fjes/fjes_regs.h:47:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:48:23: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:55:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:56:23: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:64:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:65:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:66:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:74:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:75:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:76:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:77:33: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:84:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:85:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:86:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:87:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:95:31: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:96:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/infiniband/hw/cxgb4/qp.c: note: in included file (through ../drivers/infiniband/hw/cxgb4/t4.h, ../drivers/infiniband/hw/cxgb4/iw_cxgb4.h): ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:558:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:559:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:575:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:576:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:610:17: warning: array of flexible structures ../drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:611:17: warning: array of flexible structures ../drivers/gpu/drm/radeon/rs780_dpm.c:722:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs780_dpm.c:723:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:724:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:727:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs780_dpm.c:728:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs780_dpm.c:754:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:757:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:760:17: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:779:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs780_dpm.c:815:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:819:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:825:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:890:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:892:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:898:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:902:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:904:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:906:33: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rs780_dpm.c:908:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rs780_dpm.c:912:46: warning: cast to restricted __le32 ../drivers/infiniband/ulp/rtrs/rtrs-srv.c:1058:16: warning: restricted __le16 degrades to integer ../drivers/gpu/drm/xe/xe_migrate.c: note: in included file: ../drivers/gpu/drm/xe/tests/xe_migrate.c:781:20: warning: symbol 'xe_migrate_test_suite' was not declared. Should it be static? ../kernel/trace/ftrace.c:232:49: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:232:49: expected struct ftrace_ops *ops ../kernel/trace/ftrace.c:232:49: got struct ftrace_ops [noderef] __rcu *[addressable] [toplevel] ftrace_ops_list ../kernel/trace/ftrace.c:317:16: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:317:16: expected struct ftrace_ops **p ../kernel/trace/ftrace.c:317:16: got struct ftrace_ops [noderef] __rcu **list ../kernel/trace/ftrace.c:317:50: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:317:50: expected struct ftrace_ops **p ../kernel/trace/ftrace.c:317:50: got struct ftrace_ops [noderef] __rcu ** ../kernel/trace/ftrace.c:324:12: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:324:12: expected struct ftrace_ops * ../kernel/trace/ftrace.c:324:12: got struct ftrace_ops [noderef] __rcu *next ../kernel/trace/ftrace.c:1093:43: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:1093:43: expected struct ftrace_hash [noderef] __rcu *notrace_hash ../kernel/trace/ftrace.c:1093:43: got struct ftrace_hash * ../kernel/trace/ftrace.c:1094:43: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:1094:43: expected struct ftrace_hash [noderef] __rcu *filter_hash ../kernel/trace/ftrace.c:1094:43: got struct ftrace_hash * ../kernel/trace/ftrace.c:1344:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1344:40: expected struct ftrace_hash *hash ../kernel/trace/ftrace.c:1344:40: got struct ftrace_hash [noderef] __rcu *filter_hash ../kernel/trace/ftrace.c:1345:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1345:40: expected struct ftrace_hash *hash ../kernel/trace/ftrace.c:1345:40: got struct ftrace_hash [noderef] __rcu *notrace_hash ../kernel/trace/ftrace.c:1346:37: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:1346:37: expected struct ftrace_hash [noderef] __rcu *filter_hash ../kernel/trace/ftrace.c:1346:37: got struct ftrace_hash * ../kernel/trace/ftrace.c:1347:38: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:1347:38: expected struct ftrace_hash [noderef] __rcu *notrace_hash ../kernel/trace/ftrace.c:1347:38: got struct ftrace_hash * ../kernel/trace/ftrace.c:2159:54: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:2159:54: expected struct ftrace_hash *old_hash ../kernel/trace/ftrace.c:2159:54: got struct ftrace_hash [noderef] __rcu *filter_hash ../kernel/trace/ftrace.c:1551:9: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/ftrace.c:1551:9: struct ftrace_hash [noderef] __rcu * ../kernel/trace/ftrace.c:1551:9: struct ftrace_hash * ../kernel/trace/ftrace.c:1567:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1568:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1569:40: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1570:42: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:1741:18: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:1742:43: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:1803:14: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:1804:22: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:2137:50: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:2148:50: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:2631:53: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:2642:36: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3443:51: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3444:66: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3450:52: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3451:66: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3464:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3465:51: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3468:52: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3472:52: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3487:39: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3488:42: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3496:17: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3502:81: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3506:54: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3508:56: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3538:60: warning: incorrect type in argument 2 (different address spaces) ../kernel/trace/ftrace.c:3539:49: warning: incorrect type in argument 3 (different address spaces) ../kernel/trace/ftrace.c:3578:45: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3580:46: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3582:48: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3584:49: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3590:17: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3591:17: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3597:34: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3598:35: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3600:45: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3601:46: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3606:53: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3607:54: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3654:31: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3655:32: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3670:59: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3671:59: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3676:43: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3677:43: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3679:39: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3680:40: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3722:48: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3723:48: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:3724:45: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:3725:46: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:4015:14: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:4032:22: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:4721:22: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:4724:22: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5135:27: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5137:27: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5517:19: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5661:19: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5667:34: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5932:27: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:5934:27: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6015:50: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6018:51: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6034:50: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:6078:14: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6128:19: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6193:50: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:6231:52: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6384:48: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6389:25: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6405:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6409:30: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6416:45: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6421:53: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6517:30: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/ftrace.c:6517:30: struct ftrace_hash [noderef] __rcu * ../kernel/trace/ftrace.c:6517:30: struct ftrace_hash * ../kernel/trace/ftrace.c:6531:50: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6542:41: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:6569:38: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6618:30: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/ftrace.c:6618:30: struct ftrace_hash [noderef] __rcu * ../kernel/trace/ftrace.c:6618:30: struct ftrace_hash * ../kernel/trace/ftrace.c:6931:35: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:6933:43: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:7002:35: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:7010:35: warning: incorrect type in assignment (different address spaces) ../kernel/trace/ftrace.c:7075:47: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:7076:55: warning: incorrect type in initializer (different address spaces) ../kernel/trace/ftrace.c:7793:46: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:7794:47: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:7798:44: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/ftrace.c:7816:18: warning: too many warnings ../kernel/trace/ftrace.c:8306:36: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/ftrace.c:8306:36: struct ftrace_ops [noderef] __rcu * ../kernel/trace/ftrace.c:8306:36: struct ftrace_ops * ../drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/vmxnet3/vmxnet3_drv.c:1481:43: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:1481:43: expected restricted __wsum [usertype] csum ../drivers/net/vmxnet3/vmxnet3_drv.c:1481:43: got restricted __be16 [usertype] ../drivers/net/vmxnet3/vmxnet3_drv.c:1651:17: warning: restricted __le64 degrades to integer ../drivers/net/vmxnet3/vmxnet3_drv.c:2046:33: warning: incorrect type in argument 2 (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2046:33: expected unsigned long long [usertype] addr ../drivers/net/vmxnet3/vmxnet3_drv.c:2046:33: got restricted __le64 [usertype] addr ../drivers/net/vmxnet3/vmxnet3_drv.c:2052:33: warning: incorrect type in argument 2 (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2052:33: expected unsigned long long [usertype] addr ../drivers/net/vmxnet3/vmxnet3_drv.c:2052:33: got restricted __le64 [usertype] addr ../drivers/net/vmxnet3/vmxnet3_drv.c:2719:31: warning: incorrect type in initializer (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2719:31: expected unsigned int [usertype] *vfTable ../drivers/net/vmxnet3/vmxnet3_drv.c:2719:31: got restricted __le32 * ../drivers/net/vmxnet3/vmxnet3_drv.c:2736:39: warning: incorrect type in initializer (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2736:39: expected unsigned int [usertype] *vfTable ../drivers/net/vmxnet3/vmxnet3_drv.c:2736:39: got restricted __le32 * ../drivers/net/vmxnet3/vmxnet3_drv.c:2758:39: warning: incorrect type in initializer (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2758:39: expected unsigned int [usertype] *vfTable ../drivers/net/vmxnet3/vmxnet3_drv.c:2758:39: got restricted __le32 * ../drivers/net/vmxnet3/vmxnet3_drv.c:2810:39: warning: incorrect type in initializer (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2810:39: expected unsigned int [usertype] *vfTable ../drivers/net/vmxnet3/vmxnet3_drv.c:2810:39: got restricted __le32 * ../drivers/net/vmxnet3/vmxnet3_drv.c:2856:31: warning: restricted __le32 degrades to integer ../drivers/net/vmxnet3/vmxnet3_drv.c:2869:17: warning: incorrect type in argument 3 (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2869:17: expected unsigned long [usertype] size ../drivers/net/vmxnet3/vmxnet3_drv.c:2869:17: got restricted __le16 [usertype] mfTableLen ../drivers/net/vmxnet3/vmxnet3_drv.c:2909:49: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2909:49: expected unsigned int [usertype] ../drivers/net/vmxnet3/vmxnet3_drv.c:2909:49: got restricted __le32 [usertype] ../drivers/net/vmxnet3/vmxnet3_drv.c:2950:41: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:2950:41: expected restricted __le16 [usertype] txDataRingDescSize ../drivers/net/vmxnet3/vmxnet3_drv.c:2950:41: got restricted __le32 [usertype] ../drivers/net/vmxnet3/vmxnet3_drv.c:3009:46: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:3009:46: expected restricted __le32 [usertype] confVer ../drivers/net/vmxnet3/vmxnet3_drv.c:3009:46: got int ../drivers/net/vmxnet3/vmxnet3_drv.c:3075:34: warning: incorrect type in assignment (different base types) ../drivers/net/vmxnet3/vmxnet3_drv.c:3075:34: expected restricted __le32 [usertype] confVer ../drivers/net/vmxnet3/vmxnet3_drv.c:3075:34: got int ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1798:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1799:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1800:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1838:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1840:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1845:20: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1846:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1898:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1902:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv6xx_dpm.c:1919:42: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv730_dpm.c:106:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:106:26: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/rv730_dpm.c:106:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:107:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:107:34: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:107:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:108:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:108:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv730_dpm.c:108:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:109:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:109:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv730_dpm.c:109:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:110:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:110:40: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/rv730_dpm.c:110:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:111:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:111:42: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/rv730_dpm.c:111:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:183:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:183:41: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:183:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:184:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:184:33: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:184:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:185:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:185:34: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/rv730_dpm.c:185:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:186:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:186:39: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:186:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:187:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:187:40: expected unsigned int [usertype] vMPLL_FUNC_CNTL2 ../drivers/gpu/drm/radeon/rv730_dpm.c:187:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:188:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:188:40: expected unsigned int [usertype] vMPLL_FUNC_CNTL3 ../drivers/gpu/drm/radeon/rv730_dpm.c:188:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:189:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:189:32: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/rv730_dpm.c:189:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:190:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:190:33: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/rv730_dpm.c:190:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:294:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:294:65: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:294:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:295:66: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:295:66: expected unsigned int [usertype] vMPLL_FUNC_CNTL2 ../drivers/gpu/drm/radeon/rv730_dpm.c:295:66: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:296:66: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:296:66: expected unsigned int [usertype] vMPLL_FUNC_CNTL3 ../drivers/gpu/drm/radeon/rv730_dpm.c:296:66: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:297:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:297:67: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:297:67: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:298:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:298:59: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:298:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:302:60: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:302:60: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:302:60: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:303:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:303:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv730_dpm.c:303:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:304:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:304:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv730_dpm.c:304:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:324:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:324:68: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:324:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:326:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:326:69: expected unsigned int [usertype] vMPLL_FUNC_CNTL2 ../drivers/gpu/drm/radeon/rv730_dpm.c:326:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:328:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:328:69: expected unsigned int [usertype] vMPLL_FUNC_CNTL3 ../drivers/gpu/drm/radeon/rv730_dpm.c:328:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:330:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:330:70: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:330:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:332:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:332:62: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:332:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:334:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:334:61: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/rv730_dpm.c:334:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:336:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:336:62: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/rv730_dpm.c:336:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:339:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:339:63: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/rv730_dpm.c:339:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:342:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:342:63: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv730_dpm.c:342:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:344:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:344:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv730_dpm.c:344:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:346:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:346:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv730_dpm.c:346:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:348:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:348:69: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/rv730_dpm.c:348:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:350:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:350:71: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/rv730_dpm.c:350:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:353:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:353:55: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/rv730_dpm.c:353:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:369:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:369:42: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/rv730_dpm.c:369:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv730_dpm.c:371:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv730_dpm.c:371:43: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/rv730_dpm.c:371:43: got restricted __be32 [usertype] ../drivers/gpu/drm/msm/adreno/adreno_device.c:11:6: warning: symbol 'hang_debug' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/adreno_device.c:19:5: warning: symbol 'enable_preemption' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/adreno_device.c:23:6: warning: symbol 'disable_acd' was not declared. Should it be static? ../drivers/gpu/drm/radeon/rv740_dpm.c:175:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:175:26: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/rv740_dpm.c:175:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:176:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:176:34: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:176:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:177:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:177:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:177:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:178:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:178:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv740_dpm.c:178:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:179:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:179:40: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/rv740_dpm.c:179:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:180:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:180:42: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:180:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:274:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:274:34: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/rv740_dpm.c:274:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:275:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:275:42: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:275:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:276:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:276:44: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:276:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:277:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:277:42: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:277:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:278:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:278:44: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:278:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:279:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:279:41: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:279:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:280:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:280:33: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:280:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:281:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:281:32: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/rv740_dpm.c:281:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:282:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:282:33: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/rv740_dpm.c:282:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:376:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:376:68: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:376:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:377:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:377:70: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:377:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:378:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:378:68: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:378:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:379:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:379:70: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:379:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:380:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:380:67: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:380:67: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:381:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:381:59: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:381:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:385:60: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:385:60: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv740_dpm.c:385:60: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:386:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:386:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv740_dpm.c:386:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv740_dpm.c:387:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv740_dpm.c:387:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv740_dpm.c:387:62: got restricted __be32 [usertype] ../drivers/gpu/drm/amd/amdgpu/amdgpu_lsdma.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/context_tracking.c:105:39: warning: incorrect type in initializer (different address spaces) ../kernel/context_tracking.c:105:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/context_tracking.c:105:39: got struct context_tracking * ../kernel/context_tracking.c:144:39: warning: incorrect type in initializer (different address spaces) ../kernel/context_tracking.c:144:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/context_tracking.c:144:39: got struct context_tracking * ../kernel/context_tracking.c:185:39: warning: incorrect type in initializer (different address spaces) ../kernel/context_tracking.c:185:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/context_tracking.c:185:39: got struct context_tracking * ../kernel/context_tracking.c:240:39: warning: incorrect type in initializer (different address spaces) ../kernel/context_tracking.c:240:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/context_tracking.c:240:39: got struct context_tracking * ../drivers/gpu/drm/msm/adreno/a2xx_catalog.c:60:1: warning: symbol 'a2xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/i915/gt/intel_rps.c: note: in included file (through ../drivers/gpu/drm/i915/gt/intel_engine.h, ../drivers/gpu/drm/i915/i915_drv.h): ../drivers/gpu/drm/i915/i915_request.h:369:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/rv770_dpm.c:291:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:291:41: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/rv770_dpm.c:291:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:297:76: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:297:76: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/rv770_dpm.c:297:76: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:311:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:311:42: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/rv770_dpm.c:311:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:313:77: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:313:77: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/rv770_dpm.c:313:77: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:474:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:474:34: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/rv770_dpm.c:474:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:475:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:475:42: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:475:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:476:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:476:44: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:476:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:477:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:477:42: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:477:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:478:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:478:44: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:478:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:479:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:479:41: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:479:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:480:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:480:33: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:480:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:557:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:557:26: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/rv770_dpm.c:557:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:558:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:558:34: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:558:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:559:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:559:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:559:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:560:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:560:36: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv770_dpm.c:560:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:561:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:561:40: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/rv770_dpm.c:561:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:562:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:562:42: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:562:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:582:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:582:40: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:582:40: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:600:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:600:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:600:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:606:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:606:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:606:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:609:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:609:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:609:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:983:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:983:68: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:983:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:984:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:984:70: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:984:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:985:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:985:68: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:985:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:986:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:986:70: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:986:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:988:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:988:67: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:988:67: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:989:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:989:59: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:989:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:993:60: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:993:60: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:993:60: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:994:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:994:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:994:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:995:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:995:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv770_dpm.c:995:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1015:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1015:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:1015:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1018:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1018:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/rv770_dpm.c:1018:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1032:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1032:71: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:1032:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1034:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1034:73: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:1034:73: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1036:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1036:71: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:1036:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1038:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1038:73: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:1038:73: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1040:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1040:70: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:1040:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1042:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1042:62: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:1042:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1045:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1045:61: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/rv770_dpm.c:1045:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1047:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1047:62: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/rv770_dpm.c:1047:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1050:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1050:63: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/rv770_dpm.c:1050:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1053:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1053:63: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/rv770_dpm.c:1053:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1055:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1055:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:1055:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1057:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1057:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/rv770_dpm.c:1057:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1059:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1059:69: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/rv770_dpm.c:1059:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1061:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1061:71: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/rv770_dpm.c:1061:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1064:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1064:55: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/rv770_dpm.c:1064:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1079:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1079:42: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/rv770_dpm.c:1079:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1081:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1081:43: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/rv770_dpm.c:1081:43: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1124:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1124:62: expected unsigned int ../drivers/gpu/drm/radeon/rv770_dpm.c:1124:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1129:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1129:69: expected unsigned int ../drivers/gpu/drm/radeon/rv770_dpm.c:1129:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:1150:49: warning: invalid assignment: |= ../drivers/gpu/drm/radeon/rv770_dpm.c:1150:49: left side has type unsigned int ../drivers/gpu/drm/radeon/rv770_dpm.c:1150:49: right side has type restricted __be32 ../drivers/gpu/drm/radeon/rv770_dpm.c:1152:48: warning: invalid assignment: |= ../drivers/gpu/drm/radeon/rv770_dpm.c:1152:48: left side has type unsigned int ../drivers/gpu/drm/radeon/rv770_dpm.c:1152:48: right side has type restricted __be32 ../drivers/gpu/drm/radeon/rv770_dpm.c:1156:77: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/rv770_dpm.c:1156:77: expected unsigned int ../drivers/gpu/drm/radeon/rv770_dpm.c:1156:77: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/rv770_dpm.c:2150:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv770_dpm.c:2151:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2152:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2155:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv770_dpm.c:2156:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv770_dpm.c:2199:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2201:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2204:28: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2205:29: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2206:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv770_dpm.c:2208:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2210:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2213:28: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2214:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/rv770_dpm.c:2294:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2298:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/rv770_dpm.c:2316:42: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/si.c:1568:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:1570:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:1571:30: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:1573:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3481:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3482:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3490:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3491:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3499:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:3498:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:3498:25: expected restricted __le32 const [usertype] *[assigned] fw_data ../drivers/gpu/drm/radeon/si.c:3498:25: got restricted __be32 const [usertype] * ../drivers/gpu/drm/radeon/si.c:3500:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:5706:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5706:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5706:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5707:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5707:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5707:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5709:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5709:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5709:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5710:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5710:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5710:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5711:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5711:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5711:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5716:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5716:49: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5716:49: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5718:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5718:49: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5718:49: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5720:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5720:57: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5720:57: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5727:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5727:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5727:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5728:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5728:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5728:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5732:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5732:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5732:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5735:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5735:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5735:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5738:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5738:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5738:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5741:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5741:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5741:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5744:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5744:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5744:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5748:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5748:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5748:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5749:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5749:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5749:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5751:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5751:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5751:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5752:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si.c:5752:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/si.c:5752:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/si.c:5873:31: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:5875:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:6262:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:6263:28: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:6264:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:6195:24: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si.c:6195:24: warning: cast to restricted __le32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_lockdep.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/net/fjes/fjes_hw.c: note: in included file (through ../drivers/net/fjes/fjes_hw.h): ../drivers/net/fjes/fjes_regs.h:47:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:48:23: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:55:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:56:23: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:64:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:65:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:66:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:74:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:75:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:76:29: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:77:33: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:84:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:85:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:86:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:87:32: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:95:31: error: invalid bitfield specifier for type restricted __le32. ../drivers/net/fjes/fjes_regs.h:96:28: error: invalid bitfield specifier for type restricted __le32. ../drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/bpf/rqspinlock.c:101:39: warning: incorrect type in initializer (different address spaces) ../kernel/bpf/rqspinlock.c:101:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/bpf/rqspinlock.c:101:39: got struct rqspinlock_held * ../kernel/bpf/rqspinlock.c:122:39: warning: incorrect type in initializer (different address spaces) ../kernel/bpf/rqspinlock.c:122:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/bpf/rqspinlock.c:122:39: got struct rqspinlock_held * ../kernel/bpf/rqspinlock.c:135:51: warning: incorrect type in initializer (different address spaces) ../kernel/bpf/rqspinlock.c:135:51: expected void const [noderef] __percpu *__vpp_verify ../kernel/bpf/rqspinlock.c:135:51: got struct rqspinlock_held * ../kernel/bpf/rqspinlock.c:674:39: warning: incorrect type in initializer (different address spaces) ../kernel/bpf/rqspinlock.c:674:39: expected void const [noderef] __percpu *__vpp_verify ../kernel/bpf/rqspinlock.c:674:39: got struct rqspinlock_held * ../kernel/bpf/rqspinlock.c:693:17: warning: symbol 'bpf_res_spin_lock' was not declared. Should it be static? ../kernel/bpf/rqspinlock.c:709:18: warning: symbol 'bpf_res_spin_unlock' was not declared. Should it be static? ../kernel/bpf/rqspinlock.c:715:17: warning: symbol 'bpf_res_spin_lock_irqsave' was not declared. Should it be static? ../kernel/bpf/rqspinlock.c:734:18: warning: symbol 'bpf_res_spin_unlock_irqrestore' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/a3xx_catalog.c:88:1: warning: symbol 'a3xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/a4xx_catalog.c:48:1: warning: symbol 'a4xx_gpulist' was not declared. Should it be static? ../drivers/rpmsg/qcom_glink_native.c:419:9: warning: incorrect type in argument 2 (different base types) ../drivers/rpmsg/qcom_glink_native.c:419:9: expected unsigned int version ../drivers/rpmsg/qcom_glink_native.c:419:9: got restricted __le16 [assigned] [usertype] param1 ../drivers/rpmsg/qcom_glink_native.c:419:9: warning: incorrect type in argument 3 (different base types) ../drivers/rpmsg/qcom_glink_native.c:419:9: expected unsigned int features ../drivers/rpmsg/qcom_glink_native.c:419:9: got restricted __le32 [assigned] [usertype] param2 ../drivers/rpmsg/qcom_glink_native.c:738:9: warning: incorrect type in argument 5 (different base types) ../drivers/rpmsg/qcom_glink_native.c:738:9: expected unsigned long [usertype] count ../drivers/rpmsg/qcom_glink_native.c:738:9: got restricted __le32 [assigned] [usertype] count ../drivers/rpmsg/qcom_glink_native.c:738:9: warning: incorrect type in argument 6 (different base types) ../drivers/rpmsg/qcom_glink_native.c:738:9: expected unsigned long [usertype] size ../drivers/rpmsg/qcom_glink_native.c:738:9: got restricted __le32 [assigned] [usertype] size ../drivers/rpmsg/qcom_glink_native.c:738:9: warning: incorrect type in argument 7 (different base types) ../drivers/rpmsg/qcom_glink_native.c:738:9: expected unsigned int [usertype] liid ../drivers/rpmsg/qcom_glink_native.c:738:9: got restricted __le32 [assigned] [usertype] liid ../drivers/rpmsg/qcom_glink_native.c:934:9: warning: restricted __le16 degrades to integer ../drivers/rpmsg/qcom_glink_native.c:1067:9: warning: incorrect type in argument 6 (different base types) ../drivers/rpmsg/qcom_glink_native.c:1067:9: expected unsigned long [usertype] size ../drivers/rpmsg/qcom_glink_native.c:1067:9: got restricted __le32 ../drivers/rpmsg/qcom_glink_native.c:1067:9: warning: incorrect type in argument 7 (different base types) ../drivers/rpmsg/qcom_glink_native.c:1067:9: expected unsigned int [usertype] liid ../drivers/rpmsg/qcom_glink_native.c:1067:9: got restricted __le32 ../drivers/gpu/drm/radeon/cypress_dpm.c:411:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:411:40: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/cypress_dpm.c:411:40: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:600:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:600:34: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/cypress_dpm.c:600:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:601:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:601:42: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:601:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:602:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:602:44: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:602:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:603:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:603:42: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:603:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:604:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:604:44: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:604:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:605:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:605:41: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:605:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:606:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:606:33: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:606:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:607:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:607:32: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/cypress_dpm.c:607:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:608:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:608:33: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/cypress_dpm.c:608:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:663:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:663:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/cypress_dpm.c:663:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:669:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:669:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/cypress_dpm.c:669:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:672:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:672:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/cypress_dpm.c:672:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:824:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:824:40: expected unsigned int ../drivers/gpu/drm/radeon/cypress_dpm.c:824:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:958:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:958:53: expected unsigned short [usertype] s0 ../drivers/gpu/drm/radeon/cypress_dpm.c:958:53: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:960:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:960:53: expected unsigned short [usertype] s1 ../drivers/gpu/drm/radeon/cypress_dpm.c:960:53: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1232:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1232:24: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/cypress_dpm.c:1232:24: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1246:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1246:71: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1246:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1248:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1248:73: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1248:73: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1250:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1250:71: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1250:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1252:73: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1252:73: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1252:73: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1254:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1254:70: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1254:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1256:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1256:62: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1256:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1259:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1259:61: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/cypress_dpm.c:1259:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1261:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1261:62: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1261:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1264:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1264:63: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/cypress_dpm.c:1264:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1267:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1267:63: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1267:63: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1269:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1269:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1269:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1271:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1271:65: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/cypress_dpm.c:1271:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1273:69: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1273:69: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/cypress_dpm.c:1273:69: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1275:71: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1275:71: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1275:71: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1278:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1278:55: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/cypress_dpm.c:1278:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1300:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1300:42: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/cypress_dpm.c:1300:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1302:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1302:43: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/cypress_dpm.c:1302:43: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1436:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1436:68: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1436:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1438:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1438:70: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1438:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1440:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1440:68: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1440:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1442:70: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1442:70: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1442:70: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1444:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1444:67: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1444:67: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1446:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1446:59: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1446:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1450:60: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1450:60: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/cypress_dpm.c:1450:60: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1452:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1452:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/cypress_dpm.c:1452:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1454:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1454:62: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/cypress_dpm.c:1454:62: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1522:35: warning: invalid assignment: |= ../drivers/gpu/drm/radeon/cypress_dpm.c:1522:35: left side has type unsigned int ../drivers/gpu/drm/radeon/cypress_dpm.c:1522:35: right side has type restricted __be32 ../drivers/gpu/drm/radeon/cypress_dpm.c:1539:77: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1539:77: expected unsigned int ../drivers/gpu/drm/radeon/cypress_dpm.c:1539:77: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/cypress_dpm.c:1557:78: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cypress_dpm.c:1557:78: expected unsigned int ../drivers/gpu/drm/radeon/cypress_dpm.c:1557:78: got restricted __be32 [usertype] ../drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/cik.c:1878:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:1880:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:1881:30: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:1883:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3909:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3910:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3914:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3918:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3919:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3923:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3927:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3926:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:3926:25: expected restricted __le32 const [usertype] *[assigned] fw_data ../drivers/gpu/drm/radeon/cik.c:3926:25: got restricted __be32 const [usertype] * ../drivers/gpu/drm/radeon/cik.c:3928:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3932:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:3933:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4265:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4266:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4270:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4279:34: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4280:35: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:4284:25: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:5943:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:5947:24: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:5951:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6433:62: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6434:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6435:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6439:63: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6440:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6441:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6445:62: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6446:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6447:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6451:63: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6452:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6453:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6457:64: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6458:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6459:46: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:6463:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6463:56: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6463:56: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6486:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6486:56: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6486:56: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6710:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6710:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6710:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6711:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6711:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6711:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6713:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6713:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6713:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6714:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6714:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6714:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6715:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6715:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6715:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6720:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6720:49: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6720:49: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6722:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6722:49: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6722:49: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6724:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6724:57: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6724:57: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6731:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6731:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6731:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6732:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6732:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6732:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6735:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6735:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6735:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6736:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6736:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6736:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6739:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6739:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6739:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6740:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6740:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6740:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6744:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6744:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6744:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6745:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6745:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6745:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6748:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6748:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6748:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6749:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6749:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6749:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6752:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6752:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6752:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6753:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6753:33: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6753:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6757:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6757:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6757:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6758:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6758:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6758:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6760:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6760:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6760:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:6761:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik.c:6761:25: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik.c:6761:25: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik.c:7576:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:7577:28: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:7578:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:7486:24: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik.c:7486:24: warning: cast to restricted __le32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/fuse/dev.c:2378:30: warning: symbol 'fuse_dev_operations' was not declared. Should it be static? ../drivers/infiniband/core/mad.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/ib_mad.h): ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be32 ../include/trace/events/ib_mad.h:23:1: warning: cast to restricted __be32 ../include/trace/events/ib_mad.h:120:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:120:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:183:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:183:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:183:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:183:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:183:1: warning: cast to restricted __be32 ../include/trace/events/ib_mad.h:294:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:294:1: warning: cast to restricted __be32 ../include/trace/events/ib_mad.h:294:1: warning: cast to restricted __be32 ../include/trace/events/ib_mad.h:339:1: warning: cast to restricted __be64 ../include/trace/events/ib_mad.h:339:1: warning: cast to restricted __be16 ../include/trace/events/ib_mad.h:339:1: warning: cast to restricted __be16 ../drivers/infiniband/core/mad.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/ib_mad.h): ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned long long [usertype] wrtid ../include/trace/events/ib_mad.h:23:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_mad.h:23:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_mad.h:23:1: got restricted __be32 [usertype] attr_mod ../include/trace/events/ib_mad.h:120:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:120:1: expected unsigned long long [usertype] wrtid ../include/trace/events/ib_mad.h:120:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:120:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:120:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:120:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_mad.h:183:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_mad.h:183:1: got restricted __be32 [usertype] attr_mod ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned long long [usertype] mkey ../include/trace/events/ib_mad.h:294:1: got restricted __be64 [usertype] mkey ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned int [usertype] dr_slid ../include/trace/events/ib_mad.h:294:1: got restricted __be32 [usertype] dr_slid ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned int [usertype] dr_dlid ../include/trace/events/ib_mad.h:294:1: got restricted __be32 [usertype] dr_dlid ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned long long [usertype] mkey ../include/trace/events/ib_mad.h:339:1: got restricted __be64 [usertype] mkey ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned int [usertype] dr_slid ../include/trace/events/ib_mad.h:339:1: got restricted __be16 [usertype] dr_slid ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned int [usertype] dr_dlid ../include/trace/events/ib_mad.h:339:1: got restricted __be16 [usertype] dr_dlid ../drivers/infiniband/core/mad.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../include/trace/events/ib_mad.h): ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned long long [usertype] wrtid ../include/trace/events/ib_mad.h:23:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_mad.h:23:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_mad.h:23:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_mad.h:23:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:23:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_mad.h:23:1: got restricted __be32 [usertype] attr_mod ../include/trace/events/ib_mad.h:120:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:120:1: expected unsigned long long [usertype] wrtid ../include/trace/events/ib_mad.h:120:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:120:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:120:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:120:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] status ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] status ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_mad.h:183:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_mad.h:183:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_mad.h:183:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:183:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_mad.h:183:1: got restricted __be32 [usertype] attr_mod ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned long long [usertype] mkey ../include/trace/events/ib_mad.h:294:1: got restricted __be64 [usertype] mkey ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned int [usertype] dr_slid ../include/trace/events/ib_mad.h:294:1: got restricted __be32 [usertype] dr_slid ../include/trace/events/ib_mad.h:294:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:294:1: expected unsigned int [usertype] dr_dlid ../include/trace/events/ib_mad.h:294:1: got restricted __be32 [usertype] dr_dlid ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned long long [usertype] mkey ../include/trace/events/ib_mad.h:339:1: got restricted __be64 [usertype] mkey ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned int [usertype] dr_slid ../include/trace/events/ib_mad.h:339:1: got restricted __be16 [usertype] dr_slid ../include/trace/events/ib_mad.h:339:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_mad.h:339:1: expected unsigned int [usertype] dr_dlid ../include/trace/events/ib_mad.h:339:1: got restricted __be16 [usertype] dr_dlid ../drivers/gpu/drm/radeon/sumo_dpm.c:1407:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1408:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1409:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1412:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1413:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1436:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1474:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c: note: in included file (through ../drivers/gpu/drm/radeon/atombios.h, ../drivers/gpu/drm/radeon/atom.h, ../drivers/gpu/drm/radeon/sumo_dpm.h): ../drivers/gpu/drm/radeon/pptable.h:442:31: warning: array of flexible structures ../drivers/gpu/drm/radeon/sumo_dpm.c:1477:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1480:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1675:44: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1676:41: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1677:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1679:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1693:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1695:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1697:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1700:25: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1702:25: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/sumo_dpm.c:1704:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1705:46: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1707:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/sumo_dpm.c:1708:43: warning: cast to restricted __le32 ../kernel/trace/trace.c:4479:1: warning: trying to concatenate 12715-character string (8191 bytes max) ../kernel/trace/trace.c:486:28: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/trace.c:486:28: expected struct trace_export **list ../kernel/trace/trace.c:486:28: got struct trace_export [noderef] __rcu ** ../kernel/trace/trace.c:495:34: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/trace.c:495:34: expected struct trace_export **list ../kernel/trace/trace.c:495:34: got struct trace_export [noderef] __rcu ** ../kernel/trace/trace.c:1964:38: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/trace.c:1964:38: expected struct event_filter *filter ../kernel/trace/trace.c:1964:38: got struct event_filter [noderef] __rcu *filter ../kernel/trace/trace.c:440:9: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/trace.c:440:9: struct trace_export [noderef] __rcu * ../kernel/trace/trace.c:440:9: struct trace_export * ../kernel/trace/trace.c:455:9: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/trace.c:455:9: struct trace_export [noderef] __rcu * ../kernel/trace/trace.c:455:9: struct trace_export * ../drivers/gpu/drm/xe/xe_oa.c:2462:25: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/xe/xe_oa.c:2462:25: expected unsigned long long [usertype] *ptr ../drivers/gpu/drm/xe/xe_oa.c:2462:25: got void [noderef] __user * ../drivers/gpu/drm/xe/xe_oa.c:2475:15: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/xe/xe_oa.c:2475:15: expected void const volatile [noderef] __user *ptr ../drivers/gpu/drm/xe/xe_oa.c:2475:15: got unsigned long long [usertype] *ptr ../drivers/infiniband/sw/rdmavt/qp.c: note: in included file (through ../include/rdma/rdmavt_cq.h, ../include/rdma/rdmavt_qp.h, ../drivers/infiniband/sw/rdmavt/qp.h): ../include/uapi/rdma/rvt-abi.h:64:27: warning: array of flexible structures ../drivers/infiniband/sw/rdmavt/qp.c: note: in included file (through ../drivers/infiniband/sw/rdmavt/qp.h): ../include/rdma/rdmavt_qp.h:205:27: warning: array of flexible structures ../drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/trace/trace_osnoise.c: In function ‘osnoise_print’: ../kernel/trace/trace_osnoise.c:96:17: warning: function ‘osnoise_print’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 96 | trace_array_vprintk(tr, _RET_IP_, fmt, ap); | ^~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/radeon/trinity_dpm.c:1639:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1640:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1641:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1644:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1645:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1668:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1705:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c: note: in included file (through ../drivers/gpu/drm/radeon/atombios.h, ../drivers/gpu/drm/radeon/atom.h, ../drivers/gpu/drm/radeon/sumo_dpm.h, ../drivers/gpu/drm/radeon/trinity_dpm.h): ../drivers/gpu/drm/radeon/pptable.h:442:31: warning: array of flexible structures ../drivers/gpu/drm/radeon/trinity_dpm.c:1708:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1711:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1763:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1818:44: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1819:41: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1820:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1821:49: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1823:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1842:52: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1843:52: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/trinity_dpm.c:1846:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1847:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1848:53: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/trinity_dpm.c:1849:53: warning: cast to restricted __le16 ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/msm/adreno/a5xx_catalog.c:153:1: warning: symbol 'a5xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:427:13: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:427:13: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:427:13: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c:41:26: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/amdgpu_ip.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/trace/trace_events_filter.c:2763:19: warning: array of flexible structures ../drivers/gpu/drm/radeon/si_smc.c:228:39: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si_smc.c:229:30: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/si_smc.c:231:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ci_smc.c:203:39: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ci_smc.c:204:30: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ci_smc.c:206:47: warning: cast to restricted __le32 ../kernel/trace/trace_events.c:1313:31: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/trace_events.c:1313:31: expected struct event_filter *filter ../kernel/trace/trace_events.c:1313:31: got struct event_filter [noderef] __rcu *filter ../kernel/trace/trace_events.c: note: in included file (through ../kernel/trace/trace_output.h): ../kernel/trace/trace.h:1748:37: warning: incorrect type in argument 1 (different address spaces) ../kernel/trace/trace.h:1748:37: expected struct event_filter *filter ../kernel/trace/trace.h:1748:37: got struct event_filter [noderef] __rcu *filter ../kernel/trace/trace_events_user.c:2274:16: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/trace_events_user.c:2274:16: struct user_event_refs [noderef] __rcu * ../kernel/trace/trace_events_user.c:2274:16: struct user_event_refs * ../kernel/trace/trace_events_user.c:2381:16: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/trace_events_user.c:2381:16: struct user_event_refs [noderef] __rcu * ../kernel/trace/trace_events_user.c:2381:16: struct user_event_refs * ../kernel/trace/trace_events_user.c:2406:9: error: incompatible types in comparison expression (different address spaces): ../kernel/trace/trace_events_user.c:2406:9: struct user_event_refs [noderef] __rcu * ../kernel/trace/trace_events_user.c:2406:9: struct user_event_refs * ../drivers/gpu/drm/radeon/ni_dpm.c:1265:35: warning: invalid assignment: |= ../drivers/gpu/drm/radeon/ni_dpm.c:1265:35: left side has type unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:1265:35: right side has type restricted __be32 ../drivers/gpu/drm/radeon/ni_dpm.c:1279:80: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1279:80: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:1279:80: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1294:81: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1294:81: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:1294:81: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1309:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1309:40: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1309:40: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1329:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1329:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1329:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1335:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1335:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1335:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1338:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1338:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1338:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1350:32: warning: cast to restricted __be16 ../drivers/gpu/drm/radeon/ni_dpm.c:1360:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1360:24: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1360:24: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1482:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1482:48: expected unsigned int [usertype] TDPLimit ../drivers/gpu/drm/radeon/ni_dpm.c:1482:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1484:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1484:52: expected unsigned int [usertype] NearTDPLimit ../drivers/gpu/drm/radeon/ni_dpm.c:1484:52: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1486:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1486:54: expected unsigned int [usertype] SafePowerLimit ../drivers/gpu/drm/radeon/ni_dpm.c:1486:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1489:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1489:55: expected unsigned int [usertype] PowerBoostLimit ../drivers/gpu/drm/radeon/ni_dpm.c:1489:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1629:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1629:39: expected unsigned int [usertype] mc_arb_dram_timing ../drivers/gpu/drm/radeon/ni_dpm.c:1629:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1630:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1630:39: expected unsigned int [usertype] mc_arb_dram_timing2 ../drivers/gpu/drm/radeon/ni_dpm.c:1630:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1676:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1676:24: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:1676:24: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1690:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1690:59: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1690:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1692:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1692:61: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1692:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1694:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1694:59: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1694:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1696:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1696:61: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1696:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1698:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1698:58: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1698:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1700:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1700:50: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1700:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1702:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1702:49: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/ni_dpm.c:1702:49: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1704:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1704:50: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/ni_dpm.c:1704:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1706:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1706:51: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/ni_dpm.c:1706:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1709:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1709:59: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1709:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1711:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1711:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1711:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1713:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1713:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/ni_dpm.c:1713:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1715:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1715:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/ni_dpm.c:1715:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1717:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1717:65: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/ni_dpm.c:1717:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1719:67: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1719:67: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1719:67: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1721:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1721:51: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/ni_dpm.c:1721:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1752:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1752:38: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/ni_dpm.c:1752:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1754:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1754:39: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/ni_dpm.c:1754:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1782:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1782:51: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/ni_dpm.c:1782:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1785:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1785:53: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1785:53: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1903:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1903:56: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1903:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1904:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1904:58: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1904:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1905:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1905:56: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1905:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1906:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1906:58: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1906:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1907:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1907:55: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1907:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1908:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1908:47: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1908:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1912:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1912:56: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:1912:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1913:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1913:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1913:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1914:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1914:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/ni_dpm.c:1914:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1915:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1915:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/ni_dpm.c:1915:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1930:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1930:48: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/ni_dpm.c:1930:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:1933:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:1933:50: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/ni_dpm.c:1933:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2078:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2078:34: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/ni_dpm.c:2078:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2079:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2079:42: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:2079:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2080:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2080:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:2080:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2081:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2081:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/ni_dpm.c:2081:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2082:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2082:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/ni_dpm.c:2082:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2083:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2083:48: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/ni_dpm.c:2083:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2084:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2084:50: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/ni_dpm.c:2084:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2142:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2142:37: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:2142:37: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2146:35: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2146:35: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:2146:35: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2285:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2285:26: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/ni_dpm.c:2285:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2286:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2286:34: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:2286:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2287:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2287:36: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:2287:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2288:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2288:34: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:2288:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2289:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2289:36: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/ni_dpm.c:2289:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2290:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2290:33: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:2290:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2291:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2291:25: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/ni_dpm.c:2291:25: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2292:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2292:24: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/ni_dpm.c:2292:24: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2293:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2293:25: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/ni_dpm.c:2293:25: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2307:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2307:42: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/ni_dpm.c:2307:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2309:64: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2309:64: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/ni_dpm.c:2309:64: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2411:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2411:41: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/ni_dpm.c:2411:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2415:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2415:33: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/ni_dpm.c:2415:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2440:23: warning: cast to restricted __be32 ../drivers/gpu/drm/radeon/ni_dpm.c:2442:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2442:41: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/ni_dpm.c:2442:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2448:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2448:45: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/ni_dpm.c:2448:45: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2591:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2591:56: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/ni_dpm.c:2591:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2592:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2592:56: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/ni_dpm.c:2592:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2672:39: warning: incorrect type in argument 3 (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2672:39: expected unsigned int [usertype] value ../drivers/gpu/drm/radeon/ni_dpm.c:2672:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2935:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2935:53: expected unsigned short [usertype] s0 ../drivers/gpu/drm/radeon/ni_dpm.c:2935:53: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2937:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2937:53: expected unsigned short [usertype] s1 ../drivers/gpu/drm/radeon/ni_dpm.c:2937:53: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:2954:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:2954:40: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:2954:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3085:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3085:56: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:3085:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3091:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3091:56: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:3091:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3127:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3127:56: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:3127:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3133:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3133:56: expected unsigned int ../drivers/gpu/drm/radeon/ni_dpm.c:3133:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3184:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3184:36: expected unsigned int [usertype] pwr_const ../drivers/gpu/drm/radeon/ni_dpm.c:3184:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3185:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3185:36: expected unsigned int [usertype] dc_cacValue ../drivers/gpu/drm/radeon/ni_dpm.c:3185:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3186:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ni_dpm.c:3186:36: expected unsigned int [usertype] bif_cacValue ../drivers/gpu/drm/radeon/ni_dpm.c:3186:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ni_dpm.c:3899:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ni_dpm.c:3900:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3901:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3904:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ni_dpm.c:3905:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ni_dpm.c:3931:20: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3933:20: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3936:20: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3937:21: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:3938:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/ni_dpm.c:4011:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:4015:26: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/ni_dpm.c:4033:42: warning: cast to restricted __le16 ../drivers/gpu/drm/xe/xe_pci.c:128:9: warning: Initializer entry defined twice ../drivers/gpu/drm/xe/xe_pci.c:131:10: also defined here ../fs/afs/cell.c:756:9: error: incompatible types in comparison expression (different address spaces): ../fs/afs/cell.c:756:9: struct hlist_node [noderef] __rcu * ../fs/afs/cell.c:756:9: struct hlist_node * ../fs/afs/cell.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/gpu/drm/radeon/radeon_ucode.c:33:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:34:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:35:9: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:36:9: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:37:9: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:38:9: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:39:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:40:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:41:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:43:9: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:48:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:49:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:58:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:60:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:69:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:70:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:79:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:87:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:88:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:97:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:99:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:100:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:108:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:109:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:118:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:120:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:122:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:124:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:126:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:135:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:136:34: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/radeon_ucode.c:145:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:147:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:149:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:150:17: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/radeon_ucode.c:162:25: warning: cast to restricted __le32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/fsi/fsi-master-ast-cf.c:399:65: warning: incorrect type in argument 4 (different base types) ../drivers/fsi/fsi-master-ast-cf.c:399:65: expected restricted __be32 [usertype] rdata ../drivers/fsi/fsi-master-ast-cf.c:399:65: got unsigned int [assigned] [usertype] rdata ../drivers/gpu/drm/radeon/kv_dpm.c:2070:60: warning: cast to restricted __be32 ../drivers/gpu/drm/radeon/kv_dpm.c:1188:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:1188:32: expected unsigned short [usertype] fps_high_t ../drivers/gpu/drm/radeon/kv_dpm.c:1188:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:1196:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:1196:31: expected unsigned char [usertype] fps_low_t ../drivers/gpu/drm/radeon/kv_dpm.c:1196:31: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:388:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:388:49: expected unsigned int [usertype] SclkFrequency ../drivers/gpu/drm/radeon/kv_dpm.c:388:49: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:462:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:462:44: expected unsigned int [usertype] MinVddNb ../drivers/gpu/drm/radeon/kv_dpm.c:462:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:472:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:472:38: expected unsigned short [usertype] AT ../drivers/gpu/drm/radeon/kv_dpm.c:472:38: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:545:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:545:38: expected unsigned int [usertype] low_sclk_interrupt_t ../drivers/gpu/drm/radeon/kv_dpm.c:545:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:677:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:677:48: expected unsigned int [usertype] VclkFrequency ../drivers/gpu/drm/radeon/kv_dpm.c:677:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:678:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:678:48: expected unsigned int [usertype] DclkFrequency ../drivers/gpu/drm/radeon/kv_dpm.c:678:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:679:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:679:43: expected unsigned short [usertype] MinVddNb ../drivers/gpu/drm/radeon/kv_dpm.c:679:43: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:748:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:748:44: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/kv_dpm.c:748:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:749:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:749:45: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/kv_dpm.c:749:45: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:811:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:811:45: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/kv_dpm.c:811:45: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:812:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:812:46: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/kv_dpm.c:812:46: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:873:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:873:44: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/kv_dpm.c:873:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:874:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/kv_dpm.c:874:45: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/kv_dpm.c:874:45: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/kv_dpm.c:2304:44: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2305:47: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2307:25: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2320:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2327:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2329:33: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2331:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2386:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2387:22: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2388:23: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2391:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2392:29: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/kv_dpm.c:2415:16: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2452:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c: note: in included file (through ../drivers/gpu/drm/radeon/atombios.h, ../drivers/gpu/drm/radeon/atom.h, ../drivers/gpu/drm/radeon/sumo_dpm.h, ../drivers/gpu/drm/radeon/trinity_dpm.h, ...): ../drivers/gpu/drm/radeon/pptable.h:442:31: warning: array of flexible structures ../drivers/gpu/drm/radeon/kv_dpm.c:2455:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2458:18: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2508:24: warning: cast to restricted __le16 ../drivers/gpu/drm/radeon/kv_dpm.c:2609:24: warning: cast to restricted __be32 ../drivers/gpu/drm/radeon/kv_dpm.c:2631:24: warning: cast to restricted __be32 ../drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/trace/trace_dynevent.c:19:1: warning: symbol 'dyn_event_ops_mutex' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/cik.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/radeon_sync.c: note: in included file: ../drivers/gpu/drm/radeon/radeon.h:2492:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/radeon/radeon.h:2492:27: struct dma_fence_ops const * ../kernel/events/core.c:1586:15: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:1586:15: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:1586:15: struct perf_event_context * ../kernel/events/core.c:1599:28: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:1599:28: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:1599:28: struct perf_event_context * ../kernel/events/core.c:3777:20: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:3777:20: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:3777:20: struct perf_event_context * ../kernel/events/core.c:3781:18: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:3781:18: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:3781:18: struct perf_event_context * ../kernel/events/core.c:3782:23: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:3782:23: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:3782:23: struct perf_event_context * ../kernel/events/core.c:3835:25: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:3835:25: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:3835:25: struct perf_event_context * ../kernel/events/core.c:3836:25: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:3836:25: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:3836:25: struct perf_event_context * ../kernel/events/core.c:4254:15: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:4254:15: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:4254:15: struct perf_event_context * ../kernel/events/core.c:4662:15: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:4662:15: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:4662:15: struct perf_event_context * ../kernel/events/core.c:5148:25: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:5148:25: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:5148:25: struct perf_event_context * ../kernel/events/core.c:6924:9: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6924:9: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6924:9: struct perf_buffer * ../kernel/events/core.c:5424:21: warning: incorrect type in initializer (different address spaces) ../kernel/events/core.c:6307:24: warning: incorrect type in assignment (different base types) ../kernel/events/core.c:6675:22: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6675:22: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6675:22: struct perf_buffer * ../kernel/events/core.c:6799:14: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6799:14: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6799:14: struct perf_buffer * ../kernel/events/core.c:6832:14: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6832:14: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6832:14: struct perf_buffer * ../kernel/events/core.c:6945:14: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6945:14: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6945:14: struct perf_buffer * ../kernel/events/core.c:6961:14: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:6961:14: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:6961:14: struct perf_buffer * ../kernel/events/core.c:9022:15: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:9022:15: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:9022:15: struct perf_event_context * ../kernel/events/core.c:9110:13: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:9110:13: struct perf_buffer [noderef] __rcu * ../kernel/events/core.c:9110:13: struct perf_buffer * ../kernel/events/core.c:9214:61: warning: incorrect type in argument 2 (different address spaces) ../kernel/events/core.c:9214:61: expected struct task_struct *p ../kernel/events/core.c:9214:61: got struct task_struct [noderef] __rcu *real_parent ../kernel/events/core.c:9216:61: warning: incorrect type in argument 2 (different address spaces) ../kernel/events/core.c:9216:61: expected struct task_struct *p ../kernel/events/core.c:9216:61: got struct task_struct [noderef] __rcu *real_parent ../kernel/events/core.c:9952:15: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:9952:15: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:9952:15: struct perf_event_context * ../kernel/events/core.c:11177:9: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11177:9: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11177:9: struct swevent_hlist * ../kernel/events/core.c:11216:17: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11216:17: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11216:17: struct swevent_hlist * ../kernel/events/core.c:11496:23: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11496:23: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:11496:23: struct perf_event_context * ../kernel/events/core.c:12593:1: warning: symbol 'dev_attr_nr_addr_filters' was not declared. Should it be static? ../kernel/events/core.c:14628:9: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:14628:9: struct perf_event_context [noderef] __rcu * ../kernel/events/core.c:14628:9: struct perf_event_context * ../kernel/events/core.c:15148:17: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:15148:17: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:15148:17: struct swevent_hlist * ../kernel/events/core.c: note: in included file: ../kernel/events/internal.h:212:1: warning: incorrect type in argument 2 (different address spaces) ../kernel/events/core.c:11030:17: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11030:17: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11030:17: struct swevent_hlist * ../kernel/events/core.c:11050:17: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11050:17: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11050:17: struct swevent_hlist * ../kernel/events/core.c:11166:16: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11166:16: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11166:16: struct swevent_hlist * ../kernel/events/core.c:11166:16: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11166:16: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11166:16: struct swevent_hlist * ../kernel/events/core.c:11166:16: error: incompatible types in comparison expression (different address spaces): ../kernel/events/core.c:11166:16: struct swevent_hlist [noderef] __rcu * ../kernel/events/core.c:11166:16: struct swevent_hlist * ../drivers/gpu/drm/amd/amdgpu/cik_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../kernel/trace/bpf_trace.c:219:29: warning: symbol 'bpf_probe_read_user_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:256:29: warning: symbol 'bpf_probe_read_user_str_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:271:29: warning: symbol 'bpf_probe_read_kernel_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:306:29: warning: symbol 'bpf_probe_read_kernel_str_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:604:29: warning: symbol 'bpf_perf_event_read_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:790:29: warning: symbol 'bpf_get_current_task_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:801:29: warning: symbol 'bpf_get_current_task_btf_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:815:29: warning: symbol 'bpf_task_pt_regs_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:913:29: warning: symbol 'bpf_send_signal_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:925:29: warning: symbol 'bpf_send_signal_thread_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:1216:29: warning: symbol 'bpf_get_branch_snapshot_proto' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3419:18: warning: symbol 'bpf_session_is_return' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3427:19: warning: symbol 'bpf_session_cookie' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3613:17: warning: symbol 'bpf_send_signal_task' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3622:17: warning: symbol 'bpf_probe_read_user_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3629:17: warning: symbol 'bpf_probe_read_kernel_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3636:17: warning: symbol 'bpf_probe_read_user_str_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3643:17: warning: symbol 'bpf_probe_read_kernel_str_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3650:17: warning: symbol 'bpf_copy_from_user_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3657:17: warning: symbol 'bpf_copy_from_user_str_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3664:17: warning: symbol 'bpf_copy_from_user_task_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:3672:17: warning: symbol 'bpf_copy_from_user_task_str_dynptr' was not declared. Should it be static? ../kernel/trace/bpf_trace.c:2391:21: warning: dereference of noderef expression ../kernel/trace/bpf_trace.c:2395:66: warning: dereference of noderef expression ../drivers/gpu/drm/xe/xe_preempt_fence.c:183:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/xe/xe_preempt_fence.c:183:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/xe/xe_preempt_fence.c:183:27: struct dma_fence_ops const * ../drivers/gpu/drm/radeon/r600_dma.c:246:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/r600_dma.c:246:30: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/r600_dma.c:246:30: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/r600_dma.c:260:23: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/r600_dma.c:381:23: warning: cast to restricted __le32 ../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1134:1: warning: symbol 'a6xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1660:1: warning: symbol 'a7xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:2496:1: warning: symbol 'a8xx_gpulist' was not declared. Should it be static? ../drivers/gpu/drm/radeon/ci_dpm.c:310:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:310:51: expected unsigned short [usertype] TDC_VDDC_PkgLimit ../drivers/gpu/drm/radeon/ci_dpm.c:310:51: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:347:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:347:54: expected signed short [usertype] FuzzyFan_PwmSetDelta ../drivers/gpu/drm/radeon/ci_dpm.c:347:54: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:395:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:395:59: expected unsigned short [usertype] BapmVddCBaseLeakageHiSidd ../drivers/gpu/drm/radeon/ci_dpm.c:395:59: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:396:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:396:59: expected unsigned short [usertype] BapmVddCBaseLeakageLoSidd ../drivers/gpu/drm/radeon/ci_dpm.c:396:59: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:424:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:424:44: expected unsigned short [usertype] PPM_PkgPwrLimit ../drivers/gpu/drm/radeon/ci_dpm.c:424:44: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:425:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:425:49: expected unsigned short [usertype] PPM_TemperatureLimit ../drivers/gpu/drm/radeon/ci_dpm.c:425:49: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:427:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:427:44: expected unsigned short [usertype] PPM_PkgPwrLimit ../drivers/gpu/drm/radeon/ci_dpm.c:427:44: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:428:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:428:49: expected unsigned short [usertype] PPM_TemperatureLimit ../drivers/gpu/drm/radeon/ci_dpm.c:428:49: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:431:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:431:39: expected unsigned int [usertype] BAPM_TEMP_GRADIENT ../drivers/gpu/drm/radeon/ci_dpm.c:431:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:438:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:438:62: expected unsigned short ../drivers/gpu/drm/radeon/ci_dpm.c:438:62: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:439:63: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:439:63: expected unsigned short ../drivers/gpu/drm/radeon/ci_dpm.c:439:63: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:963:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:963:27: expected signed short [usertype] TempMin ../drivers/gpu/drm/radeon/ci_dpm.c:963:27: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:964:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:964:27: expected signed short [usertype] TempMed ../drivers/gpu/drm/radeon/ci_dpm.c:964:27: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:965:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:965:27: expected signed short [usertype] TempMax ../drivers/gpu/drm/radeon/ci_dpm.c:965:27: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:967:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:967:26: expected signed short [usertype] Slope1 ../drivers/gpu/drm/radeon/ci_dpm.c:967:26: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:968:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:968:26: expected signed short [usertype] Slope2 ../drivers/gpu/drm/radeon/ci_dpm.c:968:26: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:970:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:970:26: expected signed short [usertype] FdoMin ../drivers/gpu/drm/radeon/ci_dpm.c:970:26: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:972:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:972:28: expected signed short [usertype] HystDown ../drivers/gpu/drm/radeon/ci_dpm.c:972:28: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:974:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:974:26: expected signed short [usertype] HystUp ../drivers/gpu/drm/radeon/ci_dpm.c:974:26: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:976:29: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:976:29: expected signed short [usertype] HystSlope ../drivers/gpu/drm/radeon/ci_dpm.c:976:29: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:978:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:978:31: expected signed short [usertype] TempRespLim ../drivers/gpu/drm/radeon/ci_dpm.c:978:31: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:982:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:982:33: expected unsigned int [usertype] RefreshPeriod ../drivers/gpu/drm/radeon/ci_dpm.c:982:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:985:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:985:26: expected signed short [usertype] FdoMax ../drivers/gpu/drm/radeon/ci_dpm.c:985:26: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:1281:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:1281:33: expected unsigned short [usertype] FpsHighT ../drivers/gpu/drm/radeon/ci_dpm.c:1281:33: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:1284:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:1284:32: expected unsigned short [usertype] FpsLowT ../drivers/gpu/drm/radeon/ci_dpm.c:1284:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:1295:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:1295:38: expected unsigned int [usertype] low_sclk_interrupt_t ../drivers/gpu/drm/radeon/ci_dpm.c:1295:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2167:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2167:36: expected unsigned short [usertype] Voltage ../drivers/gpu/drm/radeon/ci_dpm.c:2167:36: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2168:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2168:45: expected unsigned short [usertype] StdVoltageHiSidd ../drivers/gpu/drm/radeon/ci_dpm.c:2168:45: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2170:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2170:45: expected unsigned short [usertype] StdVoltageLoSidd ../drivers/gpu/drm/radeon/ci_dpm.c:2170:45: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2192:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2192:31: expected unsigned int [usertype] VddcLevelCount ../drivers/gpu/drm/radeon/ci_dpm.c:2192:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2215:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2215:32: expected unsigned int [usertype] VddciLevelCount ../drivers/gpu/drm/radeon/ci_dpm.c:2215:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2238:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2238:31: expected unsigned int [usertype] MvddLevelCount ../drivers/gpu/drm/radeon/ci_dpm.c:2238:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2496:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2496:36: expected unsigned int [usertype] McArbDramTiming ../drivers/gpu/drm/radeon/ci_dpm.c:2496:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2497:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2497:36: expected unsigned int [usertype] McArbDramTiming2 ../drivers/gpu/drm/radeon/ci_dpm.c:2497:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2596:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2596:43: expected unsigned int [usertype] DownT ../drivers/gpu/drm/radeon/ci_dpm.c:2596:43: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2597:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2597:41: expected unsigned int [usertype] UpT ../drivers/gpu/drm/radeon/ci_dpm.c:2597:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2640:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2640:54: expected unsigned int [usertype] VclkFrequency ../drivers/gpu/drm/radeon/ci_dpm.c:2640:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2641:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2641:54: expected unsigned int [usertype] DclkFrequency ../drivers/gpu/drm/radeon/ci_dpm.c:2641:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2642:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2642:48: expected unsigned short [usertype] MinVddc ../drivers/gpu/drm/radeon/ci_dpm.c:2642:48: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2673:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2673:50: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/ci_dpm.c:2673:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2674:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2674:51: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/ci_dpm.c:2674:51: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2706:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2706:50: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/ci_dpm.c:2706:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2707:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2707:51: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/ci_dpm.c:2707:51: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2738:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2738:51: expected unsigned int [usertype] Frequency ../drivers/gpu/drm/radeon/ci_dpm.c:2738:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2739:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2739:52: expected unsigned short [usertype] MinVoltage ../drivers/gpu/drm/radeon/ci_dpm.c:2739:52: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2926:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2926:31: expected unsigned int [usertype] MinVddc ../drivers/gpu/drm/radeon/ci_dpm.c:2926:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2927:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2927:37: expected unsigned int [usertype] MinVddcPhases ../drivers/gpu/drm/radeon/ci_dpm.c:2927:37: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2928:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2928:32: expected unsigned int [usertype] MinVddci ../drivers/gpu/drm/radeon/ci_dpm.c:2928:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2929:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2929:31: expected unsigned int [usertype] MinMvdd ../drivers/gpu/drm/radeon/ci_dpm.c:2929:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2931:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2931:37: expected unsigned int [usertype] MclkFrequency ../drivers/gpu/drm/radeon/ci_dpm.c:2931:37: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2932:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2932:37: expected unsigned short [usertype] ActivityLevel ../drivers/gpu/drm/radeon/ci_dpm.c:2932:37: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2933:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2933:36: expected unsigned int [usertype] MpllFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2933:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2934:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2934:38: expected unsigned int [usertype] MpllFuncCntl_1 ../drivers/gpu/drm/radeon/ci_dpm.c:2934:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2935:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2935:38: expected unsigned int [usertype] MpllFuncCntl_2 ../drivers/gpu/drm/radeon/ci_dpm.c:2935:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2936:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2936:38: expected unsigned int [usertype] MpllAdFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2936:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2937:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2937:38: expected unsigned int [usertype] MpllDqFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2937:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2938:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2938:38: expected unsigned int [usertype] MclkPwrmgtCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2938:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2939:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2939:31: expected unsigned int [usertype] DllCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2939:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2940:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2940:31: expected unsigned int [usertype] MpllSs1 ../drivers/gpu/drm/radeon/ci_dpm.c:2940:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2941:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2941:31: expected unsigned int [usertype] MpllSs2 ../drivers/gpu/drm/radeon/ci_dpm.c:2941:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2961:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2961:42: expected unsigned int [usertype] MinVddc ../drivers/gpu/drm/radeon/ci_dpm.c:2961:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2963:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2963:42: expected unsigned int [usertype] MinVddc ../drivers/gpu/drm/radeon/ci_dpm.c:2963:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2994:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2994:32: expected unsigned int [usertype] Flags ../drivers/gpu/drm/radeon/ci_dpm.c:2994:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2995:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2995:40: expected unsigned int [usertype] MinVddcPhases ../drivers/gpu/drm/radeon/ci_dpm.c:2995:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2996:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2996:40: expected unsigned int [usertype] SclkFrequency ../drivers/gpu/drm/radeon/ci_dpm.c:2996:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2997:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2997:41: expected unsigned int [usertype] CgSpllFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:2997:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2998:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2998:42: expected unsigned int [usertype] CgSpllFuncCntl2 ../drivers/gpu/drm/radeon/ci_dpm.c:2998:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:2999:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:2999:42: expected unsigned int [usertype] CgSpllFuncCntl3 ../drivers/gpu/drm/radeon/ci_dpm.c:2999:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3000:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3000:42: expected unsigned int [usertype] CgSpllFuncCntl4 ../drivers/gpu/drm/radeon/ci_dpm.c:3000:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3001:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3001:45: expected unsigned int [usertype] SpllSpreadSpectrum ../drivers/gpu/drm/radeon/ci_dpm.c:3001:45: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3002:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3002:46: expected unsigned int [usertype] SpllSpreadSpectrum2 ../drivers/gpu/drm/radeon/ci_dpm.c:3002:46: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3003:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3003:37: expected unsigned int [usertype] CcPwrDynRm ../drivers/gpu/drm/radeon/ci_dpm.c:3003:37: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3004:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3004:38: expected unsigned int [usertype] CcPwrDynRm1 ../drivers/gpu/drm/radeon/ci_dpm.c:3004:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3011:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3011:57: expected unsigned int [usertype] MinVddci ../drivers/gpu/drm/radeon/ci_dpm.c:3011:57: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3014:57: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3014:57: expected unsigned int [usertype] MinVddci ../drivers/gpu/drm/radeon/ci_dpm.c:3014:57: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3021:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3021:48: expected unsigned int [usertype] MinMvdd ../drivers/gpu/drm/radeon/ci_dpm.c:3021:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3029:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3029:40: expected unsigned int [usertype] DllCntl ../drivers/gpu/drm/radeon/ci_dpm.c:3029:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3030:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3030:47: expected unsigned int [usertype] MclkPwrmgtCntl ../drivers/gpu/drm/radeon/ci_dpm.c:3030:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3031:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3031:47: expected unsigned int [usertype] MpllAdFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:3031:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3033:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3033:47: expected unsigned int [usertype] MpllDqFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:3033:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3035:45: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3035:45: expected unsigned int [usertype] MpllFuncCntl ../drivers/gpu/drm/radeon/ci_dpm.c:3035:45: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3037:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3037:47: expected unsigned int [usertype] MpllFuncCntl_1 ../drivers/gpu/drm/radeon/ci_dpm.c:3037:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3039:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3039:47: expected unsigned int [usertype] MpllFuncCntl_2 ../drivers/gpu/drm/radeon/ci_dpm.c:3039:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3041:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3041:40: expected unsigned int [usertype] MpllSs1 ../drivers/gpu/drm/radeon/ci_dpm.c:3041:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3042:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3042:40: expected unsigned int [usertype] MpllSs2 ../drivers/gpu/drm/radeon/ci_dpm.c:3042:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3049:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3049:46: expected unsigned short [usertype] ActivityLevel ../drivers/gpu/drm/radeon/ci_dpm.c:3049:46: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3109:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3109:27: expected unsigned int [usertype] CcPwrDynRm ../drivers/gpu/drm/radeon/ci_dpm.c:3109:27: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3110:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3110:28: expected unsigned int [usertype] CcPwrDynRm1 ../drivers/gpu/drm/radeon/ci_dpm.c:3110:28: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3111:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3111:27: expected unsigned short [usertype] VddcOffset ../drivers/gpu/drm/radeon/ci_dpm.c:3111:27: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3218:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3218:30: expected unsigned int [usertype] Flags ../drivers/gpu/drm/radeon/ci_dpm.c:3218:30: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3219:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3219:32: expected unsigned int [usertype] MinVddc ../drivers/gpu/drm/radeon/ci_dpm.c:3219:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3220:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3220:38: expected unsigned int [usertype] MinVddcPhases ../drivers/gpu/drm/radeon/ci_dpm.c:3220:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3221:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3221:38: expected unsigned int [usertype] SclkFrequency ../drivers/gpu/drm/radeon/ci_dpm.c:3221:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3222:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3222:38: expected unsigned short [usertype] ActivityLevel ../drivers/gpu/drm/radeon/ci_dpm.c:3222:38: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3223:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3223:40: expected unsigned int [usertype] CgSpllFuncCntl3 ../drivers/gpu/drm/radeon/ci_dpm.c:3223:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3224:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3224:40: expected unsigned int [usertype] CgSpllFuncCntl4 ../drivers/gpu/drm/radeon/ci_dpm.c:3224:40: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3225:43: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3225:43: expected unsigned int [usertype] SpllSpreadSpectrum ../drivers/gpu/drm/radeon/ci_dpm.c:3225:43: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3226:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3226:44: expected unsigned int [usertype] SpllSpreadSpectrum2 ../drivers/gpu/drm/radeon/ci_dpm.c:3226:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3227:35: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/ci_dpm.c:3227:35: expected unsigned int [usertype] CcPwrDynRm ../drivers/gpu/drm/radeon/ci_dpm.c:3227:35: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/ci_dpm.c:3228:36: warning: too many warnings ../drivers/gpu/drm/radeon/si_dpm.c:4062:40: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4062:40: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/si_dpm.c:4062:40: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4096:24: warning: cast to restricted __be16 ../drivers/gpu/drm/radeon/si_dpm.c:4104:37: warning: cast to restricted __be16 ../drivers/gpu/drm/radeon/si_dpm.c:4119:45: warning: cast to restricted __be16 ../drivers/gpu/drm/radeon/si_dpm.c:2119:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2119:48: expected unsigned int [usertype] TDPLimit ../drivers/gpu/drm/radeon/si_dpm.c:2119:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2121:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2121:52: expected unsigned int [usertype] NearTDPLimit ../drivers/gpu/drm/radeon/si_dpm.c:2121:52: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2123:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2123:54: expected unsigned int [usertype] SafePowerLimit ../drivers/gpu/drm/radeon/si_dpm.c:2123:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2138:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2138:54: expected unsigned int [usertype] NearTDPLimitTherm ../drivers/gpu/drm/radeon/si_dpm.c:2138:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2139:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2139:49: expected unsigned int [usertype] dGPU_T_Limit ../drivers/gpu/drm/radeon/si_dpm.c:2139:49: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2140:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2140:51: expected unsigned int [usertype] dGPU_T_Warning ../drivers/gpu/drm/radeon/si_dpm.c:2140:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2141:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2141:54: expected unsigned int [usertype] dGPU_T_Hysteresis ../drivers/gpu/drm/radeon/si_dpm.c:2141:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2169:52: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2169:52: expected unsigned int [usertype] NearTDPLimit ../drivers/gpu/drm/radeon/si_dpm.c:2169:52: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2171:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2171:54: expected unsigned int [usertype] SafePowerLimit ../drivers/gpu/drm/radeon/si_dpm.c:2171:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2310:62: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2310:62: expected unsigned short [usertype] PwrEfficiencyRatio ../drivers/gpu/drm/radeon/si_dpm.c:2310:62: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2366:54: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2366:54: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/si_dpm.c:2366:54: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2367:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2367:56: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/si_dpm.c:2367:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2437:23: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2437:23: expected unsigned int [usertype] K ../drivers/gpu/drm/radeon/si_dpm.c:2437:23: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2438:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2438:24: expected unsigned int [usertype] T0 ../drivers/gpu/drm/radeon/si_dpm.c:2438:24: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2439:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2439:26: expected unsigned int [usertype] MaxT ../drivers/gpu/drm/radeon/si_dpm.c:2439:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2443:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2443:32: expected unsigned int [usertype] Tthreshold ../drivers/gpu/drm/radeon/si_dpm.c:2443:32: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2449:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2449:36: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2449:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2450:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2450:36: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2450:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2457:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2457:41: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2457:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2458:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2458:39: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2458:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2546:100: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2546:100: expected unsigned short ../drivers/gpu/drm/radeon/si_dpm.c:2546:100: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2582:100: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2582:100: expected unsigned short ../drivers/gpu/drm/radeon/si_dpm.c:2582:100: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2639:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2639:34: expected unsigned int [usertype] l2numWin_TDP ../drivers/gpu/drm/radeon/si_dpm.c:2639:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2642:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2642:33: expected unsigned int [usertype] lkge_lut_V0 ../drivers/gpu/drm/radeon/si_dpm.c:2642:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2643:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2643:36: expected unsigned int [usertype] lkge_lut_Vstep ../drivers/gpu/drm/radeon/si_dpm.c:2643:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2644:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2644:26: expected unsigned int [usertype] R_LL ../drivers/gpu/drm/radeon/si_dpm.c:2644:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2645:29: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2645:29: expected unsigned int [usertype] WinTime ../drivers/gpu/drm/radeon/si_dpm.c:2645:29: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2646:41: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2646:41: expected unsigned int [usertype] calculation_repeats ../drivers/gpu/drm/radeon/si_dpm.c:2646:41: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2647:28: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2647:28: expected unsigned int [usertype] dc_cac ../drivers/gpu/drm/radeon/si_dpm.c:2647:28: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2650:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2650:33: expected unsigned int [usertype] lkge_lut_T0 ../drivers/gpu/drm/radeon/si_dpm.c:2650:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2651:36: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2651:36: expected unsigned int [usertype] lkge_lut_Tstep ../drivers/gpu/drm/radeon/si_dpm.c:2651:36: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2829:37: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2829:37: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2829:37: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:2833:35: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:2833:35: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:2833:35: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:3987:35: warning: invalid assignment: |= ../drivers/gpu/drm/radeon/si_dpm.c:3987:35: left side has type unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:3987:35: right side has type restricted __be32 ../drivers/gpu/drm/radeon/si_dpm.c:4008:88: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4008:88: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:4008:88: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4022:89: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4022:89: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:4022:89: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4030:88: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4030:88: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:4030:88: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4039:109: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4039:109: expected unsigned int ../drivers/gpu/drm/radeon/si_dpm.c:4039:109: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4085:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4085:32: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/si_dpm.c:4085:32: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4146:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4146:24: expected unsigned short [usertype] value ../drivers/gpu/drm/radeon/si_dpm.c:4146:24: got restricted __be16 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4254:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4254:39: expected unsigned int [usertype] mc_arb_dram_timing ../drivers/gpu/drm/radeon/si_dpm.c:4254:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4255:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4255:39: expected unsigned int [usertype] mc_arb_dram_timing2 ../drivers/gpu/drm/radeon/si_dpm.c:4255:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4319:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4319:50: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4319:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4321:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4321:58: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4321:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4323:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4323:59: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4323:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4325:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4325:59: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4325:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4327:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4327:56: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4327:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4329:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4329:58: expected unsigned int [usertype] vMPLL_FUNC_CNTL_1 ../drivers/gpu/drm/radeon/si_dpm.c:4329:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4331:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4331:58: expected unsigned int [usertype] vMPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4331:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4333:49: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4333:49: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/si_dpm.c:4333:49: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4335:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4335:50: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/si_dpm.c:4335:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4338:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4338:51: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/si_dpm.c:4338:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4341:59: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4341:59: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4341:59: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4343:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4343:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4343:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4345:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4345:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/si_dpm.c:4345:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4347:61: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4347:61: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/si_dpm.c:4347:61: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4349:65: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4349:65: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/si_dpm.c:4349:65: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4351:68: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4351:68: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/si_dpm.c:4351:68: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4354:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4354:51: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/si_dpm.c:4354:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4395:38: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4395:38: expected unsigned int [usertype] aT ../drivers/gpu/drm/radeon/si_dpm.c:4395:38: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4397:39: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4397:39: expected unsigned int [usertype] bSP ../drivers/gpu/drm/radeon/si_dpm.c:4397:39: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4423:51: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4423:51: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/si_dpm.c:4423:51: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4426:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4426:53: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/si_dpm.c:4426:53: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4521:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4521:47: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4521:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4523:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4523:55: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4523:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4525:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4525:56: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4525:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4527:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4527:56: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4527:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4529:53: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4529:53: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4529:53: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4531:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4531:55: expected unsigned int [usertype] vMPLL_FUNC_CNTL_1 ../drivers/gpu/drm/radeon/si_dpm.c:4531:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4533:55: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4533:55: expected unsigned int [usertype] vMPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4533:55: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4535:46: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4535:46: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/si_dpm.c:4535:46: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4537:47: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4537:47: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/si_dpm.c:4537:47: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4540:56: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4540:56: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4540:56: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4542:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4542:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4542:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4544:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4544:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/si_dpm.c:4544:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4546:58: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4546:58: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/si_dpm.c:4546:58: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4564:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4564:48: expected unsigned int [usertype] SQPowerThrottle ../drivers/gpu/drm/radeon/si_dpm.c:4564:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4567:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4567:50: expected unsigned int [usertype] SQPowerThrottle_2 ../drivers/gpu/drm/radeon/si_dpm.c:4567:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4805:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4805:34: expected unsigned int [usertype] sclk_value ../drivers/gpu/drm/radeon/si_dpm.c:4805:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4806:42: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4806:42: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4806:42: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4807:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4807:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4807:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4808:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4808:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3 ../drivers/gpu/drm/radeon/si_dpm.c:4808:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4809:44: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4809:44: expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4 ../drivers/gpu/drm/radeon/si_dpm.c:4809:44: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4810:48: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4810:48: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM ../drivers/gpu/drm/radeon/si_dpm.c:4810:48: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4811:50: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4811:50: expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2 ../drivers/gpu/drm/radeon/si_dpm.c:4811:50: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4892:26: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4892:26: expected unsigned int [usertype] mclk_value ../drivers/gpu/drm/radeon/si_dpm.c:4892:26: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4893:31: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4893:31: expected unsigned int [usertype] vMPLL_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4893:31: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4894:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4894:33: expected unsigned int [usertype] vMPLL_FUNC_CNTL_1 ../drivers/gpu/drm/radeon/si_dpm.c:4894:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4895:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4895:33: expected unsigned int [usertype] vMPLL_FUNC_CNTL_2 ../drivers/gpu/drm/radeon/si_dpm.c:4895:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4896:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4896:34: expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4896:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4897:34: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4897:34: expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4897:34: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4898:33: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4898:33: expected unsigned int [usertype] vMCLK_PWRMGT_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4898:33: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4899:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4899:25: expected unsigned int [usertype] vDLL_CNTL ../drivers/gpu/drm/radeon/si_dpm.c:4899:25: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4900:24: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4900:24: expected unsigned int [usertype] vMPLL_SS ../drivers/gpu/drm/radeon/si_dpm.c:4900:24: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4901:25: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/si_dpm.c:4901:25: expected unsigned int [usertype] vMPLL_SS2 ../drivers/gpu/drm/radeon/si_dpm.c:4901:25: got restricted __be32 [usertype] ../drivers/gpu/drm/radeon/si_dpm.c:4915:42: warning: too many warnings ../drivers/gpu/drm/amd/amdgpu/dce_v8_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/gfs2/bmap.c:1708:42: warning: unsigned value that used to be signed checked against zero? ../fs/gfs2/bmap.c:2006:16: signed value source ../fs/erofs/data.c:287:26: warning: Using plain integer as NULL pointer ../fs/btrfs/print-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/print-tree.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/print-tree.c:97:9: error: Expected ) in function call ../fs/btrfs/print-tree.c:97:9: error: got __VA_OPT__ ../drivers/gpu/drm/msm/adreno/a6xx_hfi.c: note: in included file (through ../drivers/gpu/drm/msm/adreno/a6xx_gmu.h): ../drivers/gpu/drm/msm/adreno/a6xx_hfi.h:284:42: warning: array of flexible structures ../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:202:37: error: too long token expansion ../fs/btrfs/dir-item.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/dir-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/dir-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/dir-item.c:47:9: error: Expected ) in function call ../fs/btrfs/dir-item.c:47:9: error: got __VA_OPT__ ../fs/btrfs/root-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/root-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/root-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/root-tree.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/vce_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/inode-item.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c:464:9: error: Expected ) in function call ../fs/btrfs/inode-item.c:464:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c:465:9: error: Expected ) in function call ../fs/btrfs/inode-item.c:465:9: error: got __VA_OPT__ ../fs/btrfs/inode-item.c:636:25: error: Expected ) in function call ../fs/btrfs/inode-item.c:636:25: error: got __VA_OPT__ ../fs/btrfs/inode-item.c:728:9: error: Expected ) in function call ../fs/btrfs/inode-item.c:728:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/zonefs/super.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../fs/zonefs/trace.h): ../fs/zonefs/./trace.h:22:1: warning: cast to restricted blk_opf_t ../fs/zonefs/./trace.h:22:1: warning: restricted blk_opf_t degrades to integer ../fs/zonefs/./trace.h:22:1: warning: restricted blk_opf_t degrades to integer ../drivers/gpu/drm/amd/amdgpu/cik_sdma.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/infiniband/core/cm.c:1311:20: warning: cast from restricted __be32 ../fs/nfs/nfs4trace.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../fs/nfs/nfs4trace.h): ../fs/nfs/./nfs4trace.h:2168:1: error: too long token expansion ../fs/nfs/./nfs4trace.h:2234:1: error: too long token expansion ../fs/btrfs/ctree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:830:9: error: Expected ) in function call ../fs/btrfs/ctree.c:830:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:866:9: error: Expected ) in function call ../fs/btrfs/ctree.c:866:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:931:9: error: Expected ) in function call ../fs/btrfs/ctree.c:931:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1531:25: error: Expected ) in function call ../fs/btrfs/ctree.c:1531:25: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1558:17: error: Expected ) in function call ../fs/btrfs/ctree.c:1558:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1585:17: error: Expected ) in function call ../fs/btrfs/ctree.c:1585:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1667:9: error: Expected ) in function call ../fs/btrfs/ctree.c:1667:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1668:9: error: Expected ) in function call ../fs/btrfs/ctree.c:1668:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1710:17: error: Expected ) in function call ../fs/btrfs/ctree.c:1710:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1795:9: error: Expected ) in function call ../fs/btrfs/ctree.c:1795:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1868:25: error: Expected ) in function call ../fs/btrfs/ctree.c:1868:25: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1940:25: error: Expected ) in function call ../fs/btrfs/ctree.c:1940:25: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1944:17: error: Expected ) in function call ../fs/btrfs/ctree.c:1944:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:1950:25: error: Expected ) in function call ../fs/btrfs/ctree.c:1950:25: error: got __VA_OPT__ ../fs/btrfs/ctree.c:2024:9: error: Expected ) in function call ../fs/btrfs/ctree.c:2024:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:2051:17: error: Expected ) in function call ../fs/btrfs/ctree.c:2051:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:2137:33: error: Expected ) in function call ../fs/btrfs/ctree.c:2137:33: error: got __VA_OPT__ ../fs/btrfs/ctree.c:2265:9: error: Expected ) in function call ../fs/btrfs/ctree.c:2265:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:3025:9: error: Expected ) in function call ../fs/btrfs/ctree.c:3025:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:4614:9: error: Expected ) in function call ../fs/btrfs/ctree.c:4614:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:4615:9: error: Expected ) in function call ../fs/btrfs/ctree.c:4615:9: error: got __VA_OPT__ ../fs/btrfs/ctree.c:4793:17: error: Expected ) in function call ../fs/btrfs/ctree.c:4793:17: error: got __VA_OPT__ ../fs/btrfs/ctree.c:194:22: error: incompatible types in comparison expression (different address spaces): ../fs/btrfs/ctree.c:194:22: struct extent_buffer [noderef] __rcu * ../fs/btrfs/ctree.c:194:22: struct extent_buffer * ../fs/btrfs/ctree.c:548:17: error: incompatible types in comparison expression (different address spaces): ../fs/btrfs/ctree.c:548:17: struct extent_buffer [noderef] __rcu * ../fs/btrfs/ctree.c:548:17: struct extent_buffer * ../fs/btrfs/ctree.c:887:9: error: incompatible types in comparison expression (different address spaces): ../fs/btrfs/ctree.c:887:9: struct extent_buffer [noderef] __rcu * ../fs/btrfs/ctree.c:887:9: struct extent_buffer * ../fs/btrfs/ctree.c:2900:9: error: incompatible types in comparison expression (different address spaces): ../fs/btrfs/ctree.c:2900:9: struct extent_buffer [noderef] __rcu * ../fs/btrfs/ctree.c:2900:9: struct extent_buffer * ../fs/btrfs/file-item.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:92:9: error: Expected ) in function call ../fs/btrfs/file-item.c:92:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:121:9: error: Expected ) in function call ../fs/btrfs/file-item.c:121:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:130:9: error: Expected ) in function call ../fs/btrfs/file-item.c:130:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:137:9: error: Expected ) in function call ../fs/btrfs/file-item.c:137:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:291:9: error: Expected ) in function call ../fs/btrfs/file-item.c:291:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:328:9: error: Expected ) in function call ../fs/btrfs/file-item.c:328:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:379:9: error: Expected ) in function call ../fs/btrfs/file-item.c:379:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:539:9: error: Expected ) in function call ../fs/btrfs/file-item.c:539:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:683:9: error: Expected ) in function call ../fs/btrfs/file-item.c:683:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:830:9: error: Expected ) in function call ../fs/btrfs/file-item.c:830:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:831:9: error: Expected ) in function call ../fs/btrfs/file-item.c:831:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:965:9: error: Expected ) in function call ../fs/btrfs/file-item.c:965:9: error: got __VA_OPT__ ../fs/btrfs/file-item.c:1395:17: error: Expected ) in function call ../fs/btrfs/file-item.c:1395:17: error: got __VA_OPT__ ../fs/btrfs/file-item.c:1424:9: error: Expected ) in function call ../fs/btrfs/file-item.c:1424:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/si.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/infiniband/core/user_mad.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/ib_umad.h): ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be32 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be32 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be16 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be32 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be16 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be16 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be64 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be16 ../include/trace/events/ib_umad.h:16:1: warning: cast to restricted __be32 ../drivers/infiniband/core/user_mad.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/ib_umad.h): ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] qpn ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] qpn ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] qkey ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] qkey ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] lid ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] lid ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] flow_label ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] flow_label ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] mad_status ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] status ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_umad.h:16:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] attr_mod ../drivers/infiniband/core/user_mad.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../include/trace/events/ib_umad.h): ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] qpn ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] qpn ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] qkey ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] qkey ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] lid ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] lid ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] flow_label ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] flow_label ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] mad_status ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] status ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] class_specific ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] class_specific ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned long long [usertype] tid ../include/trace/events/ib_umad.h:16:1: got restricted __be64 [usertype] tid ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned short [usertype] attr_id ../include/trace/events/ib_umad.h:16:1: got restricted __be16 [usertype] attr_id ../include/trace/events/ib_umad.h:16:1: warning: incorrect type in assignment (different base types) ../include/trace/events/ib_umad.h:16:1: expected unsigned int [usertype] attr_mod ../include/trace/events/ib_umad.h:16:1: got restricted __be32 [usertype] attr_mod ../drivers/gpu/drm/xe/xe_pt.c:1155:72: warning: Using plain integer as NULL pointer ../drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/bluetooth/virtio_bt.c:336:25: error: no generic selection for 'unsigned short virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:336:25: error: incompatible types in comparison expression (different base types): ../drivers/bluetooth/virtio_bt.c:336:25: bad type * ../drivers/bluetooth/virtio_bt.c:336:25: unsigned short * ../drivers/bluetooth/virtio_bt.c:336:25: error: no generic selection for 'unsigned short [addressable] virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:339:25: error: no generic selection for 'unsigned short virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:339:25: error: incompatible types in comparison expression (different base types): ../drivers/bluetooth/virtio_bt.c:339:25: bad type * ../drivers/bluetooth/virtio_bt.c:339:25: unsigned short * ../drivers/bluetooth/virtio_bt.c:339:25: error: no generic selection for 'unsigned short [addressable] virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:374:25: error: no generic selection for 'unsigned short virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:374:25: error: incompatible types in comparison expression (different base types): ../drivers/bluetooth/virtio_bt.c:374:25: bad type * ../drivers/bluetooth/virtio_bt.c:374:25: unsigned short * ../drivers/bluetooth/virtio_bt.c:374:25: error: no generic selection for 'unsigned short [addressable] virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:377:25: error: no generic selection for 'unsigned short virtio_cread_v' ../drivers/bluetooth/virtio_bt.c:377:25: error: incompatible types in comparison expression (different base types): ../drivers/bluetooth/virtio_bt.c:377:25: bad type * ../drivers/bluetooth/virtio_bt.c:377:25: unsigned short * ../drivers/bluetooth/virtio_bt.c:377:25: error: no generic selection for 'unsigned short [addressable] virtio_cread_v' ../fs/btrfs/transaction.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:190:9: error: Expected ) in function call ../fs/btrfs/transaction.c:190:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:684:25: error: Expected ) in function call ../fs/btrfs/transaction.c:684:25: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1043:17: error: Expected ) in function call ../fs/btrfs/transaction.c:1043:17: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1045:17: error: Expected ) in function call ../fs/btrfs/transaction.c:1045:17: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1052:17: error: Expected ) in function call ../fs/btrfs/transaction.c:1052:17: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1058:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1058:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1260:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1260:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1365:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1365:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1500:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1500:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1519:25: error: Expected ) in function call ../fs/btrfs/transaction.c:1519:25: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1522:25: error: Expected ) in function call ../fs/btrfs/transaction.c:1522:25: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1525:25: error: Expected ) in function call ../fs/btrfs/transaction.c:1525:25: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1692:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1692:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:1695:9: error: Expected ) in function call ../fs/btrfs/transaction.c:1695:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:2209:9: error: Expected ) in function call ../fs/btrfs/transaction.c:2209:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:2220:9: error: Expected ) in function call ../fs/btrfs/transaction.c:2220:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:2237:9: error: Expected ) in function call ../fs/btrfs/transaction.c:2237:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:2540:9: error: Expected ) in function call ../fs/btrfs/transaction.c:2540:9: error: got __VA_OPT__ ../fs/btrfs/transaction.c:2541:9: error: Expected ) in function call ../fs/btrfs/transaction.c:2541:9: error: got __VA_OPT__ ../drivers/gpu/drm/radeon/cik_sdma.c:481:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik_sdma.c:482:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik_sdma.c:490:48: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik_sdma.c:491:27: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik_sdma.c:661:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik_sdma.c:661:30: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik_sdma.c:661:30: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik_sdma.c:676:23: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/cik_sdma.c:718:30: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/cik_sdma.c:718:30: expected unsigned int volatile [usertype] ../drivers/gpu/drm/radeon/cik_sdma.c:718:30: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/cik_sdma.c:750:23: warning: cast to restricted __le32 In file included from ../include/linux/string.h:383, from ../include/linux/bitmap.h:13, from ../include/linux/cpumask.h:11, from ../arch/x86/include/asm/paravirt.h:19, from ../arch/x86/include/asm/irqflags.h:100, from ../include/linux/irqflags.h:18, from ../arch/x86/include/asm/special_insns.h:10, from ../arch/x86/include/asm/processor.h:25, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/fs_dirent.h:5, from ../include/linux/fs/super_types.h:5, from ../include/linux/fs/super.h:5, from ../include/linux/fs.h:5, from ../fs/smb/client/cifssmb.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFileInfo’ at ../fs/smb/client/cifssmb.c:4094:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBUnixQFileInfo’ at ../fs/smb/client/cifssmb.c:4268:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBUnixQPathInfo’ at ../fs/smb/client/cifssmb.c:4353:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSAttributeInfo’ at ../fs/smb/client/cifssmb.c:5138:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSDeviceInfo’ at ../fs/smb/client/cifssmb.c:5213:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘fortify_memcpy_chk’, inlined from ‘CIFSSMBQFSUnixInfo’ at ../fs/smb/client/cifssmb.c:5285:4: ../include/linux/fortify-string.h:530:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/f2fs/file.c:3738:36: warning: incorrect type in argument 1 (different base types) ../fs/f2fs/file.c:3738:36: expected unsigned short const [usertype] *pwcs ../fs/f2fs/file.c:3738:36: got restricted __le16 * ../fs/f2fs/file.c:3774:28: warning: incorrect type in argument 4 (different base types) ../fs/f2fs/file.c:3774:28: expected unsigned short [usertype] *pwcs ../fs/f2fs/file.c:3774:28: got restricted __le16 * ../drivers/gpu/drm/amd/amdgpu/si_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/bluetooth/hci_nokia.c:279:23: warning: incorrect type in assignment (different base types) ../drivers/bluetooth/hci_nokia.c:279:23: expected unsigned short [usertype] baud ../drivers/bluetooth/hci_nokia.c:279:23: got restricted __le16 [usertype] ../drivers/bluetooth/hci_nokia.c:282:26: warning: incorrect type in assignment (different base types) ../drivers/bluetooth/hci_nokia.c:282:26: expected unsigned short [usertype] sys_clk ../drivers/bluetooth/hci_nokia.c:282:26: got restricted __le16 [usertype] ../fs/erofs/zdata.c:326:30: warning: incorrect type in assignment (different address spaces) ../fs/erofs/zdata.c:326:30: expected struct kthread_worker [noderef] __rcu **static [toplevel] z_erofs_pcpu_workers ../fs/erofs/zdata.c:326:30: got struct kthread_worker ** ../drivers/gpu/drm/amd/amdgpu/si_dma.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/defrag.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/defrag.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c:505:9: error: Expected ) in function call ../fs/btrfs/defrag.c:505:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c:646:17: error: Expected ) in function call ../fs/btrfs/defrag.c:646:17: error: got __VA_OPT__ ../fs/btrfs/defrag.c:1067:25: error: Expected ) in function call ../fs/btrfs/defrag.c:1067:25: error: got __VA_OPT__ ../fs/btrfs/defrag.c:1188:9: error: Expected ) in function call ../fs/btrfs/defrag.c:1188:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c:1189:9: error: Expected ) in function call ../fs/btrfs/defrag.c:1189:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c:1212:9: error: Expected ) in function call ../fs/btrfs/defrag.c:1212:9: error: got __VA_OPT__ ../fs/btrfs/defrag.c:1355:9: error: Expected ) in function call ../fs/btrfs/defrag.c:1355:9: error: got __VA_OPT__ ../fs/btrfs/xattr.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/xattr.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/xattr.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/xattr.c:80:9: error: Expected ) in function call ../fs/btrfs/xattr.c:80:9: error: got __VA_OPT__ ../fs/btrfs/xattr.c:141:17: error: Expected ) in function call ../fs/btrfs/xattr.c:141:17: error: got __VA_OPT__ ../fs/btrfs/xattr.c:242:17: error: Expected ) in function call ../fs/btrfs/xattr.c:242:17: error: got __VA_OPT__ ../fs/btrfs/extent_map.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c: note: in included file (through ../fs/btrfs/compression.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:148:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:148:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:273:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:273:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:274:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:274:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:316:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:316:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:479:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:479:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:619:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:619:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:720:17: error: Expected ) in function call ../fs/btrfs/extent_map.c:720:17: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:764:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:764:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:946:33: error: Expected ) in function call ../fs/btrfs/extent_map.c:946:33: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:976:33: error: Expected ) in function call ../fs/btrfs/extent_map.c:976:33: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1021:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1021:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1057:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1057:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1058:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1058:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1077:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1077:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1078:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1078:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1079:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1079:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1080:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1080:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1081:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1081:9: error: got __VA_OPT__ ../fs/btrfs/extent_map.c:1082:9: error: Expected ) in function call ../fs/btrfs/extent_map.c:1082:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:354:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:354:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:366:33: error: Expected ) in function call ../fs/btrfs/extent-tree.c:366:33: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:378:33: error: Expected ) in function call ../fs/btrfs/extent-tree.c:378:33: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:388:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:388:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:664:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:664:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:921:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:921:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:1457:33: error: Expected ) in function call ../fs/btrfs/extent-tree.c:1457:33: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:1496:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:1496:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:2528:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:2528:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:2535:33: error: Expected ) in function call ../fs/btrfs/extent-tree.c:2535:33: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:2538:33: error: Expected ) in function call ../fs/btrfs/extent-tree.c:2538:33: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:3073:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:3073:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:3646:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:3646:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4044:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4044:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4101:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4101:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4104:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4104:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4605:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4605:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4609:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4609:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:4982:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:4982:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5171:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5171:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5502:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5502:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5503:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5503:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5648:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5648:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5676:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5676:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5848:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5848:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:5984:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:5984:9: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:6037:17: error: Expected ) in function call ../fs/btrfs/extent-tree.c:6037:17: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:6055:25: error: Expected ) in function call ../fs/btrfs/extent-tree.c:6055:25: error: got __VA_OPT__ ../fs/btrfs/extent-tree.c:6084:9: error: Expected ) in function call ../fs/btrfs/extent-tree.c:6084:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vce_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/disk-io.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file (through ../fs/btrfs/raid56.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:190:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:190:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:191:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:191:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:224:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:224:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:288:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:288:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:369:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:369:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:505:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:505:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:506:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:506:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:510:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:510:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:614:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:614:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:786:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:786:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:1111:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:1111:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:1236:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:1236:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:1425:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:1425:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:2059:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:2059:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:2186:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:2186:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:2738:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:2738:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:3814:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:3814:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4247:17: error: Expected ) in function call ../fs/btrfs/disk-io.c:4247:17: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4282:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4282:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4308:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4308:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4496:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4496:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4505:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4505:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4565:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4565:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4822:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4822:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4905:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4905:9: error: got __VA_OPT__ ../fs/btrfs/disk-io.c:4906:9: error: Expected ) in function call ../fs/btrfs/disk-io.c:4906:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:1930:17: error: Expected ) in function call ../fs/btrfs/sysfs.c:1930:17: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:1968:9: error: Expected ) in function call ../fs/btrfs/sysfs.c:1968:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:2147:9: error: Expected ) in function call ../fs/btrfs/sysfs.c:2147:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:2148:9: error: Expected ) in function call ../fs/btrfs/sysfs.c:2148:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:2378:9: error: Expected ) in function call ../fs/btrfs/sysfs.c:2378:9: error: got __VA_OPT__ ../fs/btrfs/sysfs.c:2596:9: error: Expected ) in function call ../fs/btrfs/sysfs.c:2596:9: error: got __VA_OPT__ ../fs/btrfs/file.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/file.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/file.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/file.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/file.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/file.c:51:9: error: Expected ) in function call ../fs/btrfs/file.c:51:9: error: got __VA_OPT__ ../fs/btrfs/file.c:83:9: error: Expected ) in function call ../fs/btrfs/file.c:83:9: error: got __VA_OPT__ ../fs/btrfs/file.c:84:9: error: Expected ) in function call ../fs/btrfs/file.c:84:9: error: got __VA_OPT__ ../fs/btrfs/file.c:151:9: error: Expected ) in function call ../fs/btrfs/file.c:151:9: error: got __VA_OPT__ ../fs/btrfs/file.c:207:25: error: Expected ) in function call ../fs/btrfs/file.c:207:25: error: got __VA_OPT__ ../fs/btrfs/file.c:1161:9: error: Expected ) in function call ../fs/btrfs/file.c:1161:9: error: got __VA_OPT__ ../fs/btrfs/file.c:1218:9: error: Expected ) in function call ../fs/btrfs/file.c:1218:9: error: got __VA_OPT__ ../fs/btrfs/file.c:1220:9: error: Expected ) in function call ../fs/btrfs/file.c:1220:9: error: got __VA_OPT__ ../fs/btrfs/file.c:1803:9: error: Expected ) in function call ../fs/btrfs/file.c:1803:9: error: got __VA_OPT__ ../fs/btrfs/file.c:1804:9: error: Expected ) in function call ../fs/btrfs/file.c:1804:9: error: got __VA_OPT__ ../fs/btrfs/file.c:1805:9: error: Expected ) in function call ../fs/btrfs/file.c:1805:9: error: got __VA_OPT__ ../fs/btrfs/file.c:2331:9: error: Expected ) in function call ../fs/btrfs/file.c:2331:9: error: got __VA_OPT__ ../fs/btrfs/file.c:2770:9: error: Expected ) in function call ../fs/btrfs/file.c:2770:9: error: got __VA_OPT__ ../fs/btrfs/file.c:2963:17: error: Expected ) in function call ../fs/btrfs/file.c:2963:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/radeon_vce.c:364:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:364:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:364:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:365:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:365:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:365:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:366:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:366:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:366:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:368:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:368:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:368:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:369:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:369:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:369:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:370:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:370:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:370:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:371:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:371:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:371:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:372:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:372:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:372:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:373:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:373:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:373:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:374:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:374:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:374:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:375:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:375:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:375:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:376:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:376:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:376:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:377:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:377:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:377:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:378:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:378:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:378:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:379:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:379:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:379:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:381:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:381:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:381:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:382:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:382:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:382:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:383:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:383:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:383:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:384:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:384:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:384:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:385:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:385:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:385:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:388:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:388:27: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:388:27: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:431:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:431:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:431:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:432:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:432:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:432:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:433:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:433:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:433:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:435:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:435:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:435:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:436:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:436:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:436:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:437:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:437:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:437:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:438:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:438:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:438:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:439:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:439:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:439:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:441:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:441:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:441:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:442:32: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:442:32: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:442:32: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:445:27: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:445:27: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:445:27: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:702:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:702:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:702:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:703:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:703:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:703:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:704:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:704:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:704:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:705:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:705:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:705:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:707:41: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:707:41: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:707:41: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:722:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:722:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:722:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:723:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:723:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:723:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:724:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:724:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:724:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:725:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:725:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:725:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:741:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:741:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:741:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:742:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:742:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:742:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:743:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:743:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:743:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:744:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:744:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:744:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:745:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:745:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:745:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:746:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:746:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:746:33: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/radeon_vce.c:768:33: warning: incorrect type in argument 2 (different base types) ../drivers/gpu/drm/radeon/radeon_vce.c:768:33: expected unsigned int [usertype] v ../drivers/gpu/drm/radeon/radeon_vce.c:768:33: got restricted __le32 [usertype] ../fs/btrfs/ordered-data.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:160:9: error: Expected ) in function call ../fs/btrfs/ordered-data.c:160:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:165:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:165:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:166:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:166:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:171:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:171:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:306:9: error: Expected ) in function call ../fs/btrfs/ordered-data.c:306:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:366:9: error: Expected ) in function call ../fs/btrfs/ordered-data.c:366:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:549:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:549:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:639:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:639:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:640:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:640:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:641:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:641:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:717:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:717:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:1059:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:1059:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:1254:9: error: Expected ) in function call ../fs/btrfs/ordered-data.c:1254:9: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:1276:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:1276:17: error: got __VA_OPT__ ../fs/btrfs/ordered-data.c:1323:17: error: Expected ) in function call ../fs/btrfs/ordered-data.c:1323:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/dce_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/radeon/vce_v1_0.c:181:25: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/vce_v1_0.c:182:21: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/vce_v1_0.c:186:18: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/vce_v1_0.c:194:19: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/vce_v1_0.c:194:17: warning: incorrect type in assignment (different base types) ../drivers/gpu/drm/radeon/vce_v1_0.c:194:17: expected unsigned int [usertype] ../drivers/gpu/drm/radeon/vce_v1_0.c:194:17: got restricted __le32 [usertype] ../drivers/gpu/drm/radeon/vce_v1_0.c:199:18: warning: cast to restricted __le32 ../drivers/gpu/drm/radeon/vce_v1_0.c:205:31: warning: cast to restricted __le32 ../drivers/gpu/drm/amd/amdgpu/vi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/emu_soc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/export.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/export.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/locking.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/locking.c:87:9: error: Expected ) in function call ../fs/btrfs/locking.c:87:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/afs/volume.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h): ../include/linux/rbtree.h:107:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:107:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:107:9: struct rb_node * ../drivers/gpu/drm/amd/amdgpu/soc15.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/f2fs/data.c:2534:39: warning: Using plain integer as NULL pointer ../drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/zlib.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/btrfs_inode.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/zlib.c:121:9: error: Expected ) in function call ../fs/btrfs/zlib.c:121:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c:307:17: error: Expected ) in function call ../fs/btrfs/zlib.c:307:17: error: got __VA_OPT__ ../fs/btrfs/zlib.c:318:9: error: Expected ) in function call ../fs/btrfs/zlib.c:318:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c:356:9: error: Expected ) in function call ../fs/btrfs/zlib.c:356:9: error: got __VA_OPT__ ../fs/btrfs/zlib.c:418:25: error: Expected ) in function call ../fs/btrfs/zlib.c:418:25: error: got __VA_OPT__ ../fs/btrfs/lzo.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/btrfs_inode.h, ../fs/btrfs/compression.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c: note: in included file (through ../fs/btrfs/compression.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:124:9: error: Expected ) in function call ../fs/btrfs/lzo.c:124:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:126:9: error: Expected ) in function call ../fs/btrfs/lzo.c:126:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:140:17: error: Expected ) in function call ../fs/btrfs/lzo.c:140:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:192:9: error: Expected ) in function call ../fs/btrfs/lzo.c:192:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:195:9: error: Expected ) in function call ../fs/btrfs/lzo.c:195:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:196:9: error: Expected ) in function call ../fs/btrfs/lzo.c:196:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:202:9: error: Expected ) in function call ../fs/btrfs/lzo.c:202:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:253:9: error: Expected ) in function call ../fs/btrfs/lzo.c:253:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:280:9: error: Expected ) in function call ../fs/btrfs/lzo.c:280:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:281:9: error: Expected ) in function call ../fs/btrfs/lzo.c:281:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:290:9: error: Expected ) in function call ../fs/btrfs/lzo.c:290:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:308:17: error: Expected ) in function call ../fs/btrfs/lzo.c:308:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:373:9: error: Expected ) in function call ../fs/btrfs/lzo.c:373:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:378:17: error: Expected ) in function call ../fs/btrfs/lzo.c:378:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:401:17: error: Expected ) in function call ../fs/btrfs/lzo.c:401:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:404:17: error: Expected ) in function call ../fs/btrfs/lzo.c:404:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:435:9: error: Expected ) in function call ../fs/btrfs/lzo.c:435:9: error: got __VA_OPT__ ../fs/btrfs/lzo.c:471:17: error: Expected ) in function call ../fs/btrfs/lzo.c:471:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:474:17: error: Expected ) in function call ../fs/btrfs/lzo.c:474:17: error: got __VA_OPT__ ../fs/btrfs/lzo.c:589:9: error: Expected ) in function call ../fs/btrfs/lzo.c:589:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/btrfs_inode.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:187:9: error: Expected ) in function call ../fs/btrfs/zstd.c:187:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:253:9: error: Expected ) in function call ../fs/btrfs/zstd.c:253:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:291:9: error: Expected ) in function call ../fs/btrfs/zstd.c:291:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:335:9: error: Expected ) in function call ../fs/btrfs/zstd.c:335:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:572:9: error: Expected ) in function call ../fs/btrfs/zstd.c:572:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:600:9: error: Expected ) in function call ../fs/btrfs/zstd.c:600:9: error: got __VA_OPT__ ../fs/btrfs/zstd.c:663:25: error: Expected ) in function call ../fs/btrfs/zstd.c:663:25: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/f2fs/compress.c:1921:39: warning: symbol 'f2fs_compress_aops' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/arct_reg_init.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/compression.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/compression.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/compression.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/compression.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/compression.c:173:17: error: Expected ) in function call ../fs/btrfs/compression.c:173:17: error: got __VA_OPT__ ../fs/btrfs/compression.c:227:9: error: Expected ) in function call ../fs/btrfs/compression.c:227:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:321:9: error: Expected ) in function call ../fs/btrfs/compression.c:321:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:322:9: error: Expected ) in function call ../fs/btrfs/compression.c:322:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:328:9: error: Expected ) in function call ../fs/btrfs/compression.c:328:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:332:9: error: Expected ) in function call ../fs/btrfs/compression.c:332:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:559:9: error: Expected ) in function call ../fs/btrfs/compression.c:559:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:593:9: error: Expected ) in function call ../fs/btrfs/compression.c:593:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:747:9: error: Expected ) in function call ../fs/btrfs/compression.c:747:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:782:9: error: Expected ) in function call ../fs/btrfs/compression.c:782:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:813:9: error: Expected ) in function call ../fs/btrfs/compression.c:813:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:909:9: error: Expected ) in function call ../fs/btrfs/compression.c:909:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:1099:9: error: Expected ) in function call ../fs/btrfs/compression.c:1099:9: error: got __VA_OPT__ ../fs/btrfs/compression.c:1234:17: error: Expected ) in function call ../fs/btrfs/compression.c:1234:17: error: got __VA_OPT__ ../fs/btrfs/compression.c:1240:17: error: Expected ) in function call ../fs/btrfs/compression.c:1240:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nv.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/delayed-ref.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c: note: in included file: ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:599:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:599:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:618:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:618:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:644:33: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:644:33: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:882:17: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:882:17: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:913:25: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:913:25: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:1147:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:1147:9: error: got __VA_OPT__ ../fs/btrfs/delayed-ref.c:1158:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.c:1158:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/extent_io.c: note: in included file: ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file (through ../fs/btrfs/zoned.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:166:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:166:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:184:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:184:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:215:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:215:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:251:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:251:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:296:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:296:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:386:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:386:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:389:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:389:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:400:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:400:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:430:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:430:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:493:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:493:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:525:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:525:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:544:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:544:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:548:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:548:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:572:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:572:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:746:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:746:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:747:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:747:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:804:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:804:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:805:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:805:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:825:25: error: Expected ) in function call ../fs/btrfs/extent_io.c:825:25: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:826:25: error: Expected ) in function call ../fs/btrfs/extent_io.c:826:25: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:935:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:935:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:953:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:953:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:963:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:963:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:964:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:964:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:982:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:982:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1017:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1017:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1075:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:1075:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1190:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:1190:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1225:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1225:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1226:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1226:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1264:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:1264:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1285:17: error: Expected ) in function call ../fs/btrfs/extent_io.c:1285:17: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1335:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1335:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1338:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1338:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.c:1339:9: error: Expected ) in function call ../fs/btrfs/extent_io.c:1339:9: error: too many errors ../drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/aldebaran_reg_init.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/ioctl.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/ioctl.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/ioctl.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/ioctl.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/ioctl.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/ioctl.c:5101:17: error: Expected ) in function call ../fs/btrfs/ioctl.c:5101:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/extent-tree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:419:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:419:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:708:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:708:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:843:25: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:843:25: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1169:17: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1169:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1555:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1555:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1768:25: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1768:25: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1836:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1836:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1856:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1856:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1882:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1882:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:1919:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:1919:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:2371:17: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:2371:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:2603:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:2603:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:2604:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:2604:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:2630:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:2630:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:2679:17: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:2679:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:3100:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:3100:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:3233:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:3233:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:3403:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:3403:9: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:3495:17: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:3495:17: error: got __VA_OPT__ ../fs/btrfs/free-space-cache.c:4078:9: error: Expected ) in function call ../fs/btrfs/free-space-cache.c:4078:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/inode.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:457:9: error: Expected ) in function call ../fs/btrfs/inode.c:457:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:464:17: error: Expected ) in function call ../fs/btrfs/inode.c:464:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:465:17: error: Expected ) in function call ../fs/btrfs/inode.c:465:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:467:17: error: Expected ) in function call ../fs/btrfs/inode.c:467:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:508:17: error: Expected ) in function call ../fs/btrfs/inode.c:508:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:717:9: error: Expected ) in function call ../fs/btrfs/inode.c:717:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:814:25: error: Expected ) in function call ../fs/btrfs/inode.c:814:25: error: got __VA_OPT__ ../fs/btrfs/inode.c:818:9: error: Expected ) in function call ../fs/btrfs/inode.c:818:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:840:9: error: Expected ) in function call ../fs/btrfs/inode.c:840:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:894:9: error: Expected ) in function call ../fs/btrfs/inode.c:894:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:960:9: error: Expected ) in function call ../fs/btrfs/inode.c:960:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:1316:9: error: Expected ) in function call ../fs/btrfs/inode.c:1316:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:1371:9: error: Expected ) in function call ../fs/btrfs/inode.c:1371:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:1419:25: error: Expected ) in function call ../fs/btrfs/inode.c:1419:25: error: got __VA_OPT__ ../fs/btrfs/inode.c:1441:17: error: Expected ) in function call ../fs/btrfs/inode.c:1441:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:1753:9: error: Expected ) in function call ../fs/btrfs/inode.c:1753:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2008:9: error: Expected ) in function call ../fs/btrfs/inode.c:2008:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2102:17: error: Expected ) in function call ../fs/btrfs/inode.c:2102:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:2247:17: error: Expected ) in function call ../fs/btrfs/inode.c:2247:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:2319:9: error: Expected ) in function call ../fs/btrfs/inode.c:2319:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2400:9: error: Expected ) in function call ../fs/btrfs/inode.c:2400:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2533:9: error: Expected ) in function call ../fs/btrfs/inode.c:2533:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2538:17: error: Expected ) in function call ../fs/btrfs/inode.c:2538:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:2562:25: error: Expected ) in function call ../fs/btrfs/inode.c:2562:25: error: got __VA_OPT__ ../fs/btrfs/inode.c:2564:25: error: Expected ) in function call ../fs/btrfs/inode.c:2564:25: error: got __VA_OPT__ ../fs/btrfs/inode.c:2702:17: error: Expected ) in function call ../fs/btrfs/inode.c:2702:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:2789:9: error: Expected ) in function call ../fs/btrfs/inode.c:2789:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2791:9: error: Expected ) in function call ../fs/btrfs/inode.c:2791:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2826:9: error: Expected ) in function call ../fs/btrfs/inode.c:2826:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2829:9: error: Expected ) in function call ../fs/btrfs/inode.c:2829:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2831:9: error: Expected ) in function call ../fs/btrfs/inode.c:2831:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:2958:9: error: Expected ) in function call ../fs/btrfs/inode.c:2958:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:3094:17: error: Expected ) in function call ../fs/btrfs/inode.c:3094:17: error: got __VA_OPT__ ../fs/btrfs/inode.c:3286:9: error: Expected ) in function call ../fs/btrfs/inode.c:3286:9: error: got __VA_OPT__ ../fs/btrfs/inode.c:3322:17: error: Expected ) in function call ../fs/btrfs/inode.c:3322:17: error: too many errors ../drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/aldebaran.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/aldebaran.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/delayed-inode.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:173:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:173:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:174:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:174:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:175:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:175:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:308:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:308:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:605:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:605:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:692:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:692:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:714:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:714:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:775:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:775:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:853:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:853:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:861:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:861:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:980:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:980:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:990:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:990:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1058:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1058:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1059:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1059:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1174:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1174:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1468:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1468:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1587:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1587:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1588:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1588:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:1600:17: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:1600:17: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:2180:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:2180:9: error: got __VA_OPT__ ../fs/btrfs/delayed-inode.c:2225:9: error: Expected ) in function call ../fs/btrfs/delayed-inode.c:2225:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/dev-replace.c:556:9: error: Expected ) in function call ../fs/btrfs/dev-replace.c:556:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/soc21.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/uuid-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/uuid-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/uuid-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/sienna_cichlid.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/f2fs/super.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/f2fs.h): ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in initializer (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long mask ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: incorrect type in argument 3 (different base types) ../include/trace/events/f2fs.h:1469:1: expected unsigned long flags ../include/trace/events/f2fs.h:1469:1: got restricted vm_fault_t [usertype] ret ../fs/f2fs/super.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/f2fs.h): ../include/trace/events/f2fs.h:1172:1: warning: cast to restricted blk_opf_t ../include/trace/events/f2fs.h:1172:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1172:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1172:1: warning: cast to restricted blk_opf_t ../include/trace/events/f2fs.h:1172:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1172:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1231:1: warning: cast to restricted blk_opf_t ../include/trace/events/f2fs.h:1231:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1231:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1231:1: warning: cast to restricted blk_opf_t ../include/trace/events/f2fs.h:1231:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1231:1: warning: restricted blk_opf_t degrades to integer ../include/trace/events/f2fs.h:1469:1: warning: cast to restricted vm_fault_t ../include/trace/events/f2fs.h:1469:1: warning: restricted vm_fault_t degrades to integer ../include/trace/events/f2fs.h:1469:1: warning: restricted vm_fault_t degrades to integer ../fs/f2fs/super.c:489:19: warning: symbol 'f2fs_cf_name_slab' was not declared. Should it be static? Warning: ../fs/f2fs/segment.c:1902 function parameter 'need_check' not described in 'f2fs_issue_discard_timeout' Warning: ../fs/f2fs/segment.c:1902 function parameter 'need_check' not described in 'f2fs_issue_discard_timeout' ../drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/super.c: note: in included file (through ../include/trace/trace_events.h, ../include/trace/define_trace.h, ../include/trace/events/btrfs.h): ../include/trace/events/btrfs.h:2350:1: error: too long token expansion ../fs/btrfs/super.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/delayed-inode.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/super.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/super.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/super.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/super.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/super.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/super.c:1630:17: error: Expected ) in function call ../fs/btrfs/super.c:1630:17: error: got __VA_OPT__ ../fs/btrfs/super.c:1885:9: error: Expected ) in function call ../fs/btrfs/super.c:1885:9: error: got __VA_OPT__ ../fs/btrfs/super.c:1931:17: error: Expected ) in function call ../fs/btrfs/super.c:1931:17: error: got __VA_OPT__ ../fs/btrfs/super.c:1951:17: error: Expected ) in function call ../fs/btrfs/super.c:1951:17: error: got __VA_OPT__ ../fs/btrfs/super.c:2146:9: error: Expected ) in function call ../fs/btrfs/super.c:2146:9: error: got __VA_OPT__ ../fs/btrfs/super.c:2340:9: error: Expected ) in function call ../fs/btrfs/super.c:2340:9: error: got __VA_OPT__ ../fs/btrfs/super.c:2726:17: error: Expected ) in function call ../fs/btrfs/super.c:2726:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/soc24.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/props.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/btrfs_inode.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/props.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/props.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/props.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/props.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/props.c:102:9: error: Expected ) in function call ../fs/btrfs/props.c:102:9: error: got __VA_OPT__ ../fs/btrfs/props.c:125:17: error: Expected ) in function call ../fs/btrfs/props.c:125:17: error: got __VA_OPT__ ../fs/btrfs/props.c:139:9: error: Expected ) in function call ../fs/btrfs/props.c:139:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c: note: in included file (through ../fs/btrfs/transaction.h, ../fs/btrfs/tree-log.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c: note: in included file (through ../fs/btrfs/transaction.h, ../fs/btrfs/tree-log.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:255:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:255:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:442:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:442:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:494:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:494:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:2281:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:2281:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:2434:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:2434:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:2582:33: error: Expected ) in function call ../fs/btrfs/tree-log.c:2582:33: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:2786:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:2786:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:3340:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:3340:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:3487:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:3487:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:3599:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:3599:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:3931:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:3931:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:3963:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:3963:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4042:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:4042:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4095:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:4095:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4421:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:4421:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4636:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:4636:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4702:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:4702:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:4717:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:4717:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:5496:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:5496:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:6652:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:6652:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:6696:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:6696:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:6792:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:6792:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:6861:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:6861:9: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:8133:17: error: Expected ) in function call ../fs/btrfs/tree-log.c:8133:17: error: got __VA_OPT__ ../fs/btrfs/tree-log.c:8207:9: error: Expected ) in function call ../fs/btrfs/tree-log.c:8207:9: error: got __VA_OPT__ ../fs/btrfs/backref.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/backref.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/backref.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:1115:25: error: Expected ) in function call ../fs/btrfs/backref.c:1115:25: error: got __VA_OPT__ ../fs/btrfs/backref.c:1259:9: error: Expected ) in function call ../fs/btrfs/backref.c:1259:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:1330:9: error: Expected ) in function call ../fs/btrfs/backref.c:1330:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:1400:17: error: Expected ) in function call ../fs/btrfs/backref.c:1400:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:1508:9: error: Expected ) in function call ../fs/btrfs/backref.c:1508:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:1650:33: error: Expected ) in function call ../fs/btrfs/backref.c:1650:33: error: got __VA_OPT__ ../fs/btrfs/backref.c:1698:9: error: Expected ) in function call ../fs/btrfs/backref.c:1698:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:1742:9: error: Expected ) in function call ../fs/btrfs/backref.c:1742:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:2370:17: error: Expected ) in function call ../fs/btrfs/backref.c:2370:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:2423:9: error: Expected ) in function call ../fs/btrfs/backref.c:2423:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:2424:9: error: Expected ) in function call ../fs/btrfs/backref.c:2424:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:2967:17: error: Expected ) in function call ../fs/btrfs/backref.c:2967:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3035:9: error: Expected ) in function call ../fs/btrfs/backref.c:3035:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3055:17: error: Expected ) in function call ../fs/btrfs/backref.c:3055:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3056:17: error: Expected ) in function call ../fs/btrfs/backref.c:3056:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3057:17: error: Expected ) in function call ../fs/btrfs/backref.c:3057:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3111:9: error: Expected ) in function call ../fs/btrfs/backref.c:3111:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3158:9: error: Expected ) in function call ../fs/btrfs/backref.c:3158:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3159:9: error: Expected ) in function call ../fs/btrfs/backref.c:3159:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3160:9: error: Expected ) in function call ../fs/btrfs/backref.c:3160:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3161:9: error: Expected ) in function call ../fs/btrfs/backref.c:3161:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3168:9: error: Expected ) in function call ../fs/btrfs/backref.c:3168:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3169:9: error: Expected ) in function call ../fs/btrfs/backref.c:3169:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3170:9: error: Expected ) in function call ../fs/btrfs/backref.c:3170:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3196:9: error: Expected ) in function call ../fs/btrfs/backref.c:3196:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3241:17: error: Expected ) in function call ../fs/btrfs/backref.c:3241:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3291:17: error: Expected ) in function call ../fs/btrfs/backref.c:3291:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3343:25: error: Expected ) in function call ../fs/btrfs/backref.c:3343:25: error: got __VA_OPT__ ../fs/btrfs/backref.c:3412:25: error: Expected ) in function call ../fs/btrfs/backref.c:3412:25: error: got __VA_OPT__ ../fs/btrfs/backref.c:3477:17: error: Expected ) in function call ../fs/btrfs/backref.c:3477:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3480:17: error: Expected ) in function call ../fs/btrfs/backref.c:3480:17: error: got __VA_OPT__ ../fs/btrfs/backref.c:3573:9: error: Expected ) in function call ../fs/btrfs/backref.c:3573:9: error: got __VA_OPT__ ../fs/btrfs/backref.c:3692:9: error: Expected ) in function call ../fs/btrfs/backref.c:3692:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' ../fs/btrfs/volumes.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/disk-io.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:465:9: error: Expected ) in function call ../fs/btrfs/volumes.c:465:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:1367:17: error: Expected ) in function call ../fs/btrfs/volumes.c:1367:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:1697:9: error: Expected ) in function call ../fs/btrfs/volumes.c:1697:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:1763:9: error: Expected ) in function call ../fs/btrfs/volumes.c:1763:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:1770:9: error: Expected ) in function call ../fs/btrfs/volumes.c:1770:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:1944:9: error: Expected ) in function call ../fs/btrfs/volumes.c:1944:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:2222:9: error: Expected ) in function call ../fs/btrfs/volumes.c:2222:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:2242:17: error: Expected ) in function call ../fs/btrfs/volumes.c:2242:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:2485:17: error: Expected ) in function call ../fs/btrfs/volumes.c:2485:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:2549:17: error: Expected ) in function call ../fs/btrfs/volumes.c:2549:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:3569:17: error: Expected ) in function call ../fs/btrfs/volumes.c:3569:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:3986:9: error: Expected ) in function call ../fs/btrfs/volumes.c:3986:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:4968:9: error: Expected ) in function call ../fs/btrfs/volumes.c:4968:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5059:9: error: Expected ) in function call ../fs/btrfs/volumes.c:5059:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5215:9: error: Expected ) in function call ../fs/btrfs/volumes.c:5215:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5580:9: error: Expected ) in function call ../fs/btrfs/volumes.c:5580:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5695:9: error: Expected ) in function call ../fs/btrfs/volumes.c:5695:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5906:9: error: Expected ) in function call ../fs/btrfs/volumes.c:5906:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:5921:17: error: Expected ) in function call ../fs/btrfs/volumes.c:5921:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6537:9: error: Expected ) in function call ../fs/btrfs/volumes.c:6537:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6852:9: error: Expected ) in function call ../fs/btrfs/volumes.c:6852:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6863:17: error: Expected ) in function call ../fs/btrfs/volumes.c:6863:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6891:9: error: Expected ) in function call ../fs/btrfs/volumes.c:6891:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6910:17: error: Expected ) in function call ../fs/btrfs/volumes.c:6910:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:6913:17: error: Expected ) in function call ../fs/btrfs/volumes.c:6913:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7081:9: error: Expected ) in function call ../fs/btrfs/volumes.c:7081:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7153:9: error: Expected ) in function call ../fs/btrfs/volumes.c:7153:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7719:9: error: Expected ) in function call ../fs/btrfs/volumes.c:7719:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7838:25: error: Expected ) in function call ../fs/btrfs/volumes.c:7838:25: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7893:9: error: Expected ) in function call ../fs/btrfs/volumes.c:7893:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7921:17: error: Expected ) in function call ../fs/btrfs/volumes.c:7921:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7929:17: error: Expected ) in function call ../fs/btrfs/volumes.c:7929:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7932:17: error: Expected ) in function call ../fs/btrfs/volumes.c:7932:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:7936:17: error: Expected ) in function call ../fs/btrfs/volumes.c:7936:17: error: got __VA_OPT__ ../fs/btrfs/volumes.c:8056:9: error: Expected ) in function call ../fs/btrfs/volumes.c:8056:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:8508:9: error: Expected ) in function call ../fs/btrfs/volumes.c:8508:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:8919:9: error: Expected ) in function call ../fs/btrfs/volumes.c:8919:9: error: got __VA_OPT__ ../fs/btrfs/volumes.c:8948:9: error: Expected ) in function call ../fs/btrfs/volumes.c:8948:9: error: too many errors ../fs/btrfs/block-rsv.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/block-rsv.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/block-rsv.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/block-rsv.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/block-rsv.c:453:17: error: Expected ) in function call ../fs/btrfs/block-rsv.c:453:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/lsdma_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/i915/i915_request.c: note: in included file (through ../drivers/gpu/drm/i915/i915_active.h, ../drivers/gpu/drm/i915/gt/intel_context.h, ../drivers/gpu/drm/i915/gem/i915_gem_context.h): ../drivers/gpu/drm/i915/i915_request.h:369:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const * ../drivers/gpu/drm/i915/i915_request.h:369:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const * ../drivers/gpu/drm/i915/i915_request.h:369:27: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/i915/i915_request.h:369:27: struct dma_fence_ops const * ../fs/btrfs/scrub.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/scrub.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/scrub.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/scrub.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/scrub.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:306:1: error: Expected ) in function call ../fs/btrfs/scrub.c:306:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:307:1: error: Expected ) in function call ../fs/btrfs/scrub.c:307:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:308:1: error: Expected ) in function call ../fs/btrfs/scrub.c:308:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:309:1: error: Expected ) in function call ../fs/btrfs/scrub.c:309:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:310:1: error: Expected ) in function call ../fs/btrfs/scrub.c:310:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:311:1: error: Expected ) in function call ../fs/btrfs/scrub.c:311:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:312:1: error: Expected ) in function call ../fs/btrfs/scrub.c:312:1: error: got __VA_OPT__ ../fs/btrfs/scrub.c:312:1: error: Expected ) in function call ../fs/btrfs/scrub.c:312:1: error: too many errors ../drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/delalloc-space.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/delalloc-space.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/delalloc-space.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/delalloc-space.c:119:17: error: Expected ) in function call ../fs/btrfs/delalloc-space.c:119:17: error: got __VA_OPT__ ../fs/btrfs/delalloc-space.c:189:9: error: Expected ) in function call ../fs/btrfs/delalloc-space.c:189:9: error: got __VA_OPT__ ../fs/btrfs/delalloc-space.c:462:9: error: Expected ) in function call ../fs/btrfs/delalloc-space.c:462:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/relocation.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:218:25: error: Expected ) in function call ../fs/btrfs/relocation.c:218:25: error: got __VA_OPT__ ../fs/btrfs/relocation.c:253:17: error: Expected ) in function call ../fs/btrfs/relocation.c:253:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:406:9: error: Expected ) in function call ../fs/btrfs/relocation.c:406:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:445:17: error: Expected ) in function call ../fs/btrfs/relocation.c:445:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:562:9: error: Expected ) in function call ../fs/btrfs/relocation.c:562:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:563:9: error: Expected ) in function call ../fs/btrfs/relocation.c:563:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:799:9: error: Expected ) in function call ../fs/btrfs/relocation.c:799:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:1098:9: error: Expected ) in function call ../fs/btrfs/relocation.c:1098:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:1099:9: error: Expected ) in function call ../fs/btrfs/relocation.c:1099:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:1134:17: error: Expected ) in function call ../fs/btrfs/relocation.c:1134:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:1501:9: error: Expected ) in function call ../fs/btrfs/relocation.c:1501:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:1502:9: error: Expected ) in function call ../fs/btrfs/relocation.c:1502:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2088:17: error: Expected ) in function call ../fs/btrfs/relocation.c:2088:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2098:9: error: Expected ) in function call ../fs/btrfs/relocation.c:2098:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2269:9: error: Expected ) in function call ../fs/btrfs/relocation.c:2269:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2359:25: error: Expected ) in function call ../fs/btrfs/relocation.c:2359:25: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2406:9: error: Expected ) in function call ../fs/btrfs/relocation.c:2406:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2543:17: error: Expected ) in function call ../fs/btrfs/relocation.c:2543:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2565:25: error: Expected ) in function call ../fs/btrfs/relocation.c:2565:25: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2588:25: error: Expected ) in function call ../fs/btrfs/relocation.c:2588:25: error: got __VA_OPT__ ../fs/btrfs/relocation.c:2855:9: error: Expected ) in function call ../fs/btrfs/relocation.c:2855:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:3252:17: error: Expected ) in function call ../fs/btrfs/relocation.c:3252:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:3860:9: error: Expected ) in function call ../fs/btrfs/relocation.c:3860:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:4468:9: error: Expected ) in function call ../fs/btrfs/relocation.c:4468:9: error: got __VA_OPT__ ../fs/btrfs/relocation.c:4545:33: error: Expected ) in function call ../fs/btrfs/relocation.c:4545:33: error: got __VA_OPT__ ../fs/btrfs/relocation.c:4576:33: error: Expected ) in function call ../fs/btrfs/relocation.c:4576:33: error: got __VA_OPT__ ../fs/btrfs/relocation.c:5411:17: error: Expected ) in function call ../fs/btrfs/relocation.c:5411:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:5656:17: error: Expected ) in function call ../fs/btrfs/relocation.c:5656:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:5698:17: error: Expected ) in function call ../fs/btrfs/relocation.c:5698:17: error: got __VA_OPT__ ../fs/btrfs/relocation.c:5901:9: error: Expected ) in function call ../fs/btrfs/relocation.c:5901:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:235:9: error: Expected ) in function call ../fs/btrfs/raid56.c:235:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:241:17: error: Expected ) in function call ../fs/btrfs/raid56.c:241:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:242:17: error: Expected ) in function call ../fs/btrfs/raid56.c:242:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:276:33: error: Expected ) in function call ../fs/btrfs/raid56.c:276:33: error: got __VA_OPT__ ../fs/btrfs/raid56.c:309:9: error: Expected ) in function call ../fs/btrfs/raid56.c:309:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:312:9: error: Expected ) in function call ../fs/btrfs/raid56.c:312:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:327:9: error: Expected ) in function call ../fs/btrfs/raid56.c:327:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:330:9: error: Expected ) in function call ../fs/btrfs/raid56.c:330:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:341:9: error: Expected ) in function call ../fs/btrfs/raid56.c:341:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:342:9: error: Expected ) in function call ../fs/btrfs/raid56.c:342:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:366:17: error: Expected ) in function call ../fs/btrfs/raid56.c:366:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:381:9: error: Expected ) in function call ../fs/btrfs/raid56.c:381:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:382:9: error: Expected ) in function call ../fs/btrfs/raid56.c:382:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:435:17: error: Expected ) in function call ../fs/btrfs/raid56.c:435:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:436:17: error: Expected ) in function call ../fs/btrfs/raid56.c:436:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:696:9: error: Expected ) in function call ../fs/btrfs/raid56.c:696:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:697:9: error: Expected ) in function call ../fs/btrfs/raid56.c:697:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:700:9: error: Expected ) in function call ../fs/btrfs/raid56.c:700:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:712:9: error: Expected ) in function call ../fs/btrfs/raid56.c:712:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:715:9: error: Expected ) in function call ../fs/btrfs/raid56.c:715:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1000:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1000:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1024:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1024:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1058:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1058:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1064:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1064:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1070:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1070:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1071:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1071:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1114:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1114:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1116:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1116:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1166:17: error: Expected ) in function call ../fs/btrfs/raid56.c:1166:17: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1234:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1234:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1236:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1236:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1238:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1238:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1283:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1283:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1331:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1331:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1370:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1370:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1371:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1371:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1377:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1377:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1383:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1383:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1448:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1448:9: error: got __VA_OPT__ ../fs/btrfs/raid56.c:1451:9: error: Expected ) in function call ../fs/btrfs/raid56.c:1451:9: error: too many errors ../drivers/gpu/drm/amd/amdgpu/lsdma_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/tree-checker.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tree-checker.c: note: in included file (through ../fs/btrfs/compression.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tree-checker.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/tree-checker.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/tree-checker.c:184:9: error: Expected ) in function call ../fs/btrfs/tree-checker.c:184:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:242:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:242:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:243:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:243:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:249:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:249:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:250:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:250:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:251:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:251:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:387:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:387:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:388:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:388:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:396:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:396:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:397:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:397:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:398:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:398:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:450:17: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:450:17: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:530:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:530:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:534:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:534:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:556:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:556:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:560:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:560:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:561:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:561:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:738:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:738:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:742:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:742:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:924:17: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:924:17: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:931:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:931:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:933:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:933:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:964:17: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:964:17: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:971:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:971:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:973:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:973:9: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1518:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1518:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1519:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1519:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1526:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1526:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1527:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1527:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1528:33: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1528:33: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1769:17: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1769:17: error: got __VA_OPT__ ../fs/btrfs/free-space-tree.c:1841:9: error: Expected ) in function call ../fs/btrfs/free-space-tree.c:1841:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/space-info.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:225:9: error: Expected ) in function call ../fs/btrfs/space-info.c:225:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:276:9: error: Expected ) in function call ../fs/btrfs/space-info.c:276:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:278:9: error: Expected ) in function call ../fs/btrfs/space-info.c:278:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:565:17: error: Expected ) in function call ../fs/btrfs/space-info.c:565:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:923:25: error: Expected ) in function call ../fs/btrfs/space-info.c:923:25: error: got __VA_OPT__ ../fs/btrfs/space-info.c:939:17: error: Expected ) in function call ../fs/btrfs/space-info.c:939:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1712:17: error: Expected ) in function call ../fs/btrfs/space-info.c:1712:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1717:9: error: Expected ) in function call ../fs/btrfs/space-info.c:1717:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1724:9: error: Expected ) in function call ../fs/btrfs/space-info.c:1724:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1800:9: error: Expected ) in function call ../fs/btrfs/space-info.c:1800:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1809:17: error: Expected ) in function call ../fs/btrfs/space-info.c:1809:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1810:17: error: Expected ) in function call ../fs/btrfs/space-info.c:1810:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1811:17: error: Expected ) in function call ../fs/btrfs/space-info.c:1811:17: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1970:9: error: Expected ) in function call ../fs/btrfs/space-info.c:1970:9: error: got __VA_OPT__ ../fs/btrfs/space-info.c:1974:9: error: Expected ) in function call ../fs/btrfs/space-info.c:1974:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:208:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:208:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:411:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:411:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:412:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:412:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1146:25: error: Expected ) in function call ../fs/btrfs/qgroup.c:1146:25: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1203:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:1203:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1284:17: error: Expected ) in function call ../fs/btrfs/qgroup.c:1284:17: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1574:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:1574:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1675:17: error: Expected ) in function call ../fs/btrfs/qgroup.c:1675:17: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1740:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:1740:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1754:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:1754:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:1755:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:1755:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:2121:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:2121:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:2637:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:2637:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:2638:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:2638:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:4217:9: error: Expected ) in function call ../fs/btrfs/qgroup.c:4217:9: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:4668:17: error: Expected ) in function call ../fs/btrfs/qgroup.c:4668:17: error: got __VA_OPT__ ../fs/btrfs/qgroup.c:4967:17: error: Expected ) in function call ../fs/btrfs/qgroup.c:4967:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/cyan_skillfish_reg_init.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/reflink.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/reflink.c: note: in included file (through ../fs/btrfs/compression.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/reflink.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/reflink.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/reflink.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/reflink.c:72:9: error: Expected ) in function call ../fs/btrfs/reflink.c:72:9: error: got __VA_OPT__ ../fs/btrfs/reflink.c:212:25: error: Expected ) in function call ../fs/btrfs/reflink.c:212:25: error: got __VA_OPT__ ../fs/btrfs/reflink.c:473:17: error: Expected ) in function call ../fs/btrfs/reflink.c:473:17: error: got __VA_OPT__ ../fs/btrfs/reflink.c:567:25: error: Expected ) in function call ../fs/btrfs/reflink.c:567:25: error: got __VA_OPT__ ../fs/btrfs/reflink.c:576:25: error: Expected ) in function call ../fs/btrfs/reflink.c:576:25: error: got __VA_OPT__ ../fs/btrfs/reflink.c:577:25: error: Expected ) in function call ../fs/btrfs/reflink.c:577:25: error: got __VA_OPT__ ../fs/btrfs/reflink.c:854:17: error: Expected ) in function call ../fs/btrfs/reflink.c:854:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/lsdma_v7_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/df_v1_7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/df_v4_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/soc_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/send.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/send.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/send.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/send.c: note: in included file: ../fs/btrfs/compression.h:76:9: error: Expected ) in function call ../fs/btrfs/compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/compression.h:77:9: error: Expected ) in function call ../fs/btrfs/compression.h:77:9: error: got __VA_OPT__ ../fs/btrfs/send.c:962:9: error: Expected ) in function call ../fs/btrfs/send.c:962:9: error: got __VA_OPT__ ../fs/btrfs/send.c:1467:9: error: Expected ) in function call ../fs/btrfs/send.c:1467:9: error: got __VA_OPT__ ../fs/btrfs/send.c:1785:17: error: Expected ) in function call ../fs/btrfs/send.c:1785:17: error: got __VA_OPT__ ../fs/btrfs/send.c:2738:9: error: Expected ) in function call ../fs/btrfs/send.c:2738:9: error: got __VA_OPT__ ../fs/btrfs/send.c:2754:17: error: Expected ) in function call ../fs/btrfs/send.c:2754:17: error: got __VA_OPT__ ../fs/btrfs/send.c:3166:25: error: Expected ) in function call ../fs/btrfs/send.c:3166:25: error: got __VA_OPT__ ../fs/btrfs/send.c:3467:9: error: Expected ) in function call ../fs/btrfs/send.c:3467:9: error: got __VA_OPT__ ../fs/btrfs/send.c:3496:17: error: Expected ) in function call ../fs/btrfs/send.c:3496:17: error: got __VA_OPT__ ../fs/btrfs/send.c:3504:25: error: Expected ) in function call ../fs/btrfs/send.c:3504:25: error: got __VA_OPT__ ../fs/btrfs/send.c:4968:17: error: Expected ) in function call ../fs/btrfs/send.c:4968:17: error: got __VA_OPT__ ../fs/btrfs/send.c:7145:17: error: Expected ) in function call ../fs/btrfs/send.c:7145:17: error: got __VA_OPT__ ../fs/btrfs/send.c:7153:17: error: Expected ) in function call ../fs/btrfs/send.c:7153:17: error: got __VA_OPT__ ../fs/btrfs/send.c:7221:9: error: Expected ) in function call ../fs/btrfs/send.c:7221:9: error: got __VA_OPT__ ../fs/btrfs/send.c:7330:9: error: Expected ) in function call ../fs/btrfs/send.c:7330:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/extent-io-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:127:17: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:127:17: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:133:17: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:133:17: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:141:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:141:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:302:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:302:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:303:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:303:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1050:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1050:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1158:17: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1158:17: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1160:17: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1160:17: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1849:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1849:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1879:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1879:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1880:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1880:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1913:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1913:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1914:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1914:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1957:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1957:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:1969:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:1969:9: error: got __VA_OPT__ ../fs/btrfs/extent-io-tree.c:2026:9: error: Expected ) in function call ../fs/btrfs/extent-io-tree.c:2026:9: error: got __VA_OPT__ ../fs/btrfs/bio.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/bio.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/bio.c: note: in included file (through ../fs/btrfs/zoned.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/bio.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:49:9: error: Expected ) in function call ../fs/btrfs/bio.c:49:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:115:9: error: Expected ) in function call ../fs/btrfs/bio.c:115:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:197:9: error: Expected ) in function call ../fs/btrfs/bio.c:197:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:200:17: error: Expected ) in function call ../fs/btrfs/bio.c:200:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:286:17: error: Expected ) in function call ../fs/btrfs/bio.c:286:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:290:17: error: Expected ) in function call ../fs/btrfs/bio.c:290:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:318:9: error: Expected ) in function call ../fs/btrfs/bio.c:318:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:419:9: error: Expected ) in function call ../fs/btrfs/bio.c:419:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:516:17: error: Expected ) in function call ../fs/btrfs/bio.c:516:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:546:9: error: Expected ) in function call ../fs/btrfs/bio.c:546:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:869:17: error: Expected ) in function call ../fs/btrfs/bio.c:869:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:870:17: error: Expected ) in function call ../fs/btrfs/bio.c:870:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:892:9: error: Expected ) in function call ../fs/btrfs/bio.c:892:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:898:17: error: Expected ) in function call ../fs/btrfs/bio.c:898:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:910:9: error: Expected ) in function call ../fs/btrfs/bio.c:910:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:948:9: error: Expected ) in function call ../fs/btrfs/bio.c:948:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:949:9: error: Expected ) in function call ../fs/btrfs/bio.c:949:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:950:9: error: Expected ) in function call ../fs/btrfs/bio.c:950:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:952:9: error: Expected ) in function call ../fs/btrfs/bio.c:952:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:953:9: error: Expected ) in function call ../fs/btrfs/bio.c:953:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:954:9: error: Expected ) in function call ../fs/btrfs/bio.c:954:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:987:17: error: Expected ) in function call ../fs/btrfs/bio.c:987:17: error: got __VA_OPT__ ../fs/btrfs/bio.c:1021:9: error: Expected ) in function call ../fs/btrfs/bio.c:1021:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:1022:9: error: Expected ) in function call ../fs/btrfs/bio.c:1022:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:1023:9: error: Expected ) in function call ../fs/btrfs/bio.c:1023:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:1024:9: error: Expected ) in function call ../fs/btrfs/bio.c:1024:9: error: got __VA_OPT__ ../fs/btrfs/bio.c:1032:17: error: Expected ) in function call ../fs/btrfs/bio.c:1032:17: error: got __VA_OPT__ ../fs/btrfs/fiemap.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/backref.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/fiemap.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/fiemap.c:115:9: error: Expected ) in function call ../fs/btrfs/fiemap.c:115:9: error: got __VA_OPT__ ../fs/btrfs/fiemap.c:322:9: error: Expected ) in function call ../fs/btrfs/fiemap.c:322:9: error: got __VA_OPT__ ../fs/btrfs/fiemap.c:572:9: error: Expected ) in function call ../fs/btrfs/fiemap.c:572:9: error: got __VA_OPT__ ../fs/btrfs/fiemap.c:582:9: error: Expected ) in function call ../fs/btrfs/fiemap.c:582:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c:33:9: error: Expected ) in function call ../fs/btrfs/raid-stripe-tree.c:33:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c:34:9: error: Expected ) in function call ../fs/btrfs/raid-stripe-tree.c:34:9: error: got __VA_OPT__ ../fs/btrfs/raid-stripe-tree.c:275:25: error: Expected ) in function call ../fs/btrfs/raid-stripe-tree.c:275:25: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/df_v3_6.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/df_v4_6_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/df_v4_15.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/subpage.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h, ../fs/btrfs/btrfs_inode.h, ../fs/btrfs/subpage.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c: note: in included file (through ../fs/btrfs/subpage.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c: note: in included file: ../fs/btrfs/subpage.h:94:17: error: Expected ) in function call ../fs/btrfs/subpage.h:94:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:45:17: error: Expected ) in function call ../fs/btrfs/subpage.c:45:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:52:17: error: Expected ) in function call ../fs/btrfs/subpage.c:52:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:84:9: error: Expected ) in function call ../fs/btrfs/subpage.c:84:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:94:9: error: Expected ) in function call ../fs/btrfs/subpage.c:94:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:127:9: error: Expected ) in function call ../fs/btrfs/subpage.c:127:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:141:9: error: Expected ) in function call ../fs/btrfs/subpage.c:141:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:145:9: error: Expected ) in function call ../fs/btrfs/subpage.c:145:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:153:9: error: Expected ) in function call ../fs/btrfs/subpage.c:153:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:154:9: error: Expected ) in function call ../fs/btrfs/subpage.c:154:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:161:17: error: Expected ) in function call ../fs/btrfs/subpage.c:161:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:217:9: error: Expected ) in function call ../fs/btrfs/subpage.c:217:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:246:9: error: Expected ) in function call ../fs/btrfs/subpage.c:246:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:292:9: error: Expected ) in function call ../fs/btrfs/subpage.c:292:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:434:17: error: Expected ) in function call ../fs/btrfs/subpage.c:434:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:587:1: error: Expected ) in function call ../fs/btrfs/subpage.c:587:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:587:1: error: Expected ) in function call ../fs/btrfs/subpage.c:587:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:587:1: error: Expected ) in function call ../fs/btrfs/subpage.c:587:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:588:1: error: Expected ) in function call ../fs/btrfs/subpage.c:588:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:588:1: error: Expected ) in function call ../fs/btrfs/subpage.c:588:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:588:1: error: Expected ) in function call ../fs/btrfs/subpage.c:588:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:589:1: error: Expected ) in function call ../fs/btrfs/subpage.c:589:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:589:1: error: Expected ) in function call ../fs/btrfs/subpage.c:589:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:589:1: error: Expected ) in function call ../fs/btrfs/subpage.c:589:1: error: got __VA_OPT__ ../fs/btrfs/subpage.c:625:17: error: Expected ) in function call ../fs/btrfs/subpage.c:625:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:632:9: error: Expected ) in function call ../fs/btrfs/subpage.c:632:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:636:17: error: Expected ) in function call ../fs/btrfs/subpage.c:636:17: error: got __VA_OPT__ ../fs/btrfs/subpage.c:638:9: error: Expected ) in function call ../fs/btrfs/subpage.c:638:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:657:9: error: Expected ) in function call ../fs/btrfs/subpage.c:657:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:665:9: error: Expected ) in function call ../fs/btrfs/subpage.c:665:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:698:9: error: Expected ) in function call ../fs/btrfs/subpage.c:698:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:699:9: error: Expected ) in function call ../fs/btrfs/subpage.c:699:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:750:9: error: Expected ) in function call ../fs/btrfs/subpage.c:750:9: error: got __VA_OPT__ ../fs/btrfs/subpage.c:751:9: error: Expected ) in function call ../fs/btrfs/subpage.c:751:9: error: got __VA_OPT__ ../fs/btrfs/direct-io.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/direct-io.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/direct-io.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/direct-io.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/direct-io.c:168:17: error: Expected ) in function call ../fs/btrfs/direct-io.c:168:17: error: got __VA_OPT__ ../fs/btrfs/direct-io.c:193:17: error: Expected ) in function call ../fs/btrfs/direct-io.c:193:17: error: got __VA_OPT__ ../fs/btrfs/direct-io.c:971:17: error: Expected ) in function call ../fs/btrfs/direct-io.c:971:17: error: got __VA_OPT__ ../drivers/gpu/drm/i915/display/intel_casf.c:134:21: error: too long token expansion ../fs/btrfs/tests/btrfs-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/btrfs-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/btrfs-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/tests/../delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/tests/btrfs-tests.c: note: in included file: ../fs/btrfs/tests/../volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/verity.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/verity.c: note: in included file: ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/verity.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/tests/extent-io-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/extent-io-tests.c: note: in included file: ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/qgroup-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/qgroup-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/qgroup-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/tests/../delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/tests/inode-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/inode-tests.c: note: in included file: ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/inode-tests.c: note: in included file: ../fs/btrfs/tests/../volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/tests/inode-tests.c: note: in included file: ../fs/btrfs/tests/../compression.h:76:9: error: Expected ) in function call ../fs/btrfs/tests/../compression.h:76:9: error: got __VA_OPT__ ../fs/btrfs/tests/../compression.h:77:9: error: Expected ) in function call ../fs/btrfs/tests/../compression.h:77:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../fs/btrfs/tests/free-space-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/free-space-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/free-space-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/tests/../delayed-ref.h:442:9: error: got __VA_OPT__ ../drivers/infiniband/hw/hfi1/tid_rdma.c:2375:9: warning: dubious: !x & y ../drivers/infiniband/hw/hfi1/tid_rdma.c:2376:9: warning: dubious: !x & y ../drivers/infiniband/hw/hfi1/tid_rdma.c:4236:9: warning: dubious: !x & y ../drivers/infiniband/hw/hfi1/tid_rdma.c:4237:9: warning: dubious: !x & y ../drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/block-group.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c: note: in included file (through ../fs/btrfs/space-info.h): ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:241:9: error: Expected ) in function call ../fs/btrfs/block-group.c:241:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:412:9: error: Expected ) in function call ../fs/btrfs/block-group.c:412:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:422:9: error: Expected ) in function call ../fs/btrfs/block-group.c:422:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:631:9: error: Expected ) in function call ../fs/btrfs/block-group.c:631:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:632:9: error: Expected ) in function call ../fs/btrfs/block-group.c:632:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:633:9: error: Expected ) in function call ../fs/btrfs/block-group.c:633:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:719:9: error: Expected ) in function call ../fs/btrfs/block-group.c:719:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:1396:9: error: Expected ) in function call ../fs/btrfs/block-group.c:1396:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:1397:9: error: Expected ) in function call ../fs/btrfs/block-group.c:1397:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:2491:9: error: Expected ) in function call ../fs/btrfs/block-group.c:2491:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:2593:25: error: Expected ) in function call ../fs/btrfs/block-group.c:2593:25: error: got __VA_OPT__ ../fs/btrfs/block-group.c:3085:9: error: Expected ) in function call ../fs/btrfs/block-group.c:3085:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:3893:9: error: Expected ) in function call ../fs/btrfs/block-group.c:3893:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4523:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4523:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4630:25: error: Expected ) in function call ../fs/btrfs/block-group.c:4630:25: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4765:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4765:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4766:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4766:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4767:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4767:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4768:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4768:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4769:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4769:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4770:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4770:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4810:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4810:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4843:9: error: Expected ) in function call ../fs/btrfs/block-group.c:4843:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4844:9: error: Expected ) in function call ../fs/btrfs/block-group.c:4844:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4882:9: error: Expected ) in function call ../fs/btrfs/block-group.c:4882:9: error: got __VA_OPT__ ../fs/btrfs/block-group.c:4973:17: error: Expected ) in function call ../fs/btrfs/block-group.c:4973:17: error: got __VA_OPT__ ../fs/btrfs/block-group.c:5015:9: error: Expected ) in function call ../fs/btrfs/block-group.c:5015:9: error: got __VA_OPT__ ../fs/btrfs/tests/extent-map-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/extent-map-tests.c: note: in included file: ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/extent-map-tests.c: note: in included file: ../fs/btrfs/tests/../volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:891:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/tests/zoned-tests.c: note: in included file (through ../fs/btrfs/tests/../space-info.h): ../fs/btrfs/tests/../volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/tests/zoned-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h, ../fs/btrfs/tests/../disk-io.h, ../fs/btrfs/tests/../zoned.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/zoned-tests.c: note: in included file (through ../fs/btrfs/tests/../zoned.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/zoned-tests.c: note: in included file: ../fs/btrfs/tests/../zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/tests/../zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/tests/delayed-refs-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h, ../fs/btrfs/tests/../btrfs_inode.h, ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/delayed-refs-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/delayed-refs-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/tests/../delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/tests/raid-stripe-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../locking.h, ../fs/btrfs/tests/../ctree.h, ../fs/btrfs/tests/../disk-io.h): ../fs/btrfs/tests/../extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/tests/../extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/tests/../extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/tests/raid-stripe-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/tests/../btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/tests/raid-stripe-tree-tests.c: note: in included file (through ../fs/btrfs/tests/../transaction.h): ../fs/btrfs/tests/../delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/tests/../delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/tests/raid-stripe-tree-tests.c: note: in included file: ../fs/btrfs/tests/../volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/tests/../volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/tests/../volumes.h:891:9: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/btrfs/zoned.c: note: in included file (through ../fs/btrfs/locking.h, ../fs/btrfs/ctree.h): ../fs/btrfs/extent_io.h:132:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:132:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:233:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:233:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:394:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:394:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:395:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:395:9: error: got __VA_OPT__ ../fs/btrfs/extent_io.h:396:9: error: Expected ) in function call ../fs/btrfs/extent_io.h:396:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c: note: in included file: ../fs/btrfs/volumes.h:649:17: error: Expected ) in function call ../fs/btrfs/volumes.h:649:17: error: got __VA_OPT__ ../fs/btrfs/volumes.h:708:9: error: Expected ) in function call ../fs/btrfs/volumes.h:708:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:884:9: error: Expected ) in function call ../fs/btrfs/volumes.h:884:9: error: got __VA_OPT__ ../fs/btrfs/volumes.h:891:9: error: Expected ) in function call ../fs/btrfs/volumes.h:891:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c: note: in included file (through ../fs/btrfs/zoned.h): ../fs/btrfs/btrfs_inode.h:485:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:485:9: error: got __VA_OPT__ ../fs/btrfs/btrfs_inode.h:501:9: error: Expected ) in function call ../fs/btrfs/btrfs_inode.h:501:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c: note: in included file: ../fs/btrfs/zoned.h:431:9: error: Expected ) in function call ../fs/btrfs/zoned.h:431:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c: note: in included file (through ../fs/btrfs/transaction.h): ../fs/btrfs/delayed-ref.h:442:9: error: Expected ) in function call ../fs/btrfs/delayed-ref.h:442:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:96:17: error: Expected ) in function call ../fs/btrfs/zoned.c:96:17: error: got __VA_OPT__ ../fs/btrfs/zoned.c:172:9: error: Expected ) in function call ../fs/btrfs/zoned.c:172:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:179:9: error: Expected ) in function call ../fs/btrfs/zoned.c:179:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:246:17: error: Expected ) in function call ../fs/btrfs/zoned.c:246:17: error: got __VA_OPT__ ../fs/btrfs/zoned.c:418:17: error: Expected ) in function call ../fs/btrfs/zoned.c:418:17: error: got __VA_OPT__ ../fs/btrfs/zoned.c:424:9: error: Expected ) in function call ../fs/btrfs/zoned.c:424:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:856:25: error: Expected ) in function call ../fs/btrfs/zoned.c:856:25: error: got __VA_OPT__ ../fs/btrfs/zoned.c:907:9: error: Expected ) in function call ../fs/btrfs/zoned.c:907:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:1079:9: error: Expected ) in function call ../fs/btrfs/zoned.c:1079:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:1081:9: error: Expected ) in function call ../fs/btrfs/zoned.c:1081:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:1198:9: error: Expected ) in function call ../fs/btrfs/zoned.c:1198:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:1200:9: error: Expected ) in function call ../fs/btrfs/zoned.c:1200:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:1357:9: error: Expected ) in function call ../fs/btrfs/zoned.c:1357:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2070:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2070:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2103:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2103:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2141:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2141:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2228:25: error: Expected ) in function call ../fs/btrfs/zoned.c:2228:25: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2628:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2628:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2810:25: error: Expected ) in function call ../fs/btrfs/zoned.c:2810:25: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2823:25: error: Expected ) in function call ../fs/btrfs/zoned.c:2823:25: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2825:25: error: Expected ) in function call ../fs/btrfs/zoned.c:2825:25: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2851:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2851:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2891:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2891:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:2919:9: error: Expected ) in function call ../fs/btrfs/zoned.c:2919:9: error: got __VA_OPT__ ../fs/btrfs/zoned.c:3178:17: error: Expected ) in function call ../fs/btrfs/zoned.c:3178:17: error: got __VA_OPT__ ../fs/btrfs/zoned.c:3192:17: error: Expected ) in function call ../fs/btrfs/zoned.c:3192:17: error: got __VA_OPT__ ../drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:1029:14: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:1029:14: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:1029:14: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v6_0.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/msm/dsi/dsi_host.c:1511:27: warning: cast to restricted __be32 ../drivers/gpu/drm/msm/dsi/dsi_host.c:1512:17: warning: cast to restricted __be32 ../drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v6_7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v6_7.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v8_7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v8_7.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v6_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v6_1.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: Expected ) in expression ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: got } ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:370:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:3145:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v8_10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v8_10.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v12_0.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umc_v8_14.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/umc_v8_14.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfxhub_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/display/xe_initial_plane.c:164:52: warning: symbol 'xe_display_initial_plane_interface' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/iceland_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/tonga_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/cz_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vega10_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v10_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/navi10_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vega20_ih.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v11_0_8.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/ih_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/ih_v6_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v3_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/ih_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v13_0_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v15_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v15_0_8.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/psp_v14_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/imu_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/imu_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/imu_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/xfs/scrub/stats.c: In function ‘xchk_stats_estimate_bufsize’: ../fs/xfs/scrub/stats.c:137:34: warning: variable ‘css’ set but not used [-Wunused-but-set-variable=] 137 | struct xchk_scrub_stats *css = &cs->cs_stats[0]; | ^~~ ../drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mes_userqueue.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/i915/display/intel_display_device.c:558:25: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:559:25: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:611:25: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:612:25: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:860:17: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:862:17: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:1068:17: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:1073:18: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:1111:17: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:1113:18: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:1349:9: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:1351:10: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:1358:9: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:1362:10: also defined here ../drivers/gpu/drm/i915/display/intel_display_device.c:1371:9: warning: Initializer entry defined twice ../drivers/gpu/drm/i915/display/intel_display_device.c:1372:10: also defined here ../drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vce_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mes_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vce_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mes_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mes_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/i915/display/intel_lt_phy.c:1918:39: warning: Using plain integer as NULL pointer ../drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/i915/display/intel_lt_phy.c:1918:39: warning: Using plain integer as NULL pointer ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c: In function ‘jpeg_v2_5_sw_init’: ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c:152:68: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 7 [-Wformat-truncation=] 152 | snprintf(ring->name, sizeof(ring->name), "jpeg_dec_%d", i); | ^~ ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c:152:58: note: directive argument in the range [-2147483643, 254] 152 | snprintf(ring->name, sizeof(ring->name), "jpeg_dec_%d", i); | ^~~~~~~~~~~~~ ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c:152:17: note: ‘snprintf’ output between 11 and 21 bytes into a destination of size 16 152 | snprintf(ring->name, sizeof(ring->name), "jpeg_dec_%d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../fs/xfs/scrub/tempfile.c: In function ‘xrep_tempfile_copyin’: ../fs/xfs/scrub/tempfile.c:492:33: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable=] 492 | loff_t pos = XFS_FSB_TO_B(mp, off); | ^~~ ../drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vpe_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/athub_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/athub_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/athub_v2_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v5_3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/athub_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/athub_v4_1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_debugfs.c:42:1: warning: symbol 'inject_csc_hw_error' was not declared. Should it be static? ../drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v11_0_6.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/umsch_mm_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v14_0_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v15_0_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/mca_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/smuio_v15_0_8.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: an expression is expected before ')' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: Expected ) in function call ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: got , ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c:602:9: error: undefined identifier '__VA_OPT__' ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_module.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_flat_memory.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_doorbell.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_cik.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_queue.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_vi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_kernel_queue.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager_vi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v12.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v5_0_2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v11.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_cik.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_vi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager_v9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_v9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_v10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_interrupt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_v11.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager_v12.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/cik_event_interrupt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process_queue_manager.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v11.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debugfs.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c:95:20: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c:95:20: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c:95:20: struct dma_fence_ops const * ../drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:182:20: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:182:20: expected void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:182:20: got unsigned int [usertype] *vaddr ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:225:26: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:225:26: expected void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:225:26: got unsigned int [usertype] *vaddr ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:105:58: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:105:58: expected void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:105:58: got void * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:111:58: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:111:58: expected void const [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:111:58: got void * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:158:25: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:158:25: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:158:25: got void *[assigned] emap ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:175:19: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:175:19: expected void *map ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:175:19: got void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:228:28: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:228:28: expected void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:228:28: got void *map ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:237:28: warning: incorrect type in return expression (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:237:28: expected void [noderef] __iomem * ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:237:28: got void *map ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:244:21: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:244:21: expected void [noderef] __iomem *map ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:244:21: got void *map ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:333:25: warning: incorrect type in argument 1 (different address spaces) ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:333:25: expected void volatile [noderef] __iomem *addr ../drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:333:25: got void *[assigned] map ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debug.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_migrate.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_object.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gc_9_4_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v12.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v12_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_job.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_object.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3099:17: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3099:17: struct dma_fence [noderef] __rcu * ../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3099:17: struct dma_fence * ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_4_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_5_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_priv.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c:32:9: warning: cast truncates bits from constant value (100000000 becomes 0) ../drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c:57:9: warning: cast truncates bits from constant value (800000000 becomes 0) ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_0_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu8_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_12_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_0_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu7_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_object.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hardwaremanager.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu10_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_clockpowergating.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_7_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_thermal.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu9_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_powertune.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_0_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_processpptables.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_powertune.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/common_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_8_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_thermal.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:964:17: error: incompatible types in conditional expression (different base types): ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:964:17: void ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:964:17: int ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1237:9: error: incompatible types in conditional expression (different base types): ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1237:9: void ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1237:9: int ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1269:9: error: incompatible types in conditional expression (different base types): ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1269:9: void ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1269:9: int ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1451:9: error: incompatible types in conditional expression (different base types): ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1451:9: void ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1451:9: int ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_powertune.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_thermal.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_thermal.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/tonga_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/polaris_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/kv_smc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/fiji_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ci_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/si_smc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm_internal.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu9_baco.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_quirks.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_psr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_services.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/legacy_dpm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_replay.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_pp_smu.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crtc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_wb.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_colorop.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_color.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_ism.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_hdcp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/kv_dpm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table2.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/powerplay/inc/amd_powerplay.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_eeprom_i2c.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_mp1_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/inc/amdgpu_smu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_sys.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_cmd.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_process.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_mp1_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_mp1.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/si_dpm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../display/modules/hdcp/hdcp_psp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_mgr.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_nbio_v7_9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_virt_ras_cmd.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_core.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_aca_v1_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_aca.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_gfx.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_gfx_v9_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_nbio.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_nbio_v7_9.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_psp_v13_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_log_ring.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_umc_v12_0.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_process.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_cmd.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_cper.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_umc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nouveau_nvif.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom_fw.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nouveau_acpi.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_psp.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/ras_sys.h, ...): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../drivers/gpu/drm/nouveau/nouveau_vga.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_debugfs.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_debugfs.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo74c1.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:58:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo85b5.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:59:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo90b5.c:59:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:56:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:56:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:56:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:70:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:70:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:96:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo9039.c:96:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:88:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_boa0b5.c:88:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_hwmon.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_sgdma.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo0039.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:62:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:62:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:62:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:73:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:86:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:86:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:107:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo0039.c:107:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_prime.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_mem.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_vmm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_exec.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_ttm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_backlight.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/arb.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_sched.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/cursor.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/lut.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo5039.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:63:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:80:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:80:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:85:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:102:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:102:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:106:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:106:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:106:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:112:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:126:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:126:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:146:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:146:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:147:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:147:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:147:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bo5039.c:147:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_drm.c:408:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:408:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:409:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:409:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:409:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:409:41: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:413:33: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_drm.c:413:33: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core827d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/disp.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/core917d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/core.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_dp.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/tvnv04.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/core907d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_bo.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/overlay.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/dac.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_display.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_gem.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_svm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/core507d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:90:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:90:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:97:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:97:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:139:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/core507d.c:139:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/dac907d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/dac907d.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/dac907d.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/dac507d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/dac507d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/dac507d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/dac507d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sorc37d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/sorc37d.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sorc37d.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_gem.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_gem.c:883:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_gem.c:884:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_gem.c:916:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_gem.c:917:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_gem.c:919:33: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sor507d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/sor507d.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sor507d.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sor907d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/sor907d.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/sor907d.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/tvnv17.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/pior507d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/pior507d.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/pior507d.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv04/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:45:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:45:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:47:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:47:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:48:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:48:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc37d.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv04/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:64:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:64:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:67:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:67:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:68:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:68:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:84:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crc907d.c:84:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:29:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:29:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:29:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:36:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:36:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:50:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:50:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:69:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:69:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:69:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:77:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:77:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:77:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:87:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:87:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:93:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:93:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:95:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/coreca7d.c:95:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv04/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:28:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:28:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:28:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:35:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:35:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:55:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:55:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:79:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcca7d.c:79:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv04/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:41:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:41:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/crcc57d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/dfp.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_uvmm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:61:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:69:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:69:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:74:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:74:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:137:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:137:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:140:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:140:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:140:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:149:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/corec37d.c:149:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_connector.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c:40:9: warning: dubious: !x & y ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c:55:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c:55:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/curs907a.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/oimm507b.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/cursc37a.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/crc.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wimm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_dmem.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_dmem.c:569:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:569:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:573:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:573:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:586:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:586:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:590:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:590:25: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:600:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:614:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:614:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:641:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:641:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:645:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:645:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:654:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:654:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:654:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:654:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:663:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:663:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:663:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:668:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:668:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:670:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_dmem.c:670:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base917c.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/head917d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:73:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:73:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:88:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:88:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:88:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head917d.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/curs507a.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/curs.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv04_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv04_fence.c:45:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv04_fence.c:45:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly917e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/oimm.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_dma.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_led.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_led.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base827c.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:37:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:37:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:44:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:51:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base827c.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1205:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1205:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1206:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1206:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1207:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1207:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1208:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1208:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:43:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:43:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:43:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:43:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:43:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:60:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:60:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:60:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:61:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:61:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:63:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:71:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:71:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:38:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly907e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:68:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:68:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:89:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:89:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:230:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:230:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:232:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:232:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:235:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:235:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:239:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc57d.c:239:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:58:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:58:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:58:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:69:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:69:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:83:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:83:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:86:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:86:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:86:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:86:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:86:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:123:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:123:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:137:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:137:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:137:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:145:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head827d.c:145:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv10_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv10_fence.c:35:40: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/nouveau/nv10_fence.c:35:40: expected struct nvif_push *push ../drivers/gpu/drm/nouveau/nv10_fence.c:35:40: got struct nvif_push [noderef] __rcu * ../drivers/gpu/drm/nouveau/nv10_fence.c:38:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv10_fence.c:38:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv50_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:24:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:24:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:28:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:28:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:51:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:51:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:53:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:53:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:81:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:81:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:85:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:85:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:89:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:89:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:106:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:124:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:124:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:124:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:131:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:131:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:169:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:169:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:169:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:176:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c:176:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:45:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:47:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:50:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:50:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:52:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:52:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:52:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:52:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv17_fence.c:57:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:57:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:57:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:57:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:57:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv17_fence.c:65:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_chan.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_chan.c:133:37: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_chan.c:133:37: expected unsigned int [usertype] *bgn ../drivers/gpu/drm/nouveau/nouveau_chan.c:133:37: got void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nouveau_chan.c:174:44: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_chan.c:174:44: expected void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nouveau_chan.c:174:44: got void *virtual ../drivers/gpu/drm/nouveau/nouveau_chan.c:439:71: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_chan.c:439:71: expected void *userd ../drivers/gpu/drm/nouveau/nouveau_chan.c:439:71: got void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nouveau_chan.c:446:71: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_chan.c:446:71: expected void *userd ../drivers/gpu/drm/nouveau/nouveau_chan.c:446:71: got void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nouveau_chan.c:453:71: warning: incorrect type in argument 2 (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_chan.c:453:71: expected void *userd ../drivers/gpu/drm/nouveau/nouveau_chan.c:453:71: got void [noderef] __iomem *ptr ../drivers/gpu/drm/nouveau/nouveau_chan.c:471:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_chan.c:485:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_chan.c:485:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:41:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:65:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:65:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:71:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:71:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:108:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:108:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:108:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:121:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:121:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:134:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:134:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:134:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:134:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:64:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:68:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:68:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:70:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:70:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:73:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:73:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:37:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:37:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:42:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:77:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:77:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:80:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:80:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:93:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:93:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:93:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:93:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:102:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:102:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:165:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:165:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:179:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:179:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:179:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base907c.c:179:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_bios.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv84_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nv84_fence.c:41:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:41:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:43:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:64:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:64:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:66:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nv84_fence.c:88:45: warning: incorrect type in initializer (different address spaces) ../drivers/gpu/drm/nouveau/nv84_fence.c:88:45: expected struct nouveau_channel *chan ../drivers/gpu/drm/nouveau/nv84_fence.c:88:45: got struct nouveau_channel [noderef] __rcu *channel ../drivers/gpu/drm/nouveau/gv100_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/gv100_fence.c:25:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:25:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:25:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:25:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:29:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:29:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:35:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:35:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:35:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:35:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:35:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:40:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:56:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:56:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:56:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:56:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:60:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/gv100_fence.c:60:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:24:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:24:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:59:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:81:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:81:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:100:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:100:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:121:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:121:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:125:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:125:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:144:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:144:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:146:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:146:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:151:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:151:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:151:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:180:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:180:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:199:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:199:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:199:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:206:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:206:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:206:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:229:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:245:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:245:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:248:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:248:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:251:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:251:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:268:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:268:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:272:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headca7d.c:272:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndw.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base507c.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:44:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:57:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:57:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:61:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:61:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:78:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:78:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:81:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:81:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:81:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:88:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:88:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:88:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:96:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:96:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:98:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:127:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:127:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:141:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:141:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:167:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:167:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:180:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:180:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:180:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:204:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:204:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:217:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:217:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:217:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:217:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/base507c.c:217:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:40:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:63:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:63:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:63:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:63:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nvc0_fence.c:63:17: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:55:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:55:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:74:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:95:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:114:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:114:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:118:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:118:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:132:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:132:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:132:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:148:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:148:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:185:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:185:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:185:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:185:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:220:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:220:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:220:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:220:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:220:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:237:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:237:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:238:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:238:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:240:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:240:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:243:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:243:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:247:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:247:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:264:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:264:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:268:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/headc37d.c:268:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/nouveau_abi16.c: note: in included file: ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv04/hw.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_fence.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/nouveau_fence.c:71:24: error: incompatible types in comparison expression (different address spaces): ../drivers/gpu/drm/nouveau/nouveau_fence.c:71:24: struct dma_fence_ops const [noderef] __rcu * ../drivers/gpu/drm/nouveau/nouveau_fence.c:71:24: struct dma_fence_ops const * ../drivers/gpu/drm/nouveau/nouveau_fence.c:416:24: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/nouveau/nouveau_fence.c:416:24: expected struct nouveau_channel [noderef] __rcu *channel ../drivers/gpu/drm/nouveau/nouveau_fence.c:416:24: got struct nouveau_channel *chan ../drivers/gpu/drm/nouveau/dispnv50/head507d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:39:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:58:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:58:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:90:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:90:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:118:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:118:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:132:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:132:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:198:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:198:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:212:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:215:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:215:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:215:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:215:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:215:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:233:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:233:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:288:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:288:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:303:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:303:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:303:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:356:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:356:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:356:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:365:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:393:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:393:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:410:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:410:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:416:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:416:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:420:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:420:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head507d.c:420:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h, ...): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:49:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:62:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:62:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:75:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:104:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:149:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:153:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:153:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:166:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:166:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:171:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:193:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:193:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:193:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:194:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:194:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:196:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:196:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:200:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:200:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:204:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:204:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:219:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:219:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:232:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:232:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:232:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:249:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:249:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:262:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:262:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:262:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:262:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:262:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:278:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:278:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:278:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:282:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:282:9: warning: dubious: !x & y ../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:282:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:46:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:67:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:87:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:87:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:120:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:148:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:148:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:162:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:162:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:167:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:167:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:181:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:181:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:181:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:191:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:191:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:205:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:205:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:219:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:219:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:222:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:222:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:222:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:222:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:222:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:240:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:240:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:256:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:256:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:259:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:259:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:273:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:273:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:273:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:281:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:281:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:333:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:358:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:358:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:363:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:363:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:363:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:363:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:388:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:388:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:394:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:394:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:398:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:398:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:398:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/head907d.c:398:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/disp.c: note: in included file (through ../drivers/gpu/drm/nouveau/nouveau_drv.h, ../drivers/gpu/drm/nouveau/nouveau_display.h, ../drivers/gpu/drm/nouveau/dispnv50/disp.h): ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:9:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:10:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:11:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:12:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:13:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:14:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:17:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:18:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:20:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/include/nvif/ioctl.h:21:1: warning: directive in macro's argument list ../drivers/gpu/drm/nouveau/dispnv50/disp.c:138:31: error: subtraction of different types can't work (different address spaces) ../drivers/gpu/drm/nouveau/dispnv50/disp.c:187:9: warning: cast removes address space '__iomem' of expression ../drivers/gpu/drm/nouveau/dispnv50/disp.c:201:31: error: subtraction of different types can't work (different address spaces) ../drivers/gpu/drm/nouveau/dispnv50/disp.c:261:24: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Warning: ../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3659 Excess function parameter 'update_descriptor' description in 'update_planes_and_stream_state' Warning: ../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3659 Excess function parameter 'update_descriptor' description in 'update_planes_and_stream_state' ../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h): ../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:519:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" ../arch/x86/boot/version.c: note: in included file (through ../arch/x86/include/uapi/asm/bitsperlong.h, ../include/uapi/asm-generic/int-ll64.h, ../include/asm-generic/int-ll64.h, ../include/uapi/asm-generic/types.h, ...): ../include/asm-generic/bitsperlong.h:23:2: error: Inconsistent word size. Check asm/bitsperlong.h ../include/asm-generic/bitsperlong.h:27:33: error: static assertion failed: "Inconsistent word size. Check asm/bitsperlong.h" Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files