In file included from ../include/trace/define_trace.h:113,
                 from ../samples/trace_events/trace-events-sample.h:636,
                 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/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask)
      |                                          ^~~~~~~
../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(
      |         ^~~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’
  110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item,   \
      |                                  ^~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’
   98 |         ((__bitmask_size_in_bytes_raw(nr_bits) +                \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’
  111 |                                          __bitmask_size_in_longs(nr_bits))
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’
  304 |                 __bitmask(      cpus,   num_possible_cpus()     )
      |                 ^~~~~~~~~
../include/linux/cpumask.h:1110:48: note: in expansion of macro ‘cpu_possible_mask’
 1110 | #define num_possible_cpus()     cpumask_weight(cpu_possible_mask)
      |                                                ^~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’
  304 |                 __bitmask(      cpus,   num_possible_cpus()     )
      |                                         ^~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’:
../arch/x86/include/asm/bug.h:51:45: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
   51 |                          "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:95:9: note: in expansion of macro ‘_BUG_FLAGS’
   95 |         _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE);            \
      |         ^~~~~~~~~~
../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’
  107 |                 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
      |                 ^~~~~~~~~~~~
../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’
  134 |                 __WARN_printf(TAINT_WARN, format);                      \
      |                 ^~~~~~~~~~~~~
../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’
   31 |                         func(__VA_ARGS__);                              \
      |                         ^~~~
../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’
  152 |         DO_ONCE_LITE_IF(condition, WARN, 1, format)
      |         ^~~~~~~~~~~~~~~
../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’
   24 | # define fortify_warn_once(x...)        WARN_ONCE(x)
      |                                         ^~~~~~~~~
../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’
  626 |         fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size,  \
      |         ^~~~~~~~~~~~~~~~~
../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’
  678 | #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:114:
../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’:
../arch/x86/include/asm/bug.h:51:45: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
   51 |                          "i" (sizeof(struct bug_entry)));               \
      |                                             ^~~~~~~~~
../include/trace/perf.h:66:1: note: in expansion of macro ‘__DECLARE_EVENT_CLASS’
   66 | __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
      | ^~~~~~~~~~~~~~~~~~~~~
../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:95:9: note: in expansion of macro ‘_BUG_FLAGS’
   95 |         _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE);            \
      |         ^~~~~~~~~~
../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’
  107 |                 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
      |                 ^~~~~~~~~~~~
../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’
  134 |                 __WARN_printf(TAINT_WARN, format);                      \
      |                 ^~~~~~~~~~~~~
../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’
   31 |                         func(__VA_ARGS__);                              \
      |                         ^~~~
../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’
  152 |         DO_ONCE_LITE_IF(condition, WARN, 1, format)
      |         ^~~~~~~~~~~~~~~
../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’
   24 | # define fortify_warn_once(x...)        WARN_ONCE(x)
      |                                         ^~~~~~~~~
../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’
  626 |         fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size,  \
      |         ^~~~~~~~~~~~~~~~~
../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’
  678 | #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);
      |                 ^~~~~~~~~~~~
../init/init_task.c:117:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:117:28:    expected struct task_struct [noderef] __rcu *real_parent
../init/init_task.c:117:28:    got struct task_struct *
../init/init_task.c:118:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:118:28:    expected struct task_struct [noderef] __rcu *parent
../init/init_task.c:118:28:    got struct task_struct *
../init/init_task.c:132:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:132:28:    expected struct sighand_struct [noderef] __rcu *sighand
../init/init_task.c:132:28:    got struct sighand_struct *
../arch/x86/power/cpu.c:37:22: warning: symbol 'saved_context' was not declared. Should it be static?
../ipc/msg.c:181:26: warning: context imbalance in 'newque' - unexpected unlock
../ipc/sem.c:579:9: warning: context imbalance in 'newary' - unexpected unlock
../ipc/sem.c:1186:17: warning: context imbalance in 'freeary' - unexpected unlock
../ipc/sem.c:1647:9: warning: context imbalance in 'semctl_down' - different lock contexts for basic block
../ipc/sem.c:1906:24: warning: context imbalance in 'find_alloc_undo' - wrong count at exit
../ipc/sem.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/uio.h, ../include/linux/socket.h, ../include/linux/compat.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__do_semtimedop' - unexpected unlock
../arch/x86/hyperv/hv_init.c:73:20: warning: cast removes address space '__iomem' of expression
../arch/x86/hyperv/hv_init.c:241:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/hyperv/hv_init.c:241:33:    expected void volatile [noderef] __iomem *addr
../arch/x86/hyperv/hv_init.c:241:33:    got void *
../arch/x86/hyperv/hv_init.c: note: in included file (through ../arch/x86/include/asm/cpuid.h, ../arch/x86/include/asm/processor.h, ../arch/x86/include/asm/timex.h, ../include/linux/timex.h, ../include/linux/time32.h, ...):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../ipc/shm.c:131:17: warning: context imbalance in 'do_shm_rmid' - unexpected unlock
../ipc/shm.c:290:17: warning: context imbalance in '__shm_open' - unexpected unlock
../ipc/shm.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'shm_destroy' - unexpected unlock
../ipc/shm.c:391:17: warning: context imbalance in '__shm_close' - unexpected unlock
../ipc/shm.c:409:12: warning: context imbalance in 'shm_try_destroy_orphaned' - wrong count at exit
../ipc/shm.c:446:26: warning: context imbalance in 'exit_shm' - different lock contexts for basic block
../ipc/shm.c: note: in included file (through ../arch/x86/include/asm/preempt.h, ../include/linux/preempt.h, ../include/linux/spinlock.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../arch/x86/include/asm/current.h:47:17: warning: context imbalance in 'newseg' - unexpected unlock
../ipc/shm.c:1034:9: warning: context imbalance in 'shmctl_down' - different lock contexts for basic block
../ipc/shm.c:1678:17: warning: context imbalance in 'do_shmat' - unexpected unlock
../init/main.c:192:12: warning: symbol 'envp_init' was not declared. Should it be static?
../init/main.c:290:16: warning: cast to restricted __le32
../init/main.c:291:16: warning: cast to restricted __le32
../arch/x86/entry/common.c:211: warning: Function parameter or struct member 'regs' not described in 'do_int80_emulation'
../ipc/sem.c:647: warning: expecting prototype for perform_atomic_semop[_slow](). Prototype was for perform_atomic_semop_slow() instead
../net/socket.c:1688:21: warning: symbol 'update_socket_protocol' was not declared. Should it be static?
../sound/core/pcm_native.c:95:1: warning: context imbalance in 'snd_pcm_group_lock' - different lock contexts for basic block
../sound/core/pcm_native.c:96:1: warning: context imbalance in 'snd_pcm_group_unlock' - unexpected unlock
../sound/core/pcm_native.c:97:1: warning: context imbalance in 'snd_pcm_group_lock_irq' - different lock contexts for basic block
../sound/core/pcm_native.c:98:1: warning: context imbalance in 'snd_pcm_group_unlock_irq' - unexpected unlock
../sound/core/pcm_native.c:145:9: warning: context imbalance in 'snd_pcm_stream_lock_nested' - different lock contexts for basic block
../sound/core/pcm_native.c:171:9: warning: context imbalance in '_snd_pcm_stream_lock_irqsave' - different lock contexts for basic block
../sound/core/pcm_native.c:184:9: warning: context imbalance in '_snd_pcm_stream_lock_irqsave_nested' - different lock contexts for basic block
../sound/core/pcm_native.c:201:39: warning: context imbalance in 'snd_pcm_stream_unlock_irqrestore' - unexpected unlock
../sound/core/pcm_native.c:1273:44: warning: context imbalance in 'snd_pcm_action_group' - unexpected unlock
../sound/core/pcm_native.c:1343:37: warning: context imbalance in 'snd_pcm_stream_group_ref' - different lock contexts for basic block
../sound/core/pcm_lib.c:548:32: warning: incorrect type in assignment (different base types)
../sound/core/pcm_lib.c:548:32:    expected unsigned int [usertype]
../sound/core/pcm_lib.c:548:32:    got restricted __le32 [usertype]
../arch/x86/events/intel/p4.c: In function ‘p4_pmu_init’:
../arch/x86/events/intel/p4.c:1369:27: warning: variable ‘high’ set but not used [-Wunused-but-set-variable]
 1369 |         unsigned int low, high;
      |                           ^~~~
../drivers/pwm/core.c:36:9: warning: context imbalance in 'pwmchip_lock' - wrong count at exit
../drivers/pwm/core.c:45:28: warning: context imbalance in 'pwmchip_unlock' - unexpected unlock
../fs/read_write.c:159:1: warning: context imbalance in 'generic_file_llseek_size' - different lock contexts for basic block
../arch/x86/events/intel/core.c:3448:1: warning: context imbalance in 'intel_start_scheduling' - different lock contexts for basic block
../arch/x86/events/intel/core.c:3521:9: warning: context imbalance in 'intel_stop_scheduling' - unexpected unlock
../arch/x86/events/intel/core.c:3734:25: warning: context imbalance in 'intel_put_excl_constraints' - unexpected unlock
../io_uring/io_uring.c: note: in included file (through ../include/linux/io_uring/cmd.h):
../include/linux/io_uring_types.h:190:37: warning: array of flexible structures
../io_uring/io_uring.c:595:36: warning: context imbalance in 'io_req_post_cqe' - unexpected unlock
../io_uring/io_uring.c:597:17: warning: context imbalance in '__io_submit_flush_completions' - different lock contexts for basic block
../arch/x86/platform/uv/uv_nmi.c:318:27: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:318:27:    expected void const volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:318:27:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:325:32: warning: incorrect type in argument 2 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:325:32:    expected void volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:325:32:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:328:30: warning: incorrect type in argument 2 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:328:30:    expected void volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:328:30:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:331:21: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:331:21:    expected void const volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:331: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/platform/uv/uv_nmi.c:573:9: warning: context imbalance in 'uv_check_nmi' - different lock contexts for basic block
../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/platform/uv/uv_nmi.c:591:17: warning: context imbalance in 'uv_handle_nmi' - unexpected unlock
../arch/x86/kvm/../../../virt/kvm/kvm_main.c: note: in included file:
../include/linux/kvm_host.h:2074:54: warning: array of flexible structures
../include/linux/kvm_host.h:2076:56: warning: array of flexible structures
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_invalidate_range_start' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_invalidate_range_end' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_clear_flush_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_clear_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_test_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:2430:25: warning: context imbalance in 'kvm_vm_set_mem_attributes' - different lock contexts for basic block
../kernel/fork.c:1249:19: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:1249:19:    expected struct task_struct [noderef] __rcu *owner
../kernel/fork.c:1249:19:    got struct task_struct *p
../kernel/fork.c:1811:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1811:38:    expected struct refcount_struct [usertype] *r
../kernel/fork.c:1811:38:    got struct refcount_struct [noderef] __rcu *
../kernel/fork.c:1820:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1820:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:1820:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 2 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1822:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1822:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:1822:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:1917:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1917:9:    expected struct qspinlock *lock
../kernel/fork.c:1917:9:    got struct qspinlock [noderef] __rcu *
../kernel/fork.c:2215:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2215:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2215:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2219:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2219:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2219:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2534:32: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:2534:32:    expected struct task_struct [noderef] __rcu *real_parent
../kernel/fork.c:2534:32:    got struct task_struct *
../kernel/fork.c:2543:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2543:27:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2543:27:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2592:54: warning: incorrect type in argument 2 (different address spaces)
../kernel/fork.c:2592:54:    expected struct list_head *head
../kernel/fork.c:2592:54:    got struct list_head [noderef] __rcu *
../kernel/fork.c:2612:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2612:29:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2612:29:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2634:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2634:29:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2634:29:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2662:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2662:28:    expected struct sighand_struct *sighand
../kernel/fork.c:2662:28:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/fork.c:2693:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2693:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2693:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2695:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2695:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2695:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:3138:24: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:3138:24:    expected struct task_struct *[assigned] parent
../kernel/fork.c:3138:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/fork.c:3226:43: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:3226:43:    expected struct refcount_struct const [usertype] *r
../kernel/fork.c:3226:43:    got struct refcount_struct [noderef] __rcu *
../kernel/fork.c:2265:22: warning: dereference of noderef expression
../kernel/fork.c: note: in included file (through ../include/uapi/asm-generic/bpf_perf_event.h, arch/x86/include/generated/uapi/asm/bpf_perf_event.h, ../include/uapi/linux/bpf_perf_event.h, ../include/linux/perf_event.h, ...):
../include/linux/ptrace.h:210:45: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:210:45:    expected struct task_struct *new_parent
../include/linux/ptrace.h:210:45:    got struct task_struct [noderef] __rcu *parent
../include/linux/ptrace.h:210:62: warning: incorrect type in argument 3 (different address spaces)
../include/linux/ptrace.h:210:62:    expected struct cred const *ptracer_cred
../include/linux/ptrace.h:210:62:    got struct cred const [noderef] __rcu *ptracer_cred
../kernel/fork.c:2590:59: warning: dereference of noderef expression
../kernel/fork.c:2591:59: warning: dereference of noderef expression
../kernel/fork.c:1241:23: error: incompatible types in comparison expression (different address spaces):
../kernel/fork.c:1241:23:    struct task_struct [noderef] __rcu *
../kernel/fork.c:1241:23:    struct task_struct *
../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 *
../arch/x86/events/amd/iommu.c: In function ‘init_one_iommu’:
../arch/x86/events/amd/iommu.c:441:64: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Wformat-truncation=]
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |                                                                ^~
../arch/x86/events/amd/iommu.c:441:53: note: directive argument in the range [0, 4294967294]
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |                                                     ^~~~~~~~~~~~~~
../arch/x86/events/amd/iommu.c:441:9: note: ‘snprintf’ output between 12 and 21 bytes into a destination of size 16
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mm/filemap.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/dax.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'filemap_fault_recheck_pte_none' - unexpected unlock
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'filemap_map_pages' - different lock contexts for basic block
../mm/oom_kill.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/sched/signal.h, ../include/linux/oom.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'find_lock_task_mm' - wrong count at exit
../mm/oom_kill.c:222:28: warning: context imbalance in 'oom_badness' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'dump_task' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__oom_kill_process' - unexpected unlock
../mm/oom_kill.c:1235:20: warning: context imbalance in '__se_sys_process_mrelease' - unexpected unlock
../samples/ftrace/sample-trace-array.c:20:20: warning: symbol 'tr' was not declared. Should it be static?
../drivers/gpio/gpiolib.c:353:5: warning: context imbalance in 'gpiod_get_direction' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:459:25: warning: context imbalance in 'gpio_name_to_desc' - wrong count at exit
../drivers/gpio/gpiolib.c:858:9: warning: context imbalance in 'gpiochip_setup_devs' - wrong count at exit
../drivers/gpio/gpiolib.c:1218:20: warning: context imbalance in 'gpio_device_find' - wrong count at exit
../drivers/gpio/gpiolib.c:2309:12: warning: context imbalance in 'gpiod_request_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2410:9: warning: context imbalance in 'gpiod_free_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2457:6: warning: context imbalance in 'gpiochip_dup_line_label' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:2561:5: warning: context imbalance in 'gpio_do_set_config' - wrong count at exit
../drivers/gpio/gpiolib.c:2702:5: warning: context imbalance in 'gpiod_direction_input_nonotify' - wrong count at exit
../drivers/gpio/gpiolib.c:2749:12: warning: context imbalance in 'gpiod_direction_output_raw_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2919:5: warning: context imbalance in 'gpiod_enable_hw_timestamp_ns' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:2952:5: warning: context imbalance in 'gpiod_disable_hw_timestamp_ns' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3108:12: warning: context imbalance in 'gpiod_get_raw_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3153:22: warning: context imbalance in 'gpio_device_chip_cmp' - wrong count at exit
../drivers/gpio/gpiolib.c:3156:5: warning: context imbalance in 'gpiod_get_array_value_complex' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3385:13: warning: context imbalance in 'gpio_set_open_drain_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3412:13: warning: context imbalance in 'gpio_set_open_source_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3434:13: warning: context imbalance in 'gpiod_set_raw_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3501:9: warning: context imbalance in 'gpiod_set_array_value_complex' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3741:5: warning: context imbalance in 'gpiod_to_irq' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:4687:5: warning: context imbalance in 'gpiod_hog' - wrong count at exit
../drivers/gpio/gpiolib.c:4999:9: warning: context imbalance in 'gpiolib_dbg_show' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:5026:13: warning: context imbalance in 'gpiolib_seq_start' - wrong count at exit
../drivers/gpio/gpiolib.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'gpiolib_seq_stop' - unexpected unlock
../drivers/gpio/gpiolib.c:5071:12: warning: context imbalance in 'gpiolib_seq_show' - wrong count at exit
../net/bpf/test_run.c:521:17: warning: symbol 'bpf_fentry_test1' was not declared. Should it be static?
../net/bpf/test_run.c:527:14: warning: symbol 'bpf_fentry_test2' was not declared. Should it be static?
../net/bpf/test_run.c:532:14: warning: symbol 'bpf_fentry_test3' was not declared. Should it be static?
../net/bpf/test_run.c:537:14: warning: symbol 'bpf_fentry_test4' was not declared. Should it be static?
../net/bpf/test_run.c:542:14: warning: symbol 'bpf_fentry_test5' was not declared. Should it be static?
../net/bpf/test_run.c:547:14: warning: symbol 'bpf_fentry_test6' was not declared. Should it be static?
../net/bpf/test_run.c:556:14: warning: symbol 'bpf_fentry_test7' was not declared. Should it be static?
../net/bpf/test_run.c:562:14: warning: symbol 'bpf_fentry_test8' was not declared. Should it be static?
../net/bpf/test_run.c:567:17: warning: symbol 'bpf_fentry_test9' was not declared. Should it be static?
../net/bpf/test_run.c:572:15: warning: symbol 'bpf_fentry_test_sinfo' was not declared. Should it be static?
../net/bpf/test_run.c:576:17: warning: symbol 'bpf_modify_return_test' was not declared. Should it be static?
../net/bpf/test_run.c:582:17: warning: symbol 'bpf_modify_return_test2' was not declared. Should it be static?
../net/bpf/test_run.c:589:17: warning: symbol 'bpf_modify_return_test_tp' was not declared. Should it be static?
../net/bpf/test_run.c:596:14: warning: symbol 'bpf_fentry_shadow_test' was not declared. Should it be static?
../net/bpf/test_run.c:618:18: warning: symbol 'bpf_kfunc_call_test_release' was not declared. Should it be static?
../net/bpf/test_run.c:623:18: warning: symbol 'bpf_kfunc_call_test_release_dtor' was not declared. Should it be static?
../net/bpf/test_run.c:629:18: warning: symbol 'bpf_kfunc_call_memb_release' was not declared. Should it be static?
../net/bpf/test_run.c:633:18: warning: symbol 'bpf_kfunc_call_memb_release_dtor' was not declared. Should it be static?
../net/netlink/af_netlink.c:2609:13: warning: context imbalance in 'netlink_walk_start' - wrong count at exit
../net/netlink/af_netlink.c:2615:13: warning: context imbalance in 'netlink_walk_stop' - unexpected unlock
../net/netlink/af_netlink.c:2665:9: warning: context imbalance in 'netlink_seq_start' - wrong count at exit
../mm/page-writeback.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'folio_redirty_for_writepage' - different lock contexts for basic block
../include/linux/rcupdate.h:878:9: warning: context imbalance in '__folio_cancel_dirty' - different lock contexts for basic block
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'folio_clear_dirty_for_io' - different lock contexts for basic block
../security/selinux/avc.c:461:58: warning: context imbalance in 'avc_alloc_node' - different lock contexts for basic block
../security/security.c: note: in included file:
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:41:1: warning: symbol 'security_hook_active_capset_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:41:1: warning: too many warnings
../net/core/dev.c:3389:23: warning: incorrect type in argument 4 (different base types)
../net/core/dev.c:3389:23:    expected restricted __wsum [usertype] csum
../net/core/dev.c:3389:23:    got unsigned int
../net/core/dev.c:3389:23: warning: cast from restricted __wsum
../net/core/dev.c:5347:5: warning: symbol 'br_fdb_test_addr_hook' was not declared. Should it be static?
../net/core/dev.c:3839:17: warning: context imbalance in '__dev_queue_xmit' - different lock contexts for basic block
../net/core/dev.c:5305:17: warning: context imbalance in 'net_tx_action' - different lock contexts for basic block
../security/selinux/hooks.c:5466:22: warning: restricted __be16 degrades to integer
../security/selinux/hooks.c:5467:22: warning: restricted __be16 degrades to integer
../arch/x86/kernel/irq_64.c:29:1: warning: symbol '__pcpu_scope_irq_stack_backing_store' was not declared. Should it be static?
../arch/x86/events/intel/uncore_nhmex.c: note: in included file (through ../arch/x86/include/asm/cpuid.h, ../arch/x86/include/asm/processor.h, ../arch/x86/include/asm/cpu_device_id.h):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../mm/swap.c: note: in included file (through ../include/linux/swap.h):
../include/linux/memcontrol.h:1553:46: warning: context imbalance in '__page_cache_release' - unexpected unlock
../mm/swap.c:94:46: warning: context imbalance in 'page_cache_release' - unexpected unlock
../include/linux/memcontrol.h:1553:46: warning: context imbalance in 'folio_batch_move_lru' - unexpected unlock
../mm/swap.c:924:62: warning: context imbalance in 'folios_put_refs' - unexpected unlock
../net/sched/sch_generic.c:222:9: warning: context imbalance in 'try_bulk_dequeue_skb_slow' - different lock contexts for basic block
../net/sched/sch_generic.c:302:28: warning: context imbalance in 'dequeue_skb' - different lock contexts for basic block
../net/sched/sch_generic.c:324:28: warning: context imbalance in 'sch_direct_xmit' - unexpected unlock
../net/sched/sch_generic.c:466:6: warning: context imbalance in 'netif_tx_lock' - wrong count at exit
../net/sched/sch_generic.c:489:6: warning: context imbalance in 'netif_tx_unlock' - unexpected unlock
../net/sched/sch_generic.c:1297:13: warning: context imbalance in 'dev_reset_queue' - different lock contexts for basic block
../arch/x86/events/intel/uncore_snb.c: note: in included file (through ../arch/x86/include/asm/irqflags.h, ../include/linux/irqflags.h, ../include/linux/spinlock.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h, ...):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (1000000ff becomes ff)
../fs/fcntl.c:1059:9: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1059:9:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1059:9:    struct fasync_struct *
../fs/fcntl.c:1137:22: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1137:22:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1137:22:    struct fasync_struct *
../fs/fcntl.c:1148:33: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1148:33:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1148:33:    struct fasync_struct *
../fs/fcntl.c:299:9: warning: context imbalance in 'f_getown_ex' - different lock contexts for basic block
../fs/exec.c:429:39: warning: incorrect type in return expression (different address spaces)
../fs/exec.c:429:39:    expected char const [noderef] __user *
../fs/exec.c:429:39:    got void *
../fs/exec.c:436:31: warning: incorrect type in return expression (different address spaces)
../fs/exec.c:436:31:    expected char const [noderef] __user *
../fs/exec.c:436:31:    got void *
../fs/exec.c:1028:48: warning: incorrect type in initializer (different address spaces)
../fs/exec.c:1028:48:    expected struct sighand_struct *oldsighand
../fs/exec.c:1028:48:    got struct sighand_struct [noderef] __rcu *sighand
../fs/exec.c:1134:56: warning: incorrect type in argument 2 (different address spaces)
../fs/exec.c:1134:56:    expected struct task_struct *parent
../fs/exec.c:1134:56:    got struct task_struct [noderef] __rcu *parent
../fs/exec.c:1169:47: warning: incorrect type in initializer (different address spaces)
../fs/exec.c:1169:47:    expected struct sighand_struct *oldsighand
../fs/exec.c:1169:47:    got struct sighand_struct [noderef] __rcu *sighand
../fs/exec.c:1285:26: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1285:26:    expected struct spinlock [usertype] *lock
../fs/exec.c:1285:26:    got struct spinlock [noderef] __rcu *
../fs/exec.c:1287:28: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1287:28:    expected struct spinlock [usertype] *lock
../fs/exec.c:1287:28:    got struct spinlock [noderef] __rcu *
../fs/exec.c:1781:70: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1781:70:    expected struct task_struct *tsk
../fs/exec.c:1781:70:    got struct task_struct [noderef] __rcu *parent
../io_uring/register.c: note: in included file:
../include/linux/io_uring_types.h:190:37: warning: array of flexible structures
../kernel/cpu.c:1251:9: warning: context imbalance in 'clear_tasks_mm_cpumask' - different lock contexts for basic block
../drivers/acpi/sleep.c:564:46: warning: restricted suspend_state_t degrades to integer
../drivers/acpi/sleep.c:672:50: warning: restricted suspend_state_t degrades to integer
../kernel/workqueue.c: In function ‘__alloc_workqueue’:
../kernel/workqueue.c:5679:9: warning: function ‘__alloc_workqueue’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 5679 |         name_len = vsnprintf(wq->name, sizeof(wq->name), fmt, args);
      |         ^~~~~~~~
../fs/namei.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'leave_rcu' - unexpected unlock
../fs/namei.c:2498:19: warning: context imbalance in 'path_init' - different lock contexts for basic block
../kernel/exit.c:334:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:334:37:    expected struct task_struct *tsk
../kernel/exit.c:334:37:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:337:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:337:32:    expected struct task_struct *task
../kernel/exit.c:337:32:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:338:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:338:35:    expected struct task_struct *task
../kernel/exit.c:338:35:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:383:24: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:383:24:    expected struct task_struct *parent
../kernel/exit.c:383:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:410:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:410:27:    expected struct spinlock [usertype] *lock
../kernel/exit.c:410:27:    got struct spinlock [noderef] __rcu *
../kernel/exit.c:413:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:413:29:    expected struct spinlock [usertype] *lock
../kernel/exit.c:413:29:    got struct spinlock [noderef] __rcu *
../kernel/exit.c:449:17: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:449:17:    expected struct task_struct [noderef] __rcu *volatile
../kernel/exit.c:449:17:    got struct task_struct *tsk
../kernel/exit.c:484:23: error: incompatible types in comparison expression (different address spaces):
../kernel/exit.c:484:23:    struct task_struct [noderef] __rcu *
../kernel/exit.c:484:23:    struct task_struct *
../kernel/exit.c:643:29: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:645:29: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:862:45: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1071:63: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1316:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1331:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1382:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1385:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1391:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1567:68: error: incompatible types in comparison expression (different base types):
../kernel/exit.c:1567:68:    void *
../kernel/exit.c:1567:68:    struct task_struct [noderef] __rcu *
../kernel/exit.c:1596:25: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1596:25:    expected struct task_struct *parent
../kernel/exit.c:1596:25:    got struct task_struct [noderef] __rcu *
../kernel/exit.c:453:20: warning: context imbalance in '__try_to_set_owner' - unexpected unlock
../kernel/exit.c:507:9: warning: dereference of noderef expression
../kernel/exit.c:476:6: warning: context imbalance in 'mm_update_next_owner' - different lock contexts for basic block
../kernel/exit.c: note: in included file:
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/exit.c: note: in included file (through ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_zombie' - unexpected unlock
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_stopped' - unexpected unlock
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_continued' - unexpected unlock
../kernel/exit.c: note: in included file:
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/exit.c:1632:6: warning: context imbalance in '__do_wait' - wrong count at exit
../net/ipv4/icmp.c: note: in included file (through ../include/linux/spinlock.h, ../include/linux/sched.h, ../include/linux/percpu.h, ../arch/x86/include/asm/msr.h, ../arch/x86/include/asm/tsc.h, ...):
../include/linux/bottom_half.h:33:30: warning: context imbalance in 'icmp_reply' - different lock contexts for basic block
../include/linux/bottom_half.h:33:30: warning: context imbalance in '__icmp_send' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/pfncache.c:184:17: warning: context imbalance in 'hva_to_pfn_retry' - unexpected unlock
../kernel/ptrace.c:55:22: error: incompatible types in comparison expression (different address spaces):
../kernel/ptrace.c:55:22:    struct task_struct *
../kernel/ptrace.c:55:22:    struct task_struct [noderef] __rcu *
../kernel/ptrace.c:74:23: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:74:23:    expected struct task_struct [noderef] __rcu *parent
../kernel/ptrace.c:74:23:    got struct task_struct *new_parent
../kernel/ptrace.c:75:29: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:75:29:    expected struct cred const [noderef] __rcu *ptracer_cred
../kernel/ptrace.c:75:29:    got struct cred const *
../kernel/ptrace.c:129:18: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:129:18:    expected struct cred const *old_cred
../kernel/ptrace.c:129:18:    got struct cred const [noderef] __rcu *ptracer_cred
../kernel/ptrace.c:133:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:133:25:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:133:25:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:160:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:160:27:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:160:27:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:192:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:192:28:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:192:28:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:198:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:198:30:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:198:30:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:251:44: error: incompatible types in comparison expression (different address spaces):
../kernel/ptrace.c:251:44:    struct task_struct [noderef] __rcu *
../kernel/ptrace.c:251:44:    struct task_struct *
../kernel/ptrace.c:494:54: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:494:54:    expected struct task_struct *parent
../kernel/ptrace.c:494:54:    got struct task_struct [noderef] __rcu *parent
../kernel/ptrace.c:502:53: warning: incorrect type in argument 2 (different address spaces)
../kernel/ptrace.c:502:53:    expected struct task_struct *new_parent
../kernel/ptrace.c:502:53:    got struct task_struct [noderef] __rcu *real_parent
../kernel/ptrace.c:550:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:550:41:    expected struct task_struct *p1
../kernel/ptrace.c:550:41:    got struct task_struct [noderef] __rcu *real_parent
../kernel/ptrace.c:552:50: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:552:50:    expected struct sighand_struct *sigh
../kernel/ptrace.c:552:50:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/ptrace.c:743:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:743:37:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:743:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:751:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:751:39:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:751:39:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:862:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:862:29:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:862:29:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:866:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:866:31:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:866:31:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1096:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:1096:37:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:1096:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1098:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:1098:39:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:1098:39:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:380:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:380:30:    expected struct spinlock [usertype] *l
../kernel/ptrace.c:380:30:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:409:12: warning: context imbalance in 'ptrace_attach' - different lock contexts for basic block
../kernel/ptrace.c:500:38: warning: dereference of noderef expression
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:690:9: warning: context imbalance in 'ptrace_getsiginfo' - different lock contexts for basic block
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:706:9: warning: context imbalance in 'ptrace_setsiginfo' - different lock contexts for basic block
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1255:9: warning: context imbalance in 'ptrace_request' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18: error: incompatible types in comparison expression (different address spaces):
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18:    struct file *
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18:    struct file [noderef] __rcu *
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:130:17: warning: context imbalance in 'kvm_gmem_invalidate_begin' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../mm/vmscan.c:2585:1: warning: symbol 'lru_gen_caps' was not declared. Should it be static?
../mm/vmscan.c:806:28: warning: context imbalance in '__remove_mapping' - unexpected unlock
../mm/vmscan.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'walk_pte_range' - unexpected unlock
../block/blk-iocost.c:732:9: warning: context imbalance in 'iocg_lock' - wrong count at exit
../block/blk-iocost.c:743:28: warning: context imbalance in 'iocg_unlock' - unexpected unlock
../fs/inode.c:995:17: warning: context imbalance in 'inode_lru_isolate' - unexpected unlock
../fs/inode.c:1055:9: warning: context imbalance in 'find_inode' - different lock contexts for basic block
../fs/inode.c:1096:9: warning: context imbalance in 'find_inode_fast' - different lock contexts for basic block
../fs/inode.c:1826:5: warning: context imbalance in 'insert_inode_locked' - wrong count at exit
../fs/inode.c:1944:20: warning: context imbalance in 'iput_final' - unexpected unlock
../fs/inode.c:1958:6: warning: context imbalance in 'iput' - wrong count at exit
../fs/inode.c:2491:17: warning: context imbalance in '__wait_on_freeing_inode' - unexpected unlock
../net/core/netpoll.c:358:25: warning: context imbalance in '__netpoll_send_skb' - different lock contexts for basic block
../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 *
../kernel/sys.c:1111:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/sys.c:1111:32:    expected struct task_struct *p1
../kernel/sys.c:1111:32:    got struct task_struct [noderef] __rcu *real_parent
../kernel/sys.c:1858:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block
../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:190:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:190:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:190:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:193:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:193:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:193:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:496:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:496:9:    expected struct spinlock [usertype] *lock
../kernel/signal.c:496:9:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:500:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:500:34:    expected struct spinlock [usertype] *lock
../kernel/signal.c:500:34:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:522:53: warning: incorrect type in initializer (different address spaces)
../kernel/signal.c:522:53:    expected struct k_sigaction *ka
../kernel/signal.c:522:53:    got struct k_sigaction [noderef] __rcu *
../include/uapi/asm-generic/signal-defs.h:83:29: error: multiple address spaces given
../kernel/signal.c:623:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:623:9:    expected struct lockdep_map const *lock
../kernel/signal.c:623:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:722:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:722:9:    expected struct lockdep_map const *lock
../kernel/signal.c:722:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:753:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:753:9:    expected struct lockdep_map const *lock
../kernel/signal.c:753:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:854:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:854:9:    expected struct lockdep_map const *lock
../kernel/signal.c:854:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:1049:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1049:9:    expected struct lockdep_map const *lock
../kernel/signal.c:1049:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:1301:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1301:9:    expected struct spinlock [usertype] *lock
../kernel/signal.c:1301:9:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1302:16: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:1302:16:    expected struct k_sigaction *action
../kernel/signal.c:1302:16:    got struct k_sigaction [noderef] __rcu *
../kernel/signal.c:1323:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1323:34:    expected struct spinlock [usertype] *lock
../kernel/signal.c:1323:34:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1926:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1926:37:    expected struct spinlock [usertype] *l
../kernel/signal.c:1926:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2175:44: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2194:65: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2194:65:    expected struct task_struct *tsk
../kernel/signal.c:2194:65:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2195:40: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2213:14: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2213:14:    expected struct sighand_struct *psig
../kernel/signal.c:2213:14:    got struct sighand_struct [noderef] __rcu *[noderef] __rcu sighand
../kernel/signal.c:2242:53: warning: incorrect type in argument 3 (different address spaces)
../kernel/signal.c:2242:53:    expected struct task_struct *t
../kernel/signal.c:2242:53:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2243:34: warning: incorrect type in argument 2 (different address spaces)
../kernel/signal.c:2243:34:    expected struct task_struct *parent
../kernel/signal.c:2243:34:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2272:24: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2272:24:    expected struct task_struct *parent
../kernel/signal.c:2272:24:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2275:24: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2275:24:    expected struct task_struct *parent
../kernel/signal.c:2275:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/signal.c:2308:17: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2308:17:    expected struct sighand_struct *sighand
../kernel/signal.c:2308:17:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/signal.c:2348:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2348:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2348:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2350:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2350:39:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2350:39:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2407:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2407:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2407:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2465:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2465:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2465:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2505:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2505:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2505:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2507:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2507:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2507:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2605:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2605:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2605:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2689:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2689:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2689:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2701:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2701:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2701:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2744:52: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2744:52:    expected struct task_struct *tsk
../kernel/signal.c:2744:52:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2746:49: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2784:49: warning: incorrect type in initializer (different address spaces)
../kernel/signal.c:2784:49:    expected struct sighand_struct *sighand
../kernel/signal.c:2784:49:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/signal.c:3117:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3117:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3117:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3138:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3138:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3138:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3205:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3205:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3205:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3207:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3207:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3207:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3358:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3358:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3358:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3361:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3361:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3361:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3750:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3750:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3750:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3762:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3762:37:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3762:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3767:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3767:35:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3767:35:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3772:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3772:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3772:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4239:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4239:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4239:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4251:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4251:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4251:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4269:11: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:4269:11:    expected struct k_sigaction *k
../kernel/signal.c:4269:11:    got struct k_sigaction [noderef] __rcu *
../kernel/signal.c:4271:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4271:25:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4271:25:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4273:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4273:35:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4273:35:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4325:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4325:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4325:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4973:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4973:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4973:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4982:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4982:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4982:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4992:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4992:23:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4992:23:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:74:34: warning: dereference of noderef expression
../kernel/signal.c:509:35: warning: dereference of noderef expression
../kernel/signal.c:537:52: warning: dereference of noderef expression
../kernel/signal.c:1002: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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1272:9: warning: context imbalance in 'do_send_sig_info' - different lock contexts for basic block
../kernel/signal.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in '__lock_task_sighand' - different lock contexts for basic block
../kernel/signal.c: note: in included file (through ../include/linux/sched/cputime.h):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1922:6: warning: context imbalance in 'flush_itimer_signals' - wrong count at exit
../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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2195:40: warning: dereference of noderef expression
../kernel/signal.c:2195:40: warning: dereference of noderef expression
../kernel/signal.c: note: in included file (through ../include/uapi/asm-generic/bpf_perf_event.h, arch/x86/include/generated/uapi/asm/bpf_perf_event.h, ../include/uapi/linux/bpf_perf_event.h, ../include/linux/perf_event.h, ...):
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2533:13: warning: context imbalance in 'do_signal_stop' - different lock contexts for basic block
../kernel/signal.c:2746:49: warning: dereference of noderef expression
../kernel/signal.c:2746:49: warning: dereference of noderef expression
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2870:33: warning: context imbalance in 'get_signal' - unexpected unlock
../kernel/signal.c:4240:33: warning: dereference of noderef expression
../kernel/signal.c:4333:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4333:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4333:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4339:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4339:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4339:33:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fred.c: note: in included file (through ../arch/x86/include/asm/irqflags.h, ../include/linux/irqflags.h, ../include/linux/spinlock.h, ../arch/x86/include/asm/mmu.h, ../arch/x86/include/asm/desc.h):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (2000030024 becomes 30024)
../arch/x86/kvm/emulate.c:5079:21: error: arithmetics on pointers to functions
../kernel/pid.c:393:9: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:393:9:    struct pid [noderef] __rcu *
../kernel/pid.c:393:9:    struct pid *
../kernel/pid.c:394:9: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:394:9:    struct pid [noderef] __rcu *
../kernel/pid.c:394:9:    struct pid *
../kernel/pid.c:455:23: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:455:23:    struct pid [noderef] __rcu *
../kernel/pid.c:455:23:    struct pid *
../kernel/pid.c:513:24: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:513:24:    struct pid [noderef] __rcu *
../kernel/pid.c:513:24:    struct pid *
../kernel/pid.c: note: in included file (through ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/rculist.h:557:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rculist.h:557:9:    struct hlist_node [noderef] __rcu *
../include/linux/rculist.h:557:9:    struct hlist_node *
../include/linux/rculist.h:558:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rculist.h:558:9:    struct hlist_node [noderef] __rcu *
../include/linux/rculist.h:558:9:    struct hlist_node *
../arch/x86/kernel/ldt.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'map_ldt_struct' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unmap_ldt_struct' - unexpected unlock
../kernel/workqueue.c:5465:21: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:5465:21:    expected struct pool_workqueue [noderef] __rcu *[noderef] __percpu *cpu_pwq
../kernel/workqueue.c:5465:21:    got struct pool_workqueue *[noderef] __percpu *
../kernel/workqueue.c:5482:31: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:5482:31:    expected struct pool_workqueue **pwq_p
../kernel/workqueue.c:5482:31:    got struct pool_workqueue [noderef] __rcu **
../kernel/workqueue.c:5516:54: warning: incorrect type in initializer (different address spaces)
../kernel/workqueue.c:5516:54:    expected struct pool_workqueue *pwq
../kernel/workqueue.c:5516:54:    got struct pool_workqueue [noderef] __rcu *
../kernel/workqueue.c:6030:13: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:6030:13:    expected struct pool_workqueue *pwq
../kernel/workqueue.c:6030:13:    got struct pool_workqueue [noderef] __rcu *
../kernel/workqueue.c:3854:33: warning: context imbalance in 'flush_workqueue_prep_pwqs' - unexpected unlock
../fs/file.c:417:17: warning: incorrect type in assignment (different address spaces)
../fs/file.c:417:17:    expected struct file **old_fds
../fs/file.c:417:17:    got struct file [noderef] __rcu **fd
../fs/file.c:418:17: warning: incorrect type in assignment (different address spaces)
../fs/file.c:418:17:    expected struct file **new_fds
../fs/file.c:418:17:    got struct file [noderef] __rcu **fd
../fs/file.c:433:17: error: incompatible types in comparison expression (different address spaces):
../fs/file.c:433:17:    struct file [noderef] __rcu *
../fs/file.c:433:17:    struct file *
../fs/file.c:463:60: warning: incorrect type in initializer (different address spaces)
../fs/file.c:503:28: warning: incorrect type in initializer (different address spaces)
../fs/file.c:501:21: warning: symbol 'init_files' was not declared. Should it be static?
../fs/file.c:681:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:861:30: warning: incorrect type in assignment (different address spaces)
../fs/file.c:882:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:886:13: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:889:23: warning: incorrect type in assignment (different address spaces)
../fs/file.c:912:24: warning: incorrect type in return expression (different address spaces)
../fs/file.c:914:14: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:935:22: warning: incorrect type in assignment (different address spaces)
../fs/file.c:937:32: warning: incorrect type in return expression (different address spaces)
../fs/file.c:959:31: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:959:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:963:16: warning: incorrect type in return expression (different address spaces)
../fs/file.c:1247:16: warning: incorrect type in assignment (different address spaces)
../arch/x86/kernel/setup.c:167:6: warning: symbol 'builtin_cmdline' was not declared. Should it be static?
../fs/xattr.c:739:32: warning: dereference of noderef expression
../fs/xattr.c:885:32: warning: dereference of noderef expression
../fs/namespace.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/xarray.h, ../include/linux/list_lru.h, ../include/linux/fs.h, ...):
../include/linux/rbtree.h:209:21: warning: context imbalance in 'mnt_ns_tree_add' - wrong count at exit
../fs/namespace.c:162:9: warning: context imbalance in 'mnt_ns_tree_remove' - different lock contexts for basic block
../fs/namespace.c:199:29: warning: context imbalance in 'lookup_mnt_ns' - wrong count at exit
../fs/namespace.c:2068:22: warning: context imbalance in '__lookup_next_mnt_ns' - wrong count at exit
../mm/percpu.c:1980:24: warning: context imbalance in 'pcpu_balance_free' - unexpected unlock
../arch/x86/kvm/lapic.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'kvm_inhibit_apic_access_page' - unexpected unlock
../net/ipv6/route.c:2344:39: warning: incorrect type in assignment (different base types)
../net/ipv6/route.c:2344:39:    expected unsigned int [usertype] flow_label
../net/ipv6/route.c:2344:39:    got restricted __be32
../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:54:1: error: too long token expansion
../drivers/tty/sysrq.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/sched/signal.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'sysrq_handle_crash' - unexpected unlock
../mm/compaction.c:569:39: warning: context imbalance in 'compact_unlock_should_abort' - unexpected unlock
../mm/compaction.c:683:39: warning: context imbalance in 'isolate_freepages_block' - unexpected unlock
../net/mptcp/protocol.c:3371:9: warning: context imbalance in 'mptcp_sk_clone_init' - unexpected unlock
../fs/fs-writeback.c:1965:17: warning: context imbalance in 'writeback_sb_inodes' - unexpected unlock
../fs/fs-writeback.c:2618:20: warning: context imbalance in '__mark_inode_dirty' - unexpected unlock
../arch/x86/kvm/x86.c:232:47: warning: array of flexible structures
../arch/x86/kvm/x86.c: note: in included file:
../include/linux/kvm_host.h:2074:54: warning: array of flexible structures
../arch/x86/kvm/x86.c:258:49: warning: array of flexible structures
../include/linux/kvm_host.h:2076:56: warning: array of flexible structures
../arch/x86/kvm/x86.c:3027:9: warning: context imbalance in '__kvm_start_pvclock_update' - wrong count at exit
../arch/x86/kvm/x86.c:3038:13: warning: context imbalance in 'kvm_end_pvclock_update' - unexpected unlock
../arch/x86/kvm/x86.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'vcpu_enter_guest' - unexpected unlock
../include/linux/srcu.h:350:9: warning: context imbalance in 'vcpu_run' - unexpected unlock
../fs/d_path.c:195:9: warning: context imbalance in 'prepend_path' - wrong count at exit
../fs/d_path.c:359:9: warning: context imbalance in '__dentry_path' - wrong count at exit
../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)
../kernel/cred.c:104:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:104:9:    struct cred *
../kernel/cred.c:104:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:105:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:105:9:    struct cred *
../kernel/cred.c:105:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:121:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:121:9:    expected struct atomic64_t const [usertype] *v
../kernel/cred.c:121:9:    got struct atomic64_t const [noderef] __rcu *
../kernel/cred.c:124:22: warning: cast removes address space '__rcu' of expression
../kernel/cred.c:127:17: warning: cast removes address space '__rcu' of expression
../kernel/cred.c:218:13: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:218:13:    expected struct cred const *old
../kernel/cred.c:218:13:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:305:47: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:305:47:    expected struct cred const *cred
../kernel/cred.c:305:47:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:305:30: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:305:30:    expected struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:305:30:    got struct cred const *
../kernel/cred.c:306:17: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:306:17:    expected struct atomic64_t const [usertype] *v
../kernel/cred.c:306:17:    got struct atomic64_t const [noderef] __rcu *
../kernel/cred.c:344:32: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:344:32:    expected struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:344:32:    got struct cred const *
../kernel/cred.c:395:38: warning: incorrect type in initializer (different address spaces)
../kernel/cred.c:395:38:    expected struct cred const *old
../kernel/cred.c:395:38:    got struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:400:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:400:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:400:9:    struct cred const *
../kernel/cred.c:519:46: warning: incorrect type in initializer (different address spaces)
../kernel/cred.c:519:46:    expected struct cred const *override
../kernel/cred.c:519:46:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:301:19: warning: dereference of noderef expression
../kernel/cred.c: note: in included file:
../include/linux/cred.h:182:41: warning: incorrect type in initializer (different address spaces)
../include/linux/cred.h:182:41:    expected struct cred const *old
../include/linux/cred.h:182:41:    got struct cred const [noderef] __rcu *cred
../kernel/reboot.c:241: warning: Function parameter or struct member 'cmd' not described in 'do_kernel_restart'
../kernel/reboot.c:972: warning: Function parameter or struct member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
../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:1869:56: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:1871:56: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:452:17: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:452:25: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:466:47: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:3741:65: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:4218:47: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:4395:65: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:6123:54: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:6124:54: warning: restricted suspend_state_t degrades to integer
../mm/mincore.c:111:17: warning: context imbalance in 'mincore_pte_range' - unexpected unlock
../arch/x86/kvm/mmu/mmu.c:561:9: warning: context imbalance in 'walk_shadow_page_lockless_begin' - wrong count at exit
../arch/x86/kvm/mmu/mmu.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../arch/x86/kvm/irq.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'walk_shadow_page_lockless_end' - unexpected unlock
../arch/x86/kvm/mmu/mmu.c:2737:9: warning: context imbalance in 'mmu_try_to_unsync_pages' - different lock contexts for basic block
../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:441:24: warning: cast truncates bits from constant value (ffffffffff000 becomes fffff000)
../arch/x86/kvm/mmu/mmu.c:5215:57: warning: cast truncates bits from constant value (ffffff33 becomes 33)
../arch/x86/kvm/mmu/mmu.c:5217:56: warning: cast truncates bits from constant value (ffffff0f becomes f)
../arch/x86/kvm/mmu/mmu.c:5219:57: warning: cast truncates bits from constant value (ffffff55 becomes 55)
../mm/mlock.c: note: in included file (through ../include/linux/swap.h):
../include/linux/memcontrol.h:1539:39: warning: context imbalance in '__mlock_new_folio' - unexpected unlock
../mm/mlock.c:208:39: warning: context imbalance in 'mlock_folio_batch' - unexpected unlock
../mm/mlock.c:407:20: warning: context imbalance in 'mlock_pte_range' - unexpected unlock
../drivers/gpu/drm/tests/drm_kunit_helpers.c:324: warning: bad line:                                            for a KUnit test
../arch/x86/kernel/alternative.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/umh.h, ../include/linux/kmod.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__text_poke' - unexpected unlock
../mm/mprotect.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/pagewalk.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'change_pte_range' - unexpected unlock
../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:393:1: warning: cast to restricted __le64
../drivers/usb/host/./xhci-trace.h:393: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:393:1: warning: cast to restricted __le64
../drivers/usb/host/./xhci-trace.h:393:1: warning: cast from restricted __le32
../arch/x86/kvm/mmu/tdp_mmu.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/kvm_host.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__tdp_mmu_zap_root' - unexpected unlock
../arch/x86/kvm/mmu/tdp_mmu.c:1376:33: warning: context imbalance in 'tdp_mmu_split_huge_pages_root' - unexpected unlock
../drivers/acpi/nfit/core.c: note: in included file:
../drivers/acpi/nfit/nfit.h:184:40: warning: array of flexible structures
../drivers/acpi/nfit/nfit.h:189:45: warning: array of flexible structures
../drivers/acpi/nfit/core.c:1403:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1412:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1421:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1430:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1440:25: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1449:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1468:44: warning: cast to restricted __le16
../drivers/acpi/nfit/core.c:1502:41: warning: cast to restricted __le16
../drivers/acpi/nfit/core.c:1527:44: warning: cast to restricted __be32
../drivers/acpi/nfit/core.c:1791:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1793:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1794:33: warning: cast to restricted __be32
../drivers/acpi/nfit/core.c:1797:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1798:33: warning: cast to restricted __be32
../mm/mremap.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'move_ptes' - unexpected unlock
../mm/mremap.c:306:20: warning: context imbalance in 'move_normal_pmd' - different lock contexts for basic block
../drivers/firewire/ohci.c:1154:9: warning: context imbalance in 'context_retire_descriptors' - different lock contexts for basic block
../drivers/firewire/ohci.c:2203:20: warning: context imbalance in 'irq_handler' - different lock contexts for basic block
../drivers/firewire/ohci.c:2717:12: warning: context imbalance in 'ohci_enable_phys_dma' - different lock contexts for basic block
../drivers/firewire/ohci.c:2752:12: warning: context imbalance in 'ohci_read_csr' - different lock contexts for basic block
../drivers/firewire/ohci.c:2804:9: warning: context imbalance in 'ohci_write_csr' - different lock contexts for basic block
../drivers/firewire/ohci.c:3259:9: warning: context imbalance in 'ohci_free_iso_context' - wrong count at exit
../drivers/firewire/ohci.c:3281:12: warning: context imbalance in 'ohci_set_iso_channels' - wrong count at exit
../drivers/firewire/ohci.c:3565:12: warning: context imbalance in 'ohci_queue_iso' - wrong count at exit
../arch/x86/kernel/process.c: In function ‘arch_post_acpi_subsys_init’:
../arch/x86/kernel/process.c:954:17: warning: variable ‘hi’ set but not used [-Wunused-but-set-variable]
  954 |         u32 lo, hi;
      |                 ^~
../drivers/input/keyboard/applespi.c:730:9: warning: context imbalance in 'applespi_msg_complete' - wrong count at exit
../drivers/input/keyboard/applespi.c:893:9: warning: context imbalance in 'applespi_init' - wrong count at exit
../drivers/input/keyboard/applespi.c:896:12: warning: context imbalance in 'applespi_set_capsl_led' - wrong count at exit
../drivers/input/keyboard/applespi.c:926:9: warning: context imbalance in 'applespi_set_bl_level' - wrong count at exit
../drivers/input/keyboard/applespi.c:1400:13: warning: context imbalance in 'applespi_got_data' - different lock contexts for basic block
../drivers/input/keyboard/applespi.c:1569:9: warning: context imbalance in 'applespi_notify' - wrong count at exit
../drivers/input/keyboard/applespi.c:1799:9: warning: context imbalance in 'applespi_drain_writes' - wrong count at exit
../drivers/input/keyboard/applespi.c:1810:9: warning: context imbalance in 'applespi_drain_reads' - wrong count at exit
../drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3346:30: warning: cast truncates bits from constant value (ffffff0d becomes d)
../drivers/base/power/wakeup.c:257:5: warning: context imbalance in 'wakeup_sources_read_lock' - wrong count at exit
../drivers/base/power/wakeup.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'wakeup_sources_read_unlock' - unexpected unlock
../drivers/base/power/wakeup.c:1097:13: warning: context imbalance in 'wakeup_sources_stats_seq_start' - wrong count at exit
../include/linux/srcu.h:350:9: warning: context imbalance in 'wakeup_sources_stats_seq_stop' - unexpected unlock
../drivers/soc/qcom/smp2p.c:255:34: warning: incorrect type in argument 1 (different address spaces)
../drivers/soc/qcom/smp2p.c:255:34:    expected void const volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:255:34:    got unsigned int [usertype] *value
../drivers/soc/qcom/smp2p.c:419:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/soc/qcom/smp2p.c:419:33:    expected void const volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:419:33:    got unsigned int [usertype] *value
../drivers/soc/qcom/smp2p.c:422:26: warning: incorrect type in argument 2 (different address spaces)
../drivers/soc/qcom/smp2p.c:422:26:    expected void volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:422:26:    got unsigned int [usertype] *value
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_report_zones' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_zone_write' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_zone_mgmt' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_process_zoned_cmd' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_set_zone_cond' - unexpected unlock
../drivers/gpu/drm/bridge/imx/imx-legacy-bridge.c:49:25: warning: symbol 'imx_legacy_bridge_funcs' was not declared. Should it be static?
../mm/memory.c:163:15: warning: symbol 'zero_pfn' was not declared. Should it be static?
../mm/memory.c:1200:9: warning: context imbalance in 'copy_pte_range' - unexpected unlock
../mm/memory.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/timerqueue.h, ../include/linux/hrtimer_defs.h, ../include/linux/hrtimer.h, ../include/linux/interrupt.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'zap_pte_range' - unexpected unlock
../mm/memory.c:2006:16: warning: context imbalance in '__get_locked_pte' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_pages' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_pfn' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'remap_pte_range' - unexpected unlock
../mm/memory.c:2842:17: warning: context imbalance in 'apply_to_pte_range' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'wp_page_copy' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'finish_mkwrite_fault' - unexpected unlock
../mm/memory.c:3544:17: warning: context imbalance in 'wp_pfn_shared' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'wp_page_shared' - unexpected unlock
../mm/memory.c:3669:19: warning: context imbalance in 'do_wp_page' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'remove_device_exclusive_entry' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'pte_marker_clear' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'alloc_swap_folio' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_swap_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'alloc_anon_folio' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_anonymous_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'finish_fault' - unexpected unlock
../mm/memory.c:5463:9: warning: context imbalance in 'do_fault' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_numa_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'handle_pte_fault' - unexpected unlock
../mm/memory.c:6441:5: warning: context imbalance in 'follow_pfnmap_start' - different lock contexts for basic block
../mm/memory.c:6527:28: warning: context imbalance in 'follow_pfnmap_end' - unexpected unlock
../arch/x86/kvm/xen.c:529:9: warning: context imbalance in 'kvm_xen_update_runstate_guest' - unexpected unlock
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c: In function ‘imx_ldb_probe’:
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c:540:57: warning: ‘_sel’ directive output may be truncated writing 4 bytes into a region of size between 3 and 13 [-Wformat-truncation=]
  540 |                 snprintf(clkname, sizeof(clkname), "di%d_sel", i);
      |                                                         ^~~~
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c:540:17: note: ‘snprintf’ output between 8 and 18 bytes into a destination of size 16
  540 |                 snprintf(clkname, sizeof(clkname), "di%d_sel", i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kernel/sched/core.c:299:56: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:299:56:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:299:56:    struct task_struct *
../kernel/sched/core.c:765:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:765:25:    expected struct task_struct *task
../kernel/sched/core.c:765:25:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:835:49: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/core.c:835:49:    expected struct task_struct *p
../kernel/sched/core.c:835:49:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:1080:38: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:1080:38:    expected struct task_struct *curr
../kernel/sched/core.c:1080:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:1181:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:1181:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:1181:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:2179:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:2179:39:    expected struct task_struct *donor
../kernel/sched/core.c:2179:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/core.c:2190:65: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:2190:65:    expected struct task_struct *tsk
../kernel/sched/core.c:2190:65:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:3669:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:3669:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:3669:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:3878:36: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:3878:36:    expected struct task_struct const *p
../kernel/sched/core.c:3878:36:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:7986:43: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:7986:43:    expected struct task_struct *push_task
../kernel/sched/core.c:7986:43:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:5641:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:5641:15:    expected struct task_struct *donor
../kernel/sched/core.c:5641:15:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/core.c:6308:32: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6308:32:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6308:32:    struct task_struct *
../kernel/sched/core.c:6339:23: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6339:23:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6339:23:    struct task_struct *
../kernel/sched/core.c:6347:46: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6347:46:    struct task_struct *
../kernel/sched/core.c:6347:46:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6404:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:6404:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:6404:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:6653:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:6653:14:    expected struct task_struct *prev
../kernel/sched/core.c:6653:14:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:7199:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:7199:17:    struct task_struct *
../kernel/sched/core.c:7199:17:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:8884:16: warning: incorrect type in return expression (different address spaces)
../kernel/sched/core.c:8884:16:    expected struct task_struct *
../kernel/sched/core.c:8884:16:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:9393:11: warning: symbol 'max_cfs_quota_period' was not declared. Should it be static?
../kernel/sched/core.c:10099:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:10099:25:    expected struct task_struct *p
../kernel/sched/core.c:10099:25:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:373:9: warning: context imbalance in 'sched_core_lock' - different lock contexts for basic block
../kernel/sched/core.c:383:17: warning: context imbalance in 'sched_core_unlock' - unexpected unlock
../kernel/sched/core.c:591:6: warning: context imbalance in 'raw_spin_rq_lock_nested' - wrong count at exit
../kernel/sched/core.c:616:6: warning: context imbalance in 'raw_spin_rq_trylock' - wrong count at exit
../kernel/sched/core.c:640:6: warning: context imbalance in 'raw_spin_rq_unlock' - unexpected unlock
../kernel/sched/core.c: note: in included file:
../kernel/sched/sched.h:1738:9: warning: context imbalance in '__task_rq_lock' - wrong count at exit
../kernel/sched/sched.h:1738:9: warning: context imbalance in 'task_rq_lock' - wrong count at exit
../kernel/sched/core.c: note: in included file:
../kernel/sched/pelt.h:98:13: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/pelt.h:98:13:    expected struct task_struct const *p
../kernel/sched/pelt.h:98:13:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:835:11: warning: dereference of noderef expression
../kernel/sched/core.c:1556:13: warning: context imbalance in 'uclamp_update_util_min_rt_default' - wrong count at exit
../kernel/sched/core.c:2260:35: warning: context imbalance in 'wait_task_inactive' - different lock contexts for basic block
../kernel/sched/core.c: note: in included file:
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/core.c:2143:38: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:2143:38:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:2143:38:    struct task_struct const *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/rt.c:851:70: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:851:70:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:851:70:    struct task_struct *
../kernel/sched/rt.c:2336:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:2336:25:    struct task_struct *
../kernel/sched/rt.c:2336:25:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:531:55: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:531:55:    expected struct task_struct *donor
../kernel/sched/rt.c:531:55:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:991:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:991:39:    expected struct task_struct *donor
../kernel/sched/rt.c:991:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1529:31: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/rt.c:1529:31:    expected struct task_struct *p
../kernel/sched/rt.c:1529:31:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:1849:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1849:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/rt.c:1849:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/rt.c:1549:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1549:14:    expected struct task_struct *curr
../kernel/sched/rt.c:1549:14:    got struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:1550:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1550:15:    expected struct task_struct *donor
../kernel/sched/rt.c:1550:15:    got struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:1611:45: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/rt.c:1611:45:    expected struct task_struct *p
../kernel/sched/rt.c:1611:45:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1654:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:1654:39:    expected struct task_struct *donor
../kernel/sched/rt.c:1654:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1674:64: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:1674:64:    expected struct task_struct *tsk
../kernel/sched/rt.c:1674:64:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2018:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2018:40:    expected struct task_struct *task
../kernel/sched/rt.c:2018:40:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2041:13: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:2041:13:    struct task_struct *
../kernel/sched/rt.c:2041:13:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:2387:54: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2387:54:    expected struct task_struct *tsk
../kernel/sched/rt.c:2387:54:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2389:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2389:40:    expected struct task_struct *p
../kernel/sched/rt.c:2389:40:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:2389:62: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2389:62:    expected struct task_struct *p
../kernel/sched/rt.c:2389:62:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/deadline.c:2703:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2703:23:    expected struct task_struct *p
../kernel/sched/deadline.c:2703:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2713:13: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:2713:13:    struct task_struct *
../kernel/sched/deadline.c:2713:13:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2819:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:2819:25:    struct task_struct *
../kernel/sched/deadline.c:2819:25:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2342:42: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2342:42:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:2342:42:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:2353:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2353:38:    expected struct task_struct *tsk
../kernel/sched/deadline.c:2353:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1242:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1242:39:    expected struct task_struct *p
../kernel/sched/deadline.c:1242:39:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1242:85: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:1242:85:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:1242:85:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:1342:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1342:23:    expected struct task_struct *p
../kernel/sched/deadline.c:1342:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:1651:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1651:31:    expected struct task_struct *p
../kernel/sched/deadline.c:1651:31:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1651:70: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:1651:70:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:1651:70:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:1739:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/deadline.c:1739:39:    expected struct task_struct *donor
../kernel/sched/deadline.c:1739:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2564:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2564:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/deadline.c:2564:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/deadline.c:2226:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2226:14:    expected struct task_struct *curr
../kernel/sched/deadline.c:2226:14:    got struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2227:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2227:15:    expected struct task_struct *donor
../kernel/sched/deadline.c:2227:15:    got struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2303:43: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2303:43:    expected struct task_struct *p
../kernel/sched/deadline.c:2303:43:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2864:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2864:38:    expected struct task_struct *tsk
../kernel/sched/deadline.c:2864:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:2866:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2866:23:    expected struct task_struct *p
../kernel/sched/deadline.c:2866:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2868:44: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2868:44:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:2868:44:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:3043:23: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:3043:23:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:3043:23:    struct task_struct *
../kernel/sched/deadline.c:3092:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/syscalls.c:206:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/syscalls.c:206:22:    struct task_struct [noderef] __rcu *
../kernel/sched/syscalls.c:206:22:    struct task_struct *
../kernel/sched/syscalls.c:253:48: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/syscalls.c:253:48:    struct task_struct [noderef] __rcu *
../kernel/sched/syscalls.c:253:48:    struct task_struct *
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/syscalls.c:1298:6: warning: context imbalance in 'sched_getaffinity' - different lock contexts for basic block
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/rt.c:1699:15: warning: dereference of noderef expression
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/debug.c:629:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/debug.c:629:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/debug.c:629:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/debug.c:969:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/debug.c:969:9:    expected struct task_struct *tsk
../kernel/sched/debug.c:969:9:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/debug.c:969:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/debug.c:969:9:    expected struct task_struct *tsk
../kernel/sched/debug.c:969:9:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/stats.c:138:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/stats.c:138:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/stats.c:138:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/topology.c:107:56: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:107:56:    expected struct sched_domain *sd
../kernel/sched/topology.c:107:56:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:126:60: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:126:60:    expected struct sched_domain *sd
../kernel/sched/topology.c:126:60:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:149:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:149:20:    expected struct sched_domain *sd
../kernel/sched/topology.c:149:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:454:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:454:13:    expected struct perf_domain *[assigned] tmp
../kernel/sched/topology.c:454:13:    got struct perf_domain [noderef] __rcu *pd
../kernel/sched/topology.c:463:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:463:13:    expected struct perf_domain *[assigned] tmp
../kernel/sched/topology.c:463:13:    got struct perf_domain [noderef] __rcu *pd
../kernel/sched/topology.c:484:19: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:484:19:    expected struct perf_domain *[assigned] pd
../kernel/sched/topology.c:484: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:739:50: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:739:50:    expected struct sched_domain *parent
../kernel/sched/topology.c:739:50:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:747:55: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:747:55:    expected struct sched_domain [noderef] __rcu *[noderef] __rcu child
../kernel/sched/topology.c:747:55:    got struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:760:29: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:760:29:    expected struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:760:29:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:765:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:765:20:    expected struct sched_domain *sd
../kernel/sched/topology.c:765:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:786:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:786:13:    expected struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:786:13:    got struct sched_domain [noderef] __rcu *sd
../kernel/sched/topology.c:948:70: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:948:70:    expected struct sched_domain *sd
../kernel/sched/topology.c:948:70:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:977:59: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:977:59:    expected struct sched_domain *sd
../kernel/sched/topology.c:977:59:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1023:57: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1023:57:    expected struct sched_domain *sd
../kernel/sched/topology.c:1023:57:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1025:25: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:1025:25:    expected struct sched_domain *sibling
../kernel/sched/topology.c:1025:25:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1033:55: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1033:55:    expected struct sched_domain *sd
../kernel/sched/topology.c:1033:55:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1035:25: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:1035:25:    expected struct sched_domain *sibling
../kernel/sched/topology.c:1035:25:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1105:62: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1105:62:    expected struct sched_domain *sd
../kernel/sched/topology.c:1105:62:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1209:40: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:1209:40:    expected struct sched_domain *child
../kernel/sched/topology.c:1209:40:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1637:43: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:1637:43:    expected struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1637:43:    got struct sched_domain *child
../kernel/sched/topology.c:1775:21: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1775:21:    int [noderef] __rcu *
../kernel/sched/topology.c:1775:21:    int *
../kernel/sched/topology.c:1901:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1901:9:    int [noderef] __rcu *
../kernel/sched/topology.c:1901:9:    int *
../kernel/sched/topology.c:1956:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1956:9:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:1956:9:    struct cpumask ***
../kernel/sched/topology.c:2014:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2014:9:    int [noderef] __rcu *
../kernel/sched/topology.c:2014:9:    int *
../kernel/sched/topology.c:2016:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2016:9:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2016:9:    struct cpumask ***
../kernel/sched/topology.c:2100:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2100:17:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2100:17:    struct cpumask ***
../kernel/sched/topology.c:2172:19: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2172:19:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2172:19:    struct cpumask ***
../kernel/sched/topology.c:2212:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2212:17:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2212:17:    struct cpumask ***
../kernel/sched/topology.c:2336:31: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2336:31:    expected struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2336:31:    got struct sched_domain *sd
../kernel/sched/topology.c:2438:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2438:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2438:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2459:56: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:2459:56:    expected struct sched_domain *child
../kernel/sched/topology.c:2459:56:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:2458:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2458:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2458:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2513:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2513:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2513:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/core_sched.c:276:37: error: incompatible types in conditional expression (different address spaces):
../kernel/sched/core_sched.c:276:37:    struct task_struct *
../kernel/sched/core_sched.c:276:37:    struct task_struct [noderef] __rcu *
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/autogroup.c:7: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:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/fair.c:1203:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:1203:39:    expected struct task_struct *donor
../kernel/sched/fair.c:1203:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:1261:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/fair.c:1261:34:    expected struct sched_entity const *se
../kernel/sched/fair.c:1261:34:    got struct sched_entity [noderef] __rcu *
../kernel/sched/fair.c:3037:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:3037:13:    expected struct task_struct *tsk
../kernel/sched/fair.c:3037:13:    got struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:12779:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12779:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12779:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:6104:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/fair.c:6104:22:    struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:6104:22:    struct task_struct *
../kernel/sched/fair.c:6834:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:6834:39:    expected struct task_struct *donor
../kernel/sched/fair.c:6834:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:7037:58: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/fair.c:7037:58:    expected struct task_struct *p
../kernel/sched/fair.c:7037:58:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:8411:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:8411:20:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:8411:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:8615:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:8615:9:    expected struct sched_domain *[assigned] tmp
../kernel/sched/fair.c:8615:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:8760:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:8760:39:    expected struct task_struct *donor
../kernel/sched/fair.c:8760:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:8791:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/fair.c:8791:37:    expected struct task_struct *tsk
../kernel/sched/fair.c:8791:37:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:9002:38: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:9002:38:    expected struct task_struct *curr
../kernel/sched/fair.c:9002:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:9973:40: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:9973:40:    expected struct sched_domain *child
../kernel/sched/fair.c:9973:40:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/fair.c:10595:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/fair.c:10595:22:    struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:10595:22:    struct task_struct *
../kernel/sched/fair.c:12018:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12018:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12018:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:11668:44: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:11668:44:    expected struct sched_domain *sd_parent
../kernel/sched/fair.c:11668:44:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:12127:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12127:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12127:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:2983:9: warning: context imbalance in 'task_numa_placement' - different lock contexts for basic block
../kernel/sched/fair.c: note: in included file:
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../drivers/gpu/drm/tiny/gm12u320.c:482:32: warning: incorrect type in initializer (different base types)
../drivers/gpu/drm/tiny/gm12u320.c:482:32:    expected restricted __le16 [usertype] pixel_clock
../drivers/gpu/drm/tiny/gm12u320.c:482:32:    got int
../kernel/power/main.c:113:5: warning: symbol 'pm_async_enabled' was not declared. Should it be static?
../kernel/power/main.c:145:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:145:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:146:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:146:26: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:148:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:149:62: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:145:55: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:46: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:175:54: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:67: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:194:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:194:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:39: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:676:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:677:77: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:55: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:46: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:707:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:67: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:727:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:727:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:733:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:733:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:801:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:801:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:832:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:832:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:833:58: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:834:51: warning: restricted suspend_state_t degrades to integer
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50: warning: incorrect type in argument 1 (different base types)
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50:    expected restricted __be32 const [usertype] *p
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50:    got unsigned int const [usertype] *
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52: warning: incorrect type in argument 1 (different base types)
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52:    expected restricted __be32 const [usertype] *p
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52:    got unsigned int const [usertype] *
../fs/notify/inotify/inotify_user.c:576:51: warning: incorrect type in argument 1 (different address spaces)
../fs/notify/inotify/inotify_user.c:576:51:    expected struct fsnotify_mark_connector *conn
../fs/notify/inotify/inotify_user.c:576:51:    got struct fsnotify_mark_connector [noderef] __rcu *i_fsnotify_marks
../fs/eventpoll.c:647:9: warning: restricted __poll_t degrades to integer
../fs/eventpoll.c:647:9: warning: cast to restricted __poll_t
../fs/eventpoll.c:1418:53: warning: incorrect type in argument 3 (different base types)
../fs/eventpoll.c:1418:53:    expected unsigned int pollflags
../fs/eventpoll.c:1418:53:    got restricted __poll_t
../kernel/rcu/update.c: note: in included file:
../kernel/rcu/tasks.h:2057:5: warning: symbol 'rcu_tasks_trace_lazy_ms' was not declared. Should it be static?
../mm/vmalloc.c:1054:25: warning: context imbalance in 'find_vmap_area_exceed_addr_lock' - wrong count at exit
../mm/vmalloc.c:4425:28: warning: context imbalance in 'vread_iter' - unexpected unlock
../arch/x86/kernel/fpu/core.c:206:31: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:206:31:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:206:31:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:213:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:213:33:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:213:33:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:548:39: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:548:39:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:548:39:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:552:41: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:552:41:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:552:41:    got struct spinlock [noderef] __rcu *
../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:297:39: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:297:39:    expected struct spinlock [usertype] *lock
../fs/signalfd.c:297:39:    got struct spinlock [noderef] __rcu *
../fs/signalfd.c:299:41: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:299:41:    expected struct spinlock [usertype] *lock
../fs/signalfd.c:299:41:    got struct spinlock [noderef] __rcu *
../fs/signalfd.c:301:17: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:301:17:    expected struct wait_queue_head *wq_head
../fs/signalfd.c:301:17:    got struct wait_queue_head [noderef] __rcu *
../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:115:1: error: too long token expansion
../include/trace/events/dma.h:161:1: error: too long token expansion
../mm/page_alloc.c:2644:6: warning: context imbalance in 'free_unref_page' - different lock contexts for basic block
../mm/page_alloc.c:2736:33: warning: context imbalance in 'free_unref_folios' - unexpected unlock
../mm/page_alloc.c:3019:20: warning: context imbalance in 'rmqueue_pcplist' - different lock contexts for basic block
../mm/page_alloc.c:4699:9: warning: context imbalance in 'alloc_pages_bulk_noprof' - different lock contexts for basic block
../mm/page_alloc.c:6907:30: warning: context imbalance in '__accept_page' - unexpected unlock
../mm/page_alloc.c:6918:6: warning: context imbalance in 'accept_page' - wrong count at exit
../mm/page_alloc.c:6933:13: warning: context imbalance in 'try_to_accept_memory_one' - wrong count at exit
../kernel/freezer.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/cgroup.h, ../include/linux/memcontrol.h, ../include/linux/swap.h, ...):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../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 *
../mm/rmap.c: note: in included file (through ../include/linux/ksm.h):
../include/linux/rmap.h:703:28: warning: context imbalance in 'folio_referenced_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'try_to_unmap_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'try_to_migrate_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'page_make_device_exclusive_one' - unexpected unlock
../drivers/gpu/drm/xlnx/zynqmp_dp.c: In function ‘zynqmp_dp_bridge_debugfs_init’:
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:46: warning: ‘_preemphasis’ directive output may be truncated writing 12 bytes into a region of size between 4 and 14 [-Wformat-truncation=]
 2312 |                 snprintf(name, sizeof(name), fmt, i);
      |                                              ^~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:17: note: ‘snprintf’ output between 18 and 28 bytes into a destination of size 19
 2312 |                 snprintf(name, sizeof(name), fmt, i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2317:53: warning: ‘_swing’ directive output may be truncated writing 6 bytes into a region of size between 4 and 14 [-Wformat-truncation=]
 2317 |                 snprintf(name, sizeof(name), "lane%d_swing", i);
      |                                                     ^~~~~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2317:17: note: ‘snprintf’ output between 12 and 22 bytes into a destination of size 19
 2317 |                 snprintf(name, sizeof(name), "lane%d_swing", i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../arch/x86/kernel/tboot.c:488:16: warning: incorrect type in assignment (different address spaces)
../arch/x86/kernel/tboot.c:488:16:    expected void *config
../arch/x86/kernel/tboot.c:488:16:    got void [noderef] __iomem *
../arch/x86/kernel/tboot.c:494:19: warning: incorrect type in assignment (different address spaces)
../arch/x86/kernel/tboot.c:494:19:    expected void *heap_base
../arch/x86/kernel/tboot.c:494:19:    got void [noderef] __iomem *
../arch/x86/kernel/tboot.c:496:17: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/tboot.c:496:17:    expected void volatile [noderef] __iomem *addr
../arch/x86/kernel/tboot.c:496:17:    got void *config
../arch/x86/kernel/tboot.c: note: in included file (through ../include/linux/init_task.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'map_tboot_page' - unexpected unlock
../kernel/power/suspend.c:92:54: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:92:54:    expected int val
../kernel/power/suspend.c:92:54:    got restricted suspend_state_t [usertype]
../kernel/power/suspend.c:123:54: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:123:54:    expected int val
../kernel/power/suspend.c:123:54:    got restricted suspend_state_t [usertype]
../kernel/power/suspend.c:184:19: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:184:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:185:19: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:185:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:190:26: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:190:65: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:42: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:198:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:199:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:72: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:222:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:222:73: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:223:27: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:223:59: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:228:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:228:69: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:229:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:229:42: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:451:33: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:451:33:    expected int val
../kernel/power/suspend.c:451:33:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:454:33: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:454:33:    expected int val
../kernel/power/suspend.c:454:33:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:524:53: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:524:53:    expected int val
../kernel/power/suspend.c:524:53:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:526:53: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:526:53:    expected int val
../kernel/power/suspend.c:526:53:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:563:52: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:563:52:    expected int val
../kernel/power/suspend.c:563:52:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:586:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:586:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:595:52: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:595:52:    expected int val
../kernel/power/suspend.c:595:52:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:596:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:596:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:22: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:39: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:48: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:624:9: warning: restricted suspend_state_t degrades to integer
../kernel/locking/lockdep.c:1154:5: warning: symbol 'check_consistency' was not declared. Should it be static?
../kernel/locking/lockdep.c:3403:49: warning: cast truncates bits from constant value (50000 becomes 0)
../kernel/locking/lockdep.c:3403:49: warning: cast truncates bits from constant value (50000 becomes 0)
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:174: warning: Function parameter or struct member 'phase0_identity' not described in 'dcss_scaler_gaussian_filter'
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:271: warning: Function parameter or struct member 'phase0_identity' not described in 'dcss_scaler_filter_design'
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:271: warning: Function parameter or struct member 'nn_interpolation' not described in 'dcss_scaler_filter_design'
../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:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100110 becomes 110)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a018a becomes 18a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (b008b becomes 8b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a020a becomes 20a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (b010b becomes 10b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30203 becomes 203)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30203 becomes 203)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30283 becomes 283)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30283 becomes 283)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b019b becomes 19b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b021b becomes 21b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b029b becomes 29b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b031b becomes 31b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b041b becomes 41b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110311 becomes 311)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120992 becomes 992)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120992 becomes 992)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100610 becomes 610)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100690 becomes 690)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80408 becomes 408)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80c88 becomes c88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a050a becomes 50a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a071a becomes 71a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a079a becomes 79a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a001a becomes 1a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a009a becomes 9a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180198 becomes 198)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a051a becomes 51a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120392 becomes 392)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180118 becomes 118)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a001a becomes 1a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80688 becomes 688)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: too many warnings
../drivers/gpu/drm/xlnx/zynqmp_disp.c:133:42: warning: array of flexible structures
../drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c:1241:22: warning: context imbalance in 'chtls_recv_sock' - unexpected unlock
../kernel/rcu/tree.c:1044:9: warning: context imbalance in 'rcu_start_this_gp' - different lock contexts for basic block
../kernel/rcu/tree.c:1452:9: warning: context imbalance in 'rcu_poll_gp_seq_start_unlocked' - different lock contexts for basic block
../kernel/rcu/tree.c:1469:9: warning: context imbalance in 'rcu_poll_gp_seq_end_unlocked' - different lock contexts for basic block
../kernel/rcu/tree.c:1920:9: warning: context imbalance in 'rcu_gp_init' - different lock contexts for basic block
../kernel/rcu/tree.c:2490:13: warning: context imbalance in 'rcu_do_batch' - wrong count at exit
../kernel/rcu/tree.c:2692:9: warning: context imbalance in 'force_qs_rnp' - different lock contexts for basic block
../kernel/rcu/tree.c:2758:25: warning: context imbalance in 'rcu_force_quiescent_state' - unexpected unlock
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_stall.h:986:17: warning: context imbalance in 'rcu_check_gp_start_stall' - different lock contexts for basic block
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_exp.h:192:9: warning: context imbalance in '__rcu_report_exp_rnp' - different lock contexts for basic block
../kernel/rcu/tree_exp.h:1059:9: warning: context imbalance in 'start_poll_synchronize_rcu_expedited' - different lock contexts for basic block
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_nocb.h:113:16: warning: context imbalance in 'rcu_nocb_bypass_trylock' - wrong count at exit
../kernel/rcu/tree_nocb.h:130:13: warning: context imbalance in 'rcu_nocb_lock' - wrong count at exit
../kernel/rcu/tree_nocb.h:145:17: warning: context imbalance in 'rcu_nocb_unlock' - unexpected unlock
../kernel/rcu/tree_nocb.h:158:17: warning: context imbalance in 'rcu_nocb_unlock_irqrestore' - unexpected unlock
../kernel/rcu/tree_nocb.h:335:9: warning: context imbalance in 'rcu_nocb_do_flush_bypass' - unexpected unlock
../kernel/rcu/tree_nocb.h:352:13: warning: context imbalance in 'rcu_nocb_flush_bypass' - wrong count at exit
../kernel/rcu/tree_nocb.h:526:13: warning: context imbalance in '__call_rcu_nocb_wake' - wrong count at exit
../kernel/rcu/tree_nocb.h:608:17: warning: context imbalance in 'call_rcu_nocb' - unexpected unlock
../kernel/rcu/tree_nocb.h:691:9: warning: context imbalance in 'nocb_gp_wait' - different lock contexts for basic block
../kernel/rcu/tree_nocb.h:942:9: warning: context imbalance in 'nocb_cb_wait' - wrong count at exit
../kernel/rcu/tree_nocb.h:1111:9: warning: context imbalance in 'rcu_nocb_rdp_deoffload' - wrong count at exit
../kernel/rcu/tree_nocb.h:1236:1: warning: context imbalance in 'lazy_rcu_shrink_scan' - different lock contexts for basic block
../fs/userfaultfd.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/hashtable.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'handle_userfault' - unexpected unlock
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'zone' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'gfp_mask' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'safe_needed' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'ca' not described in 'add_rtree_block'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'gfp_mask' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'safe_needed' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'ca' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'start' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'end' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:578: warning: Function parameter or struct member 'zone' not described in 'free_zone_bm_rtree'
../kernel/power/snapshot.c:578: warning: Function parameter or struct member 'clear_nosave_free' not described in 'free_zone_bm_rtree'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'bm' not described in 'memory_bm_create'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'gfp_mask' not described in 'memory_bm_create'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'safe_needed' not described in 'memory_bm_create'
../kernel/power/snapshot.c:728: warning: Function parameter or struct member 'clear_nosave_free' not described in 'memory_bm_free'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'bm' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'pfn' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'addr' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'bit_nr' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:998: warning: Function parameter or struct member 'start_pfn' not described in 'register_nosave_region'
../kernel/power/snapshot.c:998: warning: Function parameter or struct member 'end_pfn' not described in 'register_nosave_region'
../kernel/power/snapshot.c:1322: warning: Function parameter or struct member 'zone' not described in 'saveable_highmem_page'
../kernel/power/snapshot.c:1322: warning: Function parameter or struct member 'pfn' not described in 'saveable_highmem_page'
../kernel/power/snapshot.c:1381: warning: Function parameter or struct member 'zone' not described in 'saveable_page'
../kernel/power/snapshot.c:1381: warning: Function parameter or struct member 'pfn' not described in 'saveable_page'
../kernel/power/snapshot.c:1458: warning: Function parameter or struct member 'dst' not described in 'safe_copy_page'
../kernel/power/snapshot.c:1458: warning: Function parameter or struct member 's_page' not described in 'safe_copy_page'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'x' not described in '__fraction'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'multiplier' not described in '__fraction'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'base' not described in '__fraction'
../kernel/power/snapshot.c:1997: warning: Function parameter or struct member 'nr_highmem' not described in 'count_pages_for_highmem'
../kernel/power/snapshot.c:2015: warning: Function parameter or struct member 'nr_pages' not described in 'enough_free_mem'
../kernel/power/snapshot.c:2015: warning: Function parameter or struct member 'nr_highmem' not described in 'enough_free_mem'
../kernel/power/snapshot.c:2038: warning: Function parameter or struct member 'safe_needed' not described in 'get_highmem_buffer'
../kernel/power/snapshot.c:2051: warning: Function parameter or struct member 'bm' not described in 'alloc_highmem_pages'
../kernel/power/snapshot.c:2051: warning: Function parameter or struct member 'nr_highmem' not described in 'alloc_highmem_pages'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'copy_bm' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'nr_pages' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'nr_highmem' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2308: warning: Function parameter or struct member 'bm' not described in 'mark_unsafe_pages'
../kernel/power/snapshot.c:2343: warning: Function parameter or struct member 'info' not described in 'load_header'
../kernel/power/snapshot.c:2512: warning: Function parameter or struct member 'page' not described in 'get_highmem_page_buffer'
../kernel/power/snapshot.c:2512: warning: Function parameter or struct member 'ca' not described in 'get_highmem_page_buffer'
../kernel/power/snapshot.c:2722: warning: Function parameter or struct member 'bm' not described in 'get_buffer'
../kernel/power/snapshot.c:2722: warning: Function parameter or struct member 'ca' not described in 'get_buffer'
../kernel/power/snapshot.c:2861: warning: Function parameter or struct member 'handle' not described in 'snapshot_write_finalize'
../kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init]
  121 |         [CLOCK_REALTIME]        = HRTIMER_BASE_REALTIME,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:121:35: note: (near initialization for ‘hrtimer_clock_to_base_table[0]’)
../kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init]
  122 |         [CLOCK_MONOTONIC]       = HRTIMER_BASE_MONOTONIC,
      |                                   ^~~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:122:35: note: (near initialization for ‘hrtimer_clock_to_base_table[1]’)
../kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init]
  123 |         [CLOCK_BOOTTIME]        = HRTIMER_BASE_BOOTTIME,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:123:35: note: (near initialization for ‘hrtimer_clock_to_base_table[7]’)
../kernel/time/hrtimer.c:124:35: warning: initialized field overwritten [-Woverride-init]
  124 |         [CLOCK_TAI]             = HRTIMER_BASE_TAI,
      |                                   ^~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:124:35: note: (near initialization for ‘hrtimer_clock_to_base_table[11]’)
../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:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../mm/madvise.c:206:17: warning: context imbalance in 'swapin_walk_pmd_entry' - unexpected unlock
../mm/madvise.c:432:28: warning: context imbalance in 'madvise_cold_or_pageout_pte_range' - unexpected unlock
../mm/madvise.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/mman.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'madvise_free_pte_range' - unexpected unlock
../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
../fs/aio.c:1686:13: warning: context imbalance in 'poll_iocb_lock_wq' - different lock contexts for basic block
../fs/aio.c:1717:13: warning: context imbalance in 'poll_iocb_unlock_wq' - unexpected unlock
../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:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../fs/dax.c:650:39: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:650:39:    expected unsigned long v
../fs/dax.c:650:39:    got restricted vm_fault_t
../fs/dax.c:652:39: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:652:39:    expected unsigned long v
../fs/dax.c:652:39:    got restricted vm_fault_t
../fs/dax.c:656:31: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:656:31:    expected unsigned long v
../fs/dax.c:656:31:    got restricted vm_fault_t
../fs/dax.c:1197:41: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1197:41:    expected int result
../fs/dax.c:1197:41:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1727:46: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1727:46:    expected int result
../fs/dax.c:1727:46:    got restricted vm_fault_t [usertype] ret
../fs/dax.c:1743:21: warning: incorrect type in assignment (different base types)
../fs/dax.c:1743:21:    expected restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1743:21:    got unsigned long
../fs/dax.c:1784:51: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1784:51:    expected int result
../fs/dax.c:1784:51:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1864:21: warning: incorrect type in assignment (different base types)
../fs/dax.c:1864:21:    expected restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1864:21:    got unsigned long
../fs/dax.c:1898:62: warning: incorrect type in argument 4 (different base types)
../fs/dax.c:1898:62:    expected int result
../fs/dax.c:1898:62:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1959:55: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1959:55:    expected int result
../fs/dax.c:1959:55:    got restricted vm_fault_t
../fs/dax.c:1974:58: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1974:58:    expected int result
../fs/dax.c:1974:58:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:243:13: warning: context imbalance in 'wait_entry_unlocked' - unexpected unlock
../fs/dax.c:431:49: warning: context imbalance in 'dax_lock_folio' - different lock contexts for basic block
../fs/dax.c:498:17: warning: context imbalance in 'dax_lock_mapping_entry' - different lock contexts for basic block
../fs/dax.c:967:9: warning: context imbalance in 'dax_writeback_one' - unexpected unlock
../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
../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
../mm/swapfile.c:602:13: warning: context imbalance in 'cluster_reclaim_range' - unexpected unlock
../mm/swapfile.c:738:23: warning: context imbalance in 'alloc_swap_scan_cluster' - different lock contexts for basic block
../mm/swapfile.c:756:31: warning: context imbalance in 'swap_reclaim_full_clusters' - unexpected unlock
../mm/swapfile.c:1032:13: warning: context imbalance in 'swap_offset_available_and_locked' - wrong count at exit
../mm/swapfile.c:1238:9: warning: context imbalance in 'scan_swap_map_slots' - unexpected unlock
../mm/swapfile.c:1388:36: warning: context imbalance in 'swap_info_get_cont' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_entry_free' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_entries_free' - different lock contexts for basic block
../mm/swapfile.c:1590:23: warning: context imbalance in 'swap_entry_range_free' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'cluster_swap_free_nr' - different lock contexts for basic block
../mm/swapfile.c:1670:38: warning: context imbalance in 'put_swap_folio' - different lock contexts for basic block
../mm/swapfile.c:1714:28: warning: context imbalance in 'swapcache_free_entries' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in 'swap_swapcount' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'swp_swapcount' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'swap_page_trans_huge_swapped' - different lock contexts for basic block
../mm/swapfile.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/highmem.h, ../include/linux/bvec.h, ../include/linux/blk_types.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unuse_pte' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unuse_pte_range' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_duplicate' - different lock contexts for basic block
../mm/swapfile.c:3886:23: warning: context imbalance in 'add_swap_count_continuation' - different lock contexts for basic block
../drivers/md/bcache/trace.c: note: in included file (through ../drivers/md/bcache/bcache.h):
../drivers/md/bcache/bset.h:232: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
../kernel/time/alarmtimer.c:532:13: warning: context imbalance in 'alarm_handle_timer' - wrong count at exit
../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:133:30: warning: cast truncates bits from constant value (100790 becomes 790)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a000a becomes a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (190019 becomes 19)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (190019 becomes 19)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80688 becomes 688)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80a88 becomes a88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80608 becomes 608)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80108 becomes 108)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80388 becomes 388)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20482 becomes 482)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80b88 becomes b88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100910 becomes 910)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80188 becomes 188)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80208 becomes 208)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80288 becomes 288)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a000a becomes a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100010 becomes 10)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100710 becomes 710)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20402 becomes 402)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100790 becomes 790)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100610 becomes 610)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100690 becomes 690)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20002 becomes 2)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20082 becomes 82)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20102 becomes 102)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20182 becomes 182)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20202 becomes 202)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20282 becomes 282)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20302 becomes 302)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20382 becomes 382)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120012 becomes 12)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120092 becomes 92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120112 becomes 112)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120192 becomes 192)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120212 becomes 212)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120292 becomes 292)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120312 becomes 312)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120392 becomes 392)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120412 becomes 412)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120492 becomes 492)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120592 becomes 592)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120612 becomes 612)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120512 becomes 512)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120692 becomes 692)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120712 becomes 712)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120792 becomes 792)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120812 becomes 812)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a019a becomes 19a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a021a becomes 21a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a029a becomes 29a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a031a becomes 31a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a049a becomes 49a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a051a becomes 51a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a059a becomes 59a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a061a becomes 61a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a089a becomes 89a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80b08 becomes b08)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80708 becomes 708)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80788 becomes 788)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80808 becomes 808)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80888 becomes 888)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100390 becomes 390)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180018 becomes 18)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80408 becomes 408)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80c88 becomes c88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180118 becomes 118)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180198 becomes 198)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a009a becomes 9a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: too many warnings
../kernel/time/posix-timers.c:292:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:292:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:292:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:299:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:299:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:299:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:465:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:465:31:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:465:31:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:469:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:469:33:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:469:33:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1097:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1097:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1097:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1099:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1099:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1099:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:253:13: warning: context imbalance in '__posixtimer_deliver_signal' - wrong count at exit
../kernel/time/posix-timers.c:283:6: warning: context imbalance in 'posixtimer_deliver_signal' - unexpected unlock
../kernel/time/posix-timers.c:318:29: warning: context imbalance in 'posix_timer_fn' - wrong count at exit
../kernel/time/posix-timers.c:510:24: warning: context imbalance in '__lock_timer' - different lock contexts for basic block
../kernel/time/posix-timers.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'timer_wait_running' - unexpected unlock
../kernel/time/posix-timers.c:868:12: warning: context imbalance in 'do_timer_settime' - different lock contexts for basic block
../kernel/time/posix-timers.c:1011:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1011:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1011:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1024:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1024:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1024:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:994:1: warning: context imbalance in '__se_sys_timer_delete' - different lock contexts for basic block
../kernel/time/posix-timers.c:1035:13: warning: context imbalance in 'itimer_delete' - wrong count at exit
../net/dccp/proto.c:536:52: warning: incorrect type in argument 2 (different base types)
../net/dccp/proto.c:536:52:    expected restricted __be32 const [usertype] service
../net/dccp/proto.c:536:52:    got int [addressable] val
../net/dccp/proto.c:719:57: warning: incorrect type in argument 2 (different base types)
../net/dccp/proto.c:719:57:    expected restricted __be32 [usertype] param
../net/dccp/proto.c:719:57:    got int cmsg_type
../drivers/cpufreq/cpufreq.c:483:17: warning: incorrect type in assignment (different address spaces)
../drivers/cpufreq/cpufreq.c:483:17:    expected struct notifier_block *nb
../drivers/cpufreq/cpufreq.c:483:17:    got struct notifier_block [noderef] __rcu *static [addressable] [toplevel] head
../drivers/cpufreq/cpufreq.c:483:65: warning: incorrect type in assignment (different address spaces)
../drivers/cpufreq/cpufreq.c:483:65:    expected struct notifier_block *nb
../drivers/cpufreq/cpufreq.c:483:65:    got struct notifier_block [noderef] __rcu *next
../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:558:1: warning: cast to restricted __le16
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1: warning: restricted __le16 degrades to integer
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558: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:558:1: warning: incorrect type in assignment (different base types)
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    expected restricted __le16 [usertype] maxpack_reg
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558: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:558:1: warning: incorrect type in assignment (different base types)
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    expected restricted __le16 [usertype] maxpack_reg
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    got int
../mm/mempolicy.c:548:17: warning: context imbalance in 'queue_folios_pte_range' - unexpected unlock
../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:198:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:198:27:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:198:27:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:212:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:212:29:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:212:29:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:236:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:236:35:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:236:35:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:245:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:245:45:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:245:45:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:258:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:258:37:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:258:37:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:392:27: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:392:27:    expected struct spinlock [usertype] *lock
../fs/coredump.c:392:27:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:401:29: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:401:29:    expected struct spinlock [usertype] *lock
../fs/coredump.c:401:29:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:440:31: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:440:31:    expected struct spinlock [usertype] *lock
../fs/coredump.c:440:31:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:445:33: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:445:33:    expected struct spinlock [usertype] *lock
../fs/coredump.c:445:33:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/ftrace.c:41:6: warning: context imbalance in 'ftrace_arch_code_modify_prepare' - wrong count at exit
../arch/x86/kernel/ftrace.c:53:6: warning: context imbalance in 'ftrace_arch_code_modify_post_process' - wrong count at exit
../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:133:30: warning: cast truncates bits from constant value (80b88 becomes b88)
../arch/x86/kernel/apic/apic.c:2143: warning: Function parameter or struct member 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ'
../arch/x86/kernel/apic/apic.c:2143: warning: expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead
../arch/x86/kernel/apic/vector.c:61:6: warning: context imbalance in 'lock_vector_lock' - wrong count at exit
../arch/x86/kernel/apic/vector.c:69:6: warning: context imbalance in 'unlock_vector_lock' - unexpected unlock
../net/9p/client.c:749:17: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:749:17:    expected struct spinlock [usertype] *lock
../net/9p/client.c:749:17:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:751:48: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:751:48:    expected struct spinlock [usertype] *lock
../net/9p/client.c:751:48:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:834:17: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:834:17:    expected struct spinlock [usertype] *lock
../net/9p/client.c:834:17:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:836:48: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:836:48:    expected struct spinlock [usertype] *lock
../net/9p/client.c:836:48:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:476:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:476:31:    expected struct spinlock [usertype] *lock
../kernel/acct.c:476:31:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:486:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:486:33:    expected struct spinlock [usertype] *lock
../kernel/acct.c:486:33:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:569:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:569:31:    expected struct spinlock [usertype] *lock
../kernel/acct.c:569:31:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:589:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:589:33:    expected struct spinlock [usertype] *lock
../kernel/acct.c:589:33:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:211:12: warning: context imbalance in 'acct_on' - different lock contexts for basic block
../kernel/acct.c:312:9: warning: context imbalance in '__se_sys_acct' - different lock contexts for basic block
../kernel/acct.c:317:22: warning: context imbalance in 'acct_exit_ns' - wrong count at exit
../mm/ksm.c:643:25: warning: context imbalance in 'break_ksm' - unexpected unlock
../mm/ksm.c:754:17: warning: context imbalance in 'get_mergeable_page' - unexpected unlock
../mm/ksm.c: note: in included file:
../include/linux/rmap.h:703:28: warning: context imbalance in 'write_protect_page' - unexpected unlock
../mm/ksm.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'replace_page' - unexpected unlock
../mm/ksm.c:2551:33: warning: context imbalance in 'scan_get_next_rmap_item' - unexpected unlock
../kernel/time/timer_migration.c:852:9: warning: context imbalance in 'tmigr_update_events' - different lock contexts for basic block
../drivers/gpu/drm/drm_drv.c:446:6: warning: context imbalance in 'drm_dev_enter' - different lock contexts for basic block
../drivers/gpu/drm/drm_drv.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'drm_dev_exit' - unexpected unlock
../arch/x86/kernel/cpu/sgx/virt.c:59:13: warning: incorrect type in assignment (different base types)
../arch/x86/kernel/cpu/sgx/virt.c:59:13:    expected int [assigned] ret
../arch/x86/kernel/cpu/sgx/virt.c:59:13:    got restricted vm_fault_t
../arch/x86/kernel/cpu/sgx/virt.c:60:20: warning: restricted vm_fault_t degrades to integer
../arch/x86/kernel/cpu/sgx/virt.c:354:36: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:24: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:43: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:58: warning: cast removes address space '__user' of expression
../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
../drivers/gpu/drm/bridge/tc358767.c:1722:24: warning: Using plain integer as NULL pointer
../mm/migrate.c:406:20: warning: context imbalance in 'migration_entry_wait' - unexpected unlock
../mm/migrate.c:897:9: warning: context imbalance in '__buffer_migrate_folio' - different lock contexts for basic block
../mm/migrate.c:2248:25: warning: context imbalance in 'add_folio_for_migration' - unexpected unlock
../mm/migrate.c:2421:25: warning: context imbalance in 'do_pages_stat_array' - unexpected unlock
../arch/x86/kernel/kprobes/opt.c:529:13: warning: function 'arch_unoptimize_kprobes' with external linkage has definition
../kernel/audit.c: In function ‘audit_log_vformat’:
../kernel/audit.c:1978:9: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 1978 |         len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args);
      |         ^~~
../kernel/audit.c:1987:17: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 1987 |                 len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2);
      |                 ^~~
../mm/khugepaged.c:849:25: warning: symbol 'khugepaged_collapse_control' was not declared. Should it be static?
../mm/khugepaged.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__collapse_huge_page_swapin' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'collapse_huge_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'hpage_collapse_scan_pmd' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'collapse_pte_mapped_thp' - unexpected unlock
../mm/khugepaged.c:1782:28: warning: context imbalance in 'retract_page_tables' - different lock contexts for basic block
../kernel/cgroup/cgroup.c:6704:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/cgroup/cgroup.c:6704:41:    expected struct spinlock [usertype] *lock
../kernel/cgroup/cgroup.c:6704:41:    got struct spinlock [noderef] __rcu *
../kernel/cgroup/cgroup.c:6707:43: warning: incorrect type in argument 1 (different address spaces)
../kernel/cgroup/cgroup.c:6707:43:    expected struct spinlock [usertype] *lock
../kernel/cgroup/cgroup.c:6707:43:    got struct spinlock [noderef] __rcu *
../kernel/cgroup/cgroup.c:3116:9: warning: context imbalance in 'cgroup_lock_and_drain_offline' - wrong count at exit
../kernel/cgroup/cgroup.c:6475:12: warning: context imbalance in 'cgroup_css_set_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6587:9: warning: context imbalance in 'cgroup_css_set_put_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6607:5: warning: context imbalance in 'cgroup_can_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6656:9: warning: context imbalance in 'cgroup_cancel_fork' - unexpected unlock
../kernel/pid_namespace.c:186:26: warning: incorrect type in argument 1 (different address spaces)
../kernel/pid_namespace.c:186:26:    expected struct spinlock [usertype] *lock
../kernel/pid_namespace.c:186:26:    got struct spinlock [noderef] __rcu *
../kernel/pid_namespace.c:188:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/pid_namespace.c:188:28:    expected struct spinlock [usertype] *lock
../kernel/pid_namespace.c:188:28:    got struct spinlock [noderef] __rcu *
../kernel/pid_namespace.c:187:28: warning: dereference of noderef expression
../drivers/hv/hv_trace.c: note: in included file (through ../drivers/hv/hyperv_vmbus.h):
../include/linux/hyperv.h:646:31: warning: array of flexible structures
../mm/huge_memory.c:2102:20: warning: context imbalance in 'madvise_free_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2140:28: warning: context imbalance in 'zap_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2251:28: warning: context imbalance in 'move_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2391:20: warning: context imbalance in 'change_huge_pmd' - unexpected unlock
../mm/huge_memory.c: note: in included file (through ../include/linux/pgtable.h, ../include/linux/mm.h):
../arch/x86/include/asm/pgtable.h:898:9: warning: context imbalance in 'change_huge_pud' - unexpected unlock
../mm/huge_memory.c:2473:28: warning: context imbalance in 'move_pages_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2588:12: warning: context imbalance in '__pmd_trans_huge_lock' - wrong count at exit
../mm/huge_memory.c:2605:12: warning: context imbalance in '__pud_trans_huge_lock' - wrong count at exit
../mm/huge_memory.c:2631:28: warning: context imbalance in 'zap_huge_pud' - unexpected unlock
../mm/huge_memory.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__split_huge_zero_page_pmd' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__split_huge_pmd_locked' - unexpected unlock
../mm/huge_memory.c:3315:38: warning: context imbalance in '__split_huge_page' - unexpected unlock
../mm/huge_memory.c:3620:17: warning: context imbalance in 'split_huge_page_to_list_to_order' - different lock contexts for basic block
../mm/huge_memory.c:4054:17: warning: context imbalance in 'split_huge_pages_pid' - unexpected unlock
../arch/x86/kernel/kvm.c:71:1: warning: symbol '__pcpu_scope_steal_time' was not declared. Should it be static?
../kernel/audit.c:2232:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/audit.c:2232:9:    expected struct spinlock [usertype] *lock
../kernel/audit.c:2232:9:    got struct spinlock [noderef] __rcu *
../kernel/audit.c:2235:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/audit.c:2235:40:    expected struct spinlock [usertype] *lock
../kernel/audit.c:2235:40:    got struct spinlock [noderef] __rcu *
../mm/memcontrol.c:3909:52: error: incompatible types in comparison expression (different address spaces):
../mm/memcontrol.c:3909:52:    struct task_struct [noderef] __rcu *
../mm/memcontrol.c:3909:52:    struct task_struct *
../mm/memcontrol.c: note: in included file:
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock' - wrong count at exit
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock_irq' - wrong count at exit
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock_irqsave' - wrong count at exit
../drivers/hv/hv_balloon.c:770:9: warning: context imbalance in 'hv_online_page' - wrong count at exit
../drivers/hv/hv_balloon.c:830:9: warning: context imbalance in 'pfn_covered' - wrong count at exit
../drivers/hv/hv_balloon.c:2043:9: warning: context imbalance in 'balloon_remove' - wrong count at exit
../arch/x86/kernel/callthunks.c: In function ‘callthunks_debugfs_init’:
../arch/x86/kernel/callthunks.c:390:35: warning: ‘%lu’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                                   ^~~
../arch/x86/kernel/callthunks.c:390:31: note: directive argument in the range [0, 4294967294]
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                               ^~~~~~~~
../arch/x86/kernel/callthunks.c:390:17: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 10
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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
../kernel/debug/debug_core.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/pid_namespace.h):
../include/linux/rcupdate.h:847:9: warning: context imbalance in 'kgdb_cpu_enter' - different lock contexts for basic block
../drivers/perf/arm-ni.c: note: in included file:
../include/linux/io-64-nonatomic-lo-hi.h:38:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../kernel/kprobes.c:141: warning: Function parameter or struct member 'c' not described in '__get_insn_slot'
../kernel/debug/kdb/kdb_main.c:2271:40: warning: dereference of noderef expression
../drivers/nvdimm/core.c:187:30: warning: cast to restricted __le32
../arch/x86/kernel/shstk.c:370:55: warning: cast removes address space '__user' of expression
../drivers/android/binder.c:1982: warning: Function parameter or struct member 'file' not described in 'binder_task_work_cb'
../drivers/android/binder.c:1982: warning: Excess struct member 'fd' description in 'binder_task_work_cb'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'offset' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'skip_size' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'fixup_data' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'node' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'offset' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'sender_uaddr' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'length' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'node' not described in 'binder_sg_copy'
../drivers/android/binder.c:4014: warning: Function parameter or struct member 'thread' not described in 'binder_free_buf'
../kernel/seccomp.c:579:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:579:27:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:579:27:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:583:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:583:29:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:583:29:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:895:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:895:9:    expected struct qspinlock *lock
../kernel/seccomp.c:895:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:1396:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1396:31:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1396:31:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1408:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1408:33:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1408:33:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1894:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1894:9:    expected struct lockdep_map const *lock
../kernel/seccomp.c:1894:9:    got struct lockdep_map [noderef] __rcu *
../kernel/seccomp.c:1980:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1980:31:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1980:31:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1998:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1998:33:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1998:33:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2140:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2140:28:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2140:28:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2143:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2143:38:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2143:38:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2149:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2149:30:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2149:30:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:495:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:495:9:    expected struct qspinlock *lock
../kernel/seccomp.c:495:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:602:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:602:9:    expected struct qspinlock *lock
../kernel/seccomp.c:602:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:439:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:439:9:    expected struct qspinlock *lock
../kernel/seccomp.c:439:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:439:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:439:9:    expected struct qspinlock *lock
../kernel/seccomp.c:439:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453: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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../drivers/nvdimm/core.c:221: warning: Function parameter or struct member 'len' not described in 'nd_uuid_store'
../drivers/nvdimm/region_devs.c:955:9: warning: context imbalance in 'nd_region_acquire_lane' - wrong count at exit
../drivers/nvdimm/region_devs.c:968:36: warning: context imbalance in 'nd_region_release_lane' - unexpected unlock
../drivers/target/target_core_transport.c: In function ‘transport_dump_vpd_ident’:
../drivers/target/target_core_transport.c:1263:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=]
 1263 |                         "T10 VPD ASCII Device Identifier: %s\n",
      |                                                           ^~
../drivers/target/target_core_transport.c:1262:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254
 1262 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1263 |                         "T10 VPD ASCII Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1264 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/target/target_core_transport.c:1268:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=]
 1268 |                         "T10 VPD UTF-8 Device Identifier: %s\n",
      |                                                           ^~
../drivers/target/target_core_transport.c:1267:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254
 1267 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1268 |                         "T10 VPD UTF-8 Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1269 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/target/target_core_transport.c:1258:60: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 220 [-Wformat-truncation=]
 1258 |                         "T10 VPD Binary Device Identifier: %s\n",
      |                                                            ^~
../drivers/target/target_core_transport.c:1257:17: note: ‘snprintf’ output between 36 and 289 bytes into a destination of size 254
 1257 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1258 |                         "T10 VPD Binary Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1259 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kernel/context_tracking.c:126:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:126:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:126:39:    got struct context_tracking *
../kernel/context_tracking.c:165:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:165:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:165:39:    got struct context_tracking *
../kernel/context_tracking.c:206:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:206:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:206:39:    got struct context_tracking *
../kernel/context_tracking.c:261:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:261:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:261:39:    got struct context_tracking *
../kernel/trace/ftrace.c:233:49: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:233:49:    expected struct ftrace_ops *ops
../kernel/trace/ftrace.c:233:49:    got struct ftrace_ops [noderef] __rcu *[addressable] [toplevel] ftrace_ops_list
../kernel/trace/ftrace.c:318:16: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:318:16:    expected struct ftrace_ops **p
../kernel/trace/ftrace.c:318:16:    got struct ftrace_ops [noderef] __rcu **list
../kernel/trace/ftrace.c:318:50: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:318:50:    expected struct ftrace_ops **p
../kernel/trace/ftrace.c:318:50:    got struct ftrace_ops [noderef] __rcu **
../kernel/trace/ftrace.c:325:12: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:325:12:    expected struct ftrace_ops *
../kernel/trace/ftrace.c:325:12:    got struct ftrace_ops [noderef] __rcu *next
../kernel/trace/ftrace.c:1096:43: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:1096:43:    expected struct ftrace_hash [noderef] __rcu *notrace_hash
../kernel/trace/ftrace.c:1096:43:    got struct ftrace_hash *
../kernel/trace/ftrace.c:1097:43: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:1097:43:    expected struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1097:43:    got struct ftrace_hash *
../kernel/trace/ftrace.c:1320:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1320:40:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:1320:40:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1321:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1321:40:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:1321:40:    got struct ftrace_hash [noderef] __rcu *notrace_hash
../kernel/trace/ftrace.c:2123:54: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2123:54:    expected struct ftrace_hash *old_hash
../kernel/trace/ftrace.c:2123:54:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1525:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/ftrace.c:1525:9:    struct ftrace_hash [noderef] __rcu *
../kernel/trace/ftrace.c:1525:9:    struct ftrace_hash *
../kernel/trace/ftrace.c:1541:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1542:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1543:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1544:42: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1717:18: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1718:43: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1779:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1780:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:2101:50: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2112:50: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2595:53: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2606:36: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3328:63: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3353:88: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3361:77: warning: incorrect type in argument 3 (different address spaces)
../kernel/trace/ftrace.c:3428:51: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3429:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3435:52: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3436:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3475:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3477:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3479:48: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3481:49: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3486:58: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3487:59: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3494:34: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3495:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3497:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3498:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3503:53: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3504:54: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3523:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3524:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3529:83: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3532:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3539:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3540:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3551:67: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3552:55: warning: incorrect type in argument 3 (different address spaces)
../kernel/trace/ftrace.c:3611:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3612:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3613:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3614:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3668:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3671:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3911:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3928:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:4576:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:4579:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5007:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5009:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5384:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5528:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5534:34: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5809:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5811:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5884:50: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:5886:51: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:5935:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5984:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6026: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:6082:52: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:6377:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6379:43: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6440:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6448:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6516:47: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:6517:55: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:7187:46: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7188:47: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7192:44: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7210:18: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:7210:66: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:7262:59: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7263:59: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7643:62: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7644:62: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7688:36: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/ftrace.c:7688:36:    struct ftrace_ops [noderef] __rcu *
../kernel/trace/ftrace.c:7688:36:    struct ftrace_ops *
../kernel/trace/ftrace.c:8465:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:8465:14:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:8465:14:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:8514:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:8514:14:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:8514:14:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3323:52: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3352:54: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: too many warnings
../kernel/bpf/core.c:243:49: error: arithmetics on pointers to functions
../kernel/bpf/core.c:2891: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:321:1: warning: Using plain integer as NULL pointer
../include/trace/events/xdp.h:348:1: warning: Using plain integer as NULL pointer
../include/trace/events/xdp.h:382: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:74:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rbtree.h:74:9:    struct rb_node [noderef] __rcu *
../include/linux/rbtree.h:74:9:    struct rb_node *
../include/linux/rbtree.h:74:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rbtree.h:74:9:    struct rb_node [noderef] __rcu *
../include/linux/rbtree.h:74:9:    struct rb_node *
../kernel/events/ring_buffer.c:22:39: warning: incorrect type in argument 2 (different base types)
../kernel/events/ring_buffer.c:22:39:    expected int i
../kernel/events/ring_buffer.c:22:39:    got restricted __poll_t [usertype]
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../kernel/trace/ring_buffer.c:5686:9: warning: context imbalance in 'ring_buffer_peek' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:5772:9: warning: context imbalance in 'ring_buffer_consume' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:6188:17: warning: context imbalance in 'ring_buffer_empty' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:6218:9: warning: context imbalance in 'ring_buffer_empty_cpu' - different lock contexts for basic block
../drivers/accel/habanalabs/common/command_submission.c:3265:9: warning: context imbalance in 'unregister_timestamp_node' - different lock contexts for basic block
../drivers/accel/habanalabs/common/command_submission.c:3295:25: warning: context imbalance in 'ts_get_and_handle_kernel_record' - unexpected unlock
../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
../kernel/events/callchain.c:67:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:67:9:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:67:9:    struct callchain_cpus_entries *
../kernel/events/callchain.c:97:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:97:9:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:97:9:    struct callchain_cpus_entries *
../kernel/events/callchain.c:162:19: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:162:19:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:162:19:    struct callchain_cpus_entries *
../kernel/trace/trace.c:5808:1: warning: trying to concatenate 12619-character string (8191 bytes max)
../kernel/trace/trace.c:456:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:456:28:    expected struct trace_export **list
../kernel/trace/trace.c:456:28:    got struct trace_export [noderef] __rcu **
../kernel/trace/trace.c:470:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:470:33:    expected struct trace_export **list
../kernel/trace/trace.c:470:33:    got struct trace_export [noderef] __rcu **
../kernel/trace/trace.c:2788:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:2788:38:    expected struct event_filter *filter
../kernel/trace/trace.c:2788:38:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace.c:410:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace.c:410:9:    struct trace_export [noderef] __rcu *
../kernel/trace/trace.c:410:9:    struct trace_export *
../kernel/trace/trace.c:425:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace.c:425:9:    struct trace_export [noderef] __rcu *
../kernel/trace/trace.c:425:9:    struct trace_export *
../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
../kernel/bpf/verifier.c:346:12: warning: symbol 'btf_vmlinux' was not declared. Should it be static?
../kernel/bpf/verifier.c:21470:38: error: subtraction of functions? Share your drugs
../kernel/bpf/verifier.c: note: in included file (through ../include/linux/bpf.h, ../include/linux/bpf-cgroup.h):
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../kernel/events/core.c:1419:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:1419:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:1419:15:    struct perf_event_context *
../kernel/events/core.c:1432:28: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:1432:28:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:1432:28:    struct perf_event_context *
../kernel/events/core.c:3586:20: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3586:20:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3586:20:    struct perf_event_context *
../kernel/events/core.c:3590:18: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3590:18:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3590:18:    struct perf_event_context *
../kernel/events/core.c:3591:23: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3591:23:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3591:23:    struct perf_event_context *
../kernel/events/core.c:3645:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3645:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3645:25:    struct perf_event_context *
../kernel/events/core.c:3646:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3646:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3646:25:    struct perf_event_context *
../kernel/events/core.c:4024:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4024:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4024:15:    struct perf_event_context *
../kernel/events/core.c:4436:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4436:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4436:15:    struct perf_event_context *
../kernel/events/core.c:4930:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4930:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4930:25:    struct perf_event_context *
../kernel/events/core.c:6363:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6363:9:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6363:9:    struct perf_buffer *
../kernel/events/core.c:5850:24: warning: incorrect type in assignment (different base types)
../kernel/events/core.c:6079:22: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6079:22:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6079:22:    struct perf_buffer *
../kernel/events/core.c:6203:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6203:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6203:14:    struct perf_buffer *
../kernel/events/core.c:6236:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6236:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6236:14:    struct perf_buffer *
../kernel/events/core.c:6293:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6293:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6293:14:    struct perf_buffer *
../kernel/events/core.c:6384:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6384:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6384:14:    struct perf_buffer *
../kernel/events/core.c:6400:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6400:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6400:14:    struct perf_buffer *
../kernel/events/core.c:8229:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:8229:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:8229:15:    struct perf_event_context *
../kernel/events/core.c:8316:13: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:8316:13:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:8316:13:    struct perf_buffer *
../kernel/events/core.c:8420:61: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c:8420:61:    expected struct task_struct *p
../kernel/events/core.c:8420:61:    got struct task_struct [noderef] __rcu *real_parent
../kernel/events/core.c:8422:61: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c:8422:61:    expected struct task_struct *p
../kernel/events/core.c:8422:61:    got struct task_struct [noderef] __rcu *real_parent
../kernel/events/core.c:9110:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:9110:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:9110:15:    struct perf_event_context *
../kernel/events/core.c:10245:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10245:9:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10245:9:    struct swevent_hlist *
../kernel/events/core.c:10284:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10284:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10284:17:    struct swevent_hlist *
../kernel/events/core.c:10558:23: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10558:23:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:10558:23:    struct perf_event_context *
../kernel/events/core.c:11580:1: warning: symbol 'dev_attr_nr_addr_filters' was not declared. Should it be static?
../kernel/events/core.c:13436:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13436:9:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13436:9:    struct perf_event_context *
../kernel/events/core.c:13530:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13530:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13530:15:    struct perf_event_context *
../kernel/events/core.c:13542:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13542:9:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13542:9:    struct perf_event_context *
../kernel/events/core.c:13981:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13981:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:13981:17:    struct swevent_hlist *
../kernel/events/core.c:182:9: warning: context imbalance in 'perf_ctx_lock' - wrong count at exit
../kernel/events/core.c:198:9: warning: context imbalance in 'perf_ctx_unlock' - unexpected unlock
../kernel/events/core.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'perf_lock_task_context' - different lock contexts for basic block
../kernel/events/core.c:1466:17: warning: context imbalance in 'perf_pin_task_context' - unexpected unlock
../kernel/events/core.c:2889:9: warning: context imbalance in '__perf_install_in_context' - wrong count at exit
../kernel/events/core.c:4904:17: warning: context imbalance in 'find_get_context' - unexpected unlock
../kernel/events/core.c: note: in included file:
../kernel/events/internal.h:211:1: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'perf_get_pgtable_size' - unexpected unlock
../kernel/events/core.c:10098:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10098:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10098:17:    struct swevent_hlist *
../kernel/events/core.c:10118:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10118:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10118:17:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../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
../fs/gfs2/glock.c: note: in included file:
../fs/gfs2/glock.h:160:36: warning: context imbalance in '__gfs2_glock_put' - unexpected unlock
../fs/gfs2/glock.c:286:17: warning: context imbalance in '__gfs2_glock_put_or_lock' - unexpected unlock
../fs/gfs2/glock.c:320:9: warning: context imbalance in 'gfs2_glock_put_async' - unexpected unlock
../fs/gfs2/glock.c:1062:13: warning: context imbalance in 'glock_work_func' - different lock contexts for basic block
../fs/gfs2/glock.c:1260: warning: Function parameter or struct member 'ip' not described in '__gfs2_holder_init'
../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/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
../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:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in argument 3 (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long flags
../include/trace/events/f2fs.h:1410: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:1122:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1410:1: warning: cast to restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: restricted vm_fault_t degrades to integer
../include/trace/events/f2fs.h:1410:1: warning: restricted vm_fault_t degrades to integer
../fs/f2fs/super.c:319:19: warning: symbol 'f2fs_cf_name_slab' was not declared. Should it be static?
../fs/f2fs/super.c:1481:35: warning: context imbalance in 'f2fs_drop_inode' - unexpected unlock
../kernel/trace/trace_events.c:1019:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events.c:1019:31:    expected struct event_filter *filter
../kernel/trace/trace_events.c:1019: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:1524:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.h:1524:37:    expected struct event_filter *filter
../kernel/trace/trace.h:1524:37:    got struct event_filter [noderef] __rcu *filter
../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:2396:1: warning: incorrect type in assignment (different base types)
../include/trace/events/btrfs.h:2396:1:    expected unsigned char [usertype] opf
../include/trace/events/btrfs.h:2396:1:    got restricted blk_opf_t enum req_op
../fs/btrfs/super.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../include/trace/events/btrfs.h):
../include/trace/events/btrfs.h:2396:1: warning: incorrect type in assignment (different base types)
../include/trace/events/btrfs.h:2396:1:    expected unsigned char [usertype] opf
../include/trace/events/btrfs.h:2396:1:    got restricted blk_opf_t enum req_op
../fs/bcachefs/trace.c: note: in included file:
../fs/bcachefs/bcachefs.h:999:9: warning: array of flexible structures
../kernel/bpf/stackmap.c:490:9: warning: context imbalance in '__bpf_get_stack' - different lock contexts for basic block
../kernel/trace/trace_events_filter.c:2672:19: warning: array of flexible structures
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1323:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events_filter.c:1323:34:    expected struct event_filter *filter
../kernel/trace/trace_events_filter.c:1323:34:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1340:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events_filter.c:1340:27:    expected struct event_filter *filter
../kernel/trace/trace_events_filter.c:1340:27:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../fs/ocfs2/super.c:2343:34: warning: cast to restricted __le32
../kernel/bpf/btf.c: note: in included file (through ../include/linux/bpf.h, ../include/linux/bpf_verifier.h):
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../kernel/trace/trace_events_user.c:2259:16: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2259:16:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2259:16:    struct user_event_refs *
../kernel/trace/trace_events_user.c:2366:16: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2366:16:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2366:16:    struct user_event_refs *
../kernel/trace/trace_events_user.c:2391:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2391:9:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2391:9:    struct user_event_refs *
../kernel/trace/bpf_trace.c:190:29: warning: symbol 'bpf_probe_read_user_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:227:29: warning: symbol 'bpf_probe_read_user_str_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:242:29: warning: symbol 'bpf_probe_read_kernel_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:277:29: warning: symbol 'bpf_probe_read_kernel_str_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:765:29: warning: symbol 'bpf_get_current_task_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:776:29: warning: symbol 'bpf_get_current_task_btf_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:791:29: warning: symbol 'bpf_task_pt_regs_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:839:41: warning: incorrect type in assignment (different address spaces)
../kernel/trace/bpf_trace.c:839:41:    expected void [noderef] __user *[addressable] [assigned] [usertype] sival_ptr
../kernel/trace/bpf_trace.c:839:41:    got void *
../kernel/trace/bpf_trace.c:1290:28: warning: symbol 'bpf_lookup_user_key' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1339:28: warning: symbol 'bpf_lookup_system_key' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1363:18: warning: symbol 'bpf_key_put' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1383:17: warning: symbol 'bpf_verify_pkcs7_signature' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3497:18: warning: symbol 'bpf_session_is_return' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3505:19: warning: symbol 'bpf_session_cookie' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3546:17: warning: symbol 'bpf_send_signal_task' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:2600:21: warning: dereference of noderef expression
../kernel/trace/bpf_trace.c:2604:66: warning: dereference of noderef expression
../kernel/trace/bpf_trace.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'uprobe_prog_run' - unexpected unlock
../drivers/gpu/drm/kmb/kmb_drv.c:104:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/kmb/kmb_drv.c:104:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/kmb/kmb_drv.c:104:31:    got void *
../drivers/gpu/drm/kmb/kmb_plane.c:20:11: warning: symbol 'layer_irqs' was not declared. Should it be static?
../drivers/gpu/drm/scheduler/sched_main.c:409: warning: Function parameter or struct member 'result' not described in 'drm_sched_job_done'
../kernel/trace/trace_uprobe.c: note: in included file (through ../include/linux/workqueue.h, ../include/linux/bpf.h, ../include/linux/bpf-cgroup.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__uprobe_perf_func' - unexpected unlock
../drivers/gpu/drm/udl/udl_main.c:62:31: warning: cast to restricted __le16
../drivers/gpu/drm/udl/udl_main.c:70:44: warning: cast to restricted __le32
../drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:502:24: warning: symbol 'vop2_platform_driver' was not declared. Should it be static?
../drivers/gpu/drm/radeon/radeon_kms.c:264:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:264:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:264:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:321:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:321:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:321:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:333:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:333:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:333:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:469:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:469:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:469:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:594:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:594:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:594:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:611:26: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:611:26:    expected void [noderef] __user *to
../drivers/gpu/drm/radeon/radeon_kms.c:611:26:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/ast/ast_mode.c:784:19: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/ast/ast_mode.c:784:16: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/ast/ast_mode.c:784:16:    expected unsigned char [noderef] [usertype] __iomem *dstxor
../drivers/gpu/drm/ast/ast_mode.c:784:16:    got unsigned char [usertype] *
../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:4040: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
../drivers/gpu/drm/qxl/qxl_kms.c:166:19: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:166:19:    expected struct qxl_rom *rom
../drivers/gpu/drm/qxl/qxl_kms.c:166:19:    got void [noderef] __iomem *
../drivers/gpu/drm/qxl/qxl_kms.c:184:26: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:184:26:    expected struct qxl_ram_header *ram_header
../drivers/gpu/drm/qxl/qxl_kms.c:184:26:    got void [noderef] __iomem *
../drivers/gpu/drm/qxl/qxl_kms.c:271:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:271:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:271:21:    got struct qxl_ram_header *ram_header
../drivers/gpu/drm/qxl/qxl_kms.c:275:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:275:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:275:21:    got struct qxl_rom *rom
../drivers/gpu/drm/qxl/qxl_kms.c:319:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:319:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:319:21:    got struct qxl_ram_header *ram_header
../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_rom *rom
../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]
../drivers/gpu/drm/sti/sti_mixer.c:145:58: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/sti/sti_mixer.c:145:58:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/sti/sti_mixer.c:145:58:    got void *
../drivers/gpu/drm/sti/sti_mixer.c:168:38: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/sti/sti_mixer.c:168:38:    expected void *addr
../drivers/gpu/drm/sti/sti_mixer.c:168:38:    got void [noderef] __iomem *
../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
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39: warning: incorrect type in initializer (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39:    expected void *timing_base
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39:    got void [noderef] __iomem *
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33:    got void *
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33:    got void *
../drivers/gpu/drm/rockchip/cdn-dp-core.c:339:25: warning: cast to restricted __le32
../drivers/gpu/drm/xe/xe_bo.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_bo.c:608:20: warning: symbol 'xe_bo_test_suite' was not declared. Should it be static?
../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/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:290:20: warning: symbol 'xe_dma_buf_test_suite' was not declared. Should it be static?
../drivers/gpu/drm/gma500/gma_display.c:405:25: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/gma_display.c:405:25:    expected void *tmp_dst
../drivers/gpu/drm/gma500/gma_display.c:405:25:    got unsigned char [noderef] [usertype] __iomem *
../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/gpu/drm/gma500/intel_bios.c:548:42: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/intel_bios.c:548:42:    expected void const *const p
../drivers/gpu/drm/gma500/intel_bios.c:548:42:    got unsigned char [noderef] [usertype] __iomem *
../drivers/gpu/drm/gma500/intel_bios.c:549:40: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/gma500/intel_bios.c:559:24: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/msm/msm_drv.c:55:6: warning: symbol 'dumpstate' was not declared. Should it be static?
../drivers/gpu/drm/pl111/pl111_display.c:33:37: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:33:37:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:33:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:45:37: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:45:37:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:45:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:163:27: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:163:27:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:163:27:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:168:27: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:168:27:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:168:27:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:172:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:172:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:172:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:231:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:231:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:231:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:234:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:234:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:234:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:338:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:338:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:338:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:351:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:351:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:351:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:368:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:368:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:368:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:371:41: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:371:41:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:371:41:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:384:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:384:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:384:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:403:41: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:403:41:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:403:41:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:424:53: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:424:53:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:424:53:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:435:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:435:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:435:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:489:37: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:489:37:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:489:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:512:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:512:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:512:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:523:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:523:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:523:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:34:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:34:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:34:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:51:40: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:51:40:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:51:40:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:61:40: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:61:40:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:61:40:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:66:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:66:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:66:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:139:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:139:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:139:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:142:38: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:142:38:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:142:38:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:148:30: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:148:30:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:148:30:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:237:34: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:237:34:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:237:34:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:251:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:251:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:251:30:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:252:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:252:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:252:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:271:35: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:271:35:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:271:35:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:276:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:276:43:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:276:43:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:278:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:278:43:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:278:43:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:301:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:301:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:301:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:302:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:302:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:302:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:312:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:312:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:312:30:    got void *
../drivers/gpu/drm/tve200/tve200_drv.c:197:20: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/tve200/tve200_drv.c:197:20:    expected void *regs
../drivers/gpu/drm/tve200/tve200_drv.c:197:20:    got void [noderef] __iomem *
../drivers/gpu/drm/tve200/tve200_drv.c:211:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_drv.c:211:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_drv.c:211:30:    got void *
../drivers/gpu/drm/i915/i915_irq.c:451:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:459:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:501:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:509:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:557:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:560:15: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:564:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:451:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:459:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:501:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:509:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:557:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:560:15: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:564:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/meson/meson_vclk.c:373:3: warning: symbol 'params' was not declared. Should it be static?
../drivers/gpu/drm/vmwgfx/vmwgfx_vkms.c:116:36: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/sti/sti_hdmi.c:1489:24: warning: symbol 'sti_hdmi_driver' was not declared. Should it be static?
../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 *
../drivers/gpu/drm/i915/i915_pci.c:145:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:147:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:176:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:178:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:182:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:184:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:188:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:191:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:208:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:211:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:215:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:219:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:223:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:225:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:230:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:233:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:398:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:398:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:403:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:403:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:408:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:408:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:426:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:426:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:431:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:431:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:436:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:436:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:444:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:444:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:486:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:486:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:491:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:491:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:502:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:502:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:507:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:507:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:547:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:547:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:552:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:552:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:557:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:557:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:568:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:568:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:573:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:573:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:578:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:578:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:589:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:589:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:594:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:594:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:611:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:611:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:618:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:618:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:625:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:625:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:640:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:640:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:647:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:647:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:662:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:662:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:675:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:675:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:683:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:683:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:741:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:741:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:745:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:745:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:761:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:771:10:   also defined here
../drivers/gpu/drm/pl111/pl111_drv.c:278:20: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/pl111/pl111_drv.c:278:20:    expected void *regs
../drivers/gpu/drm/pl111/pl111_drv.c:278:20:    got void [noderef] __iomem *
../drivers/gpu/drm/pl111/pl111_drv.c:293:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_drv.c:293:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_drv.c:293:30:    got void *
../drivers/gpu/drm/gma500/mmu.c:307:26: warning: context imbalance in 'psb_mmu_pt_alloc_map_lock' - wrong count at exit
../drivers/gpu/drm/gma500/mmu.c:347:26: warning: context imbalance in 'psb_mmu_pt_map_lock' - wrong count at exit
../drivers/gpu/drm/gma500/mmu.c:380:28: warning: context imbalance in 'psb_mmu_pt_unmap_unlock' - unexpected unlock
../drivers/gpu/drm/gma500/oaktrail_crtc.c:663:30: warning: symbol 'mrst_clock_funcs' was not declared. Should it be static?
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35:    expected void volatile [noderef] __iomem *
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35:    got void *kptr
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51:    expected void const volatile [noderef] __iomem *
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51:    got void *kptr
../drivers/gpu/drm/sti/sti_hda.c:807:24: warning: symbol 'sti_hda_driver' was not declared. Should it be static?
../drivers/gpu/drm/msm/msm_io_utils.c:61:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:61:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:61:31:    got void *
../drivers/gpu/drm/msm/msm_io_utils.c:81:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:81:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:81:31:    got void *
../drivers/gpu/drm/msm/msm_io_utils.c:90:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:90:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:90:31:    got void *
../drivers/gpu/drm/radeon/radeon_ring.c:309:23: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/radeon_cs.c:297:45: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:297:45:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_cs.c:297:45:    got unsigned long long [usertype] *[assigned] chunk_array_ptr
../drivers/gpu/drm/radeon/radeon_cs.c:312:27: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:312:27:    expected struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr
../drivers/gpu/drm/radeon/radeon_cs.c:312:27:    got void [noderef] __user *
../drivers/gpu/drm/radeon/radeon_cs.c:313:49: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:313:49:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_cs.c:313:49:    got struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr
../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/gpu/drm/msm/msm_rd.c:44:6: warning: symbol 'rd_full' was not declared. Should it be static?
../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:23:5: warning: symbol 'enable_preemption' was not declared. Should it be static?
../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:1099:24: warning: cast to restricted __le32
../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/gma500/psb_intel_display.c:435:30: warning: symbol 'psb_clock_funcs' was not declared. Should it be static?
../drivers/gpu/drm/msm/adreno/a2xx_catalog.c:47:1: warning: symbol 'a2xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/gma500/opregion.c:294:25: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:294:25:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/gma500/opregion.c:294:25:    got struct opregion_header *header
../drivers/gpu/drm/gma500/opregion.c:324:20: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:324:20:    expected void const *const p
../drivers/gpu/drm/gma500/opregion.c:324:20:    got void [noderef] __iomem *[assigned] base
../drivers/gpu/drm/gma500/opregion.c:330:26: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:330:26:    expected struct opregion_header *header
../drivers/gpu/drm/gma500/opregion.c:330:26:    got void [noderef] __iomem *[assigned] base
../drivers/gpu/drm/gma500/opregion.c:331:23: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:331:23:    expected void *vbt
../drivers/gpu/drm/gma500/opregion.c:331:23:    got void [noderef] __iomem *
../drivers/gpu/drm/gma500/opregion.c:338:32: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:338:32:    expected struct opregion_acpi *acpi
../drivers/gpu/drm/gma500/opregion.c:338:32:    got void [noderef] __iomem *
../drivers/gpu/drm/gma500/opregion.c:343:32: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:343:32:    expected struct opregion_asle *asle
../drivers/gpu/drm/gma500/opregion.c:343:32:    got void [noderef] __iomem *
../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/xe/xe_guc_ct.c:821:9: warning: context imbalance in '__guc_ct_send_locked' - different lock contexts for basic block
../drivers/gpu/drm/msm/adreno/a3xx_catalog.c:87:1: warning: symbol 'a3xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/msm/adreno/a4xx_catalog.c:47:1: warning: symbol 'a4xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/msm/adreno/a5xx_catalog.c:152:1: warning: symbol 'a5xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/i915/intel_wakeref.c:145:19: warning: context imbalance in 'wakeref_auto_timeout' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1920:1: warning: context imbalance in 'fwtable_read8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1921:1: warning: context imbalance in 'fwtable_read16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1922:1: warning: context imbalance in 'fwtable_read32' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1923:1: warning: context imbalance in 'fwtable_read64' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1988:1: warning: context imbalance in 'gen6_write8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1989:1: warning: context imbalance in 'gen6_write16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1990:1: warning: context imbalance in 'gen6_write32' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2010:1: warning: context imbalance in 'fwtable_write8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2011:1: warning: context imbalance in 'fwtable_write16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2012:1: warning: context imbalance in 'fwtable_write32' - unexpected unlock
../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/msm/adreno/a6xx_catalog.c:1062:1: warning: symbol 'a6xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1440:1: warning: symbol 'a7xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/xe/xe_hw_engine_group.c:320:5: warning: context imbalance in 'xe_hw_engine_group_get_mode' - wrong count at exit
../drivers/gpu/drm/xe/xe_hw_engine_group.c:355:6: warning: context imbalance in 'xe_hw_engine_group_put' - wrong count at exit
../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 *
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36:    expected void [noderef] __iomem *llc_mmio
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36:    got void *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31:    got void *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31:    got void *
../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]
../drivers/gpu/drm/radeon/evergreen.c:4206:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4206:44:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4206:44:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4220:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4220:44:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4220:44:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4223:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4223:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4223:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4286:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4286:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4286:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4287:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4287:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4287:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4288:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4288:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4288:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4294:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4294:57:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4294:57:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4300:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4300:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4300:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4304:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4304:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4304:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4308:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4308:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4308:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4313:81: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4313:81:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4313:81:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4319:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4319:57:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4319:57:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4680:24: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/evergreen.c:4739:27: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/evergreen.c:4740:28: warning: cast to restricted __le32
../drivers/gpu/drm/xe/xe_migrate.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_migrate.c:776:20: warning: symbol 'xe_migrate_test_suite' was not declared. Should it be static?
../drivers/gpu/drm/xe/xe_mocs.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_mocs.c:197:20: warning: symbol 'xe_mocs_test_suite' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/gpu/drm/xe/xe_oa.c:2455:25: warning: incorrect type in initializer (different address spaces)
../drivers/gpu/drm/xe/xe_oa.c:2455:25:    expected unsigned long long [usertype] *ptr
../drivers/gpu/drm/xe/xe_oa.c:2455:25:    got void [noderef] __user *
../drivers/gpu/drm/xe/xe_oa.c:2468:15: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/xe/xe_oa.c:2468:15:    expected void const volatile [noderef] __user *ptr
../drivers/gpu/drm/xe/xe_oa.c:2468:15:    got unsigned long long [usertype] *ptr
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9:    void
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9:    int
../drivers/gpu/drm/xe/xe_pci.c:140:9: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_pci.c:141:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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_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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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_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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/radeon/r600_dpm.c:832:48: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:834:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:856:38: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:857:47: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:858:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:888:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:892:55: 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:50: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:896:51: 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:52: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:899:53: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:901:58: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:908:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:911:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:918:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:923:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:932:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:943:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:955:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:969:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:972:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:975:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:978:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:980:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:987:34: 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:1006:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1016:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1018:42: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1019:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1021:45: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1027:53: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1028:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1029:48: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1034:34: 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:1050:49: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1053:49: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1055:49: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1065:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1069:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1070:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1074:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1078:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1083:34: 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:1110: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:1123:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1132:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1136:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1140:34: 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:1163:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1168:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1173:34: 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:1190:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1195:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1199:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1208:33: warning: cast to restricted __le16
../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:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1226:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1231:34: 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:1248:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1253:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1256:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1267:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1269:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1274:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1278:69: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1280:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1281:69: 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/gpu/drm/radeon/r600_dpm.c:1289:33: warning: cast to restricted __le16
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_pt.c:933:73: warning: Using plain integer as NULL pointer
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25:    struct dma_fence *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/gt/intel_gt_buffer_pool.c:76:38: warning: context imbalance in 'pool_free_older_than' - different lock contexts for basic block
../drivers/gpu/drm/i915/gt/intel_execlists_submission.c:806:59: warning: context imbalance in 'assert_pending_valid' - different lock contexts for basic block
../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/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:816:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:820:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:826:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:891:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:893:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:899:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:903:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:905:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:907:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:909:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/rs780_dpm.c:913:46: warning: cast to restricted __le32
../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:1899:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv6xx_dpm.c:1903:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv6xx_dpm.c:1920:42: warning: cast to restricted __le16
../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:2295:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv770_dpm.c:2299:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv770_dpm.c:2317: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/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/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:1676:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1677:41: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1678:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1680:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1694:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1696:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1698:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1701:25: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1703:25: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1705:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1706:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1708:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1709:43: warning: cast to 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_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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:1764:24: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/trinity_dpm.c:1819:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1820:41: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1821:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1822:49: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1824:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/trinity_dpm.c:1843:52: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1844:52: warning: cast to restricted __le32
../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/radeon/trinity_dpm.c:1850:53: warning: cast to restricted __le16
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_drm.c:391:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:391:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:396:33: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:396:33: warning: cast removes address space '__iomem' of expression
../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/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:4012:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/ni_dpm.c:4016:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/ni_dpm.c:4034:42: warning: cast to restricted __le16
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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
../drivers/gpu/drm/radeon/si_dpm.c:4055:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4055:40:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4055:40:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4089:24: warning: cast to restricted __be16
../drivers/gpu/drm/radeon/si_dpm.c:4097:37: warning: cast to restricted __be16
../drivers/gpu/drm/radeon/si_dpm.c:4112: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:3980:35: warning: invalid assignment: |=
../drivers/gpu/drm/radeon/si_dpm.c:3980:35:    left side has type unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:3980:35:    right side has type restricted __be32
../drivers/gpu/drm/radeon/si_dpm.c:4001:88: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4001:88:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4001:88:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4015:89: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4015:89:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4015:89:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4023:88: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4023:88:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4023:88:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4032:109: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4032:109:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4032:109:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4078:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4078:32:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4078:32:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4139:24: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4139:24:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4139:24:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4247:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4247:39:    expected unsigned int [usertype] mc_arb_dram_timing
../drivers/gpu/drm/radeon/si_dpm.c:4247:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4248:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4248:39:    expected unsigned int [usertype] mc_arb_dram_timing2
../drivers/gpu/drm/radeon/si_dpm.c:4248:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4312:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4312:50:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4312:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4314:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4314:58:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4314:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4316:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4316:59:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4316:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4318:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4318:59:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4318:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4320:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4320:56:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4320:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4322:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4322:58:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4322:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4324:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4324:58:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4324:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4326:49: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4326:49:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4326:49:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4328:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4328:50:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4328:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4331:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4331:51:    expected unsigned int [usertype] mclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4331:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4334:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4334:59:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4334:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4336:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4336:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4336:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4338:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4338:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4338:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4340:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4340:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4340:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4342:65: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4342:65:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM
../drivers/gpu/drm/radeon/si_dpm.c:4342:65:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4344:68: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4344:68:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2
../drivers/gpu/drm/radeon/si_dpm.c:4344:68:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4347:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4347:51:    expected unsigned int [usertype] sclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4347:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4388:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4388:38:    expected unsigned int [usertype] aT
../drivers/gpu/drm/radeon/si_dpm.c:4388:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4390:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4390:39:    expected unsigned int [usertype] bSP
../drivers/gpu/drm/radeon/si_dpm.c:4390:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4416:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4416:51:    expected unsigned int [usertype] SQPowerThrottle
../drivers/gpu/drm/radeon/si_dpm.c:4416:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4419:53: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4419:53:    expected unsigned int [usertype] SQPowerThrottle_2
../drivers/gpu/drm/radeon/si_dpm.c:4419:53:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4514:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4514:47:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4514:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4516:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4516:55:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4516:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4518:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4518:56:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4518:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4520:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4520:56:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4520:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4522:53: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4522:53:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4522:53:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4524:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4524:55:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4524:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4526:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4526:55:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4526:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4528:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4528:46:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4528:46:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4530:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4530:47:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4530:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4533:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4533:56:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4533:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4535:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4535:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4535:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4537:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4537:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4537:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4539:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4539:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4539:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4557:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4557:48:    expected unsigned int [usertype] SQPowerThrottle
../drivers/gpu/drm/radeon/si_dpm.c:4557:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4560:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4560:50:    expected unsigned int [usertype] SQPowerThrottle_2
../drivers/gpu/drm/radeon/si_dpm.c:4560:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4798:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4798:34:    expected unsigned int [usertype] sclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4798:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4799:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4799:42:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4799:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4800:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4800:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4800:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4801:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4801:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4801:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4802:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4802:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4802:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4803:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4803:48:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM
../drivers/gpu/drm/radeon/si_dpm.c:4803:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4804:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4804:50:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2
../drivers/gpu/drm/radeon/si_dpm.c:4804:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4885:26: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4885:26:    expected unsigned int [usertype] mclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4885:26:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4886:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4886:31:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4886:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4887:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4887:33:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4887:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4888:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4888:33:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4888:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4889:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4889:34:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4889:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4890:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4890:34:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4890:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4891:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4891:33:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4891:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4892:25: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4892:25:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4892:25:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4893:24: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4893:24:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4893:24:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4894:25: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4894:25:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4894:25:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4908:42: warning: too many warnings
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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_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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_gem.c:884:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_gem.c:885: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:918:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_gem.c:920:33: warning: cast removes address space '__iomem' 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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:2509:24: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/kv_dpm.c:2610:24: warning: cast to restricted __be32
../drivers/gpu/drm/radeon/kv_dpm.c:2632:24: warning: cast to restricted __be32
../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:2495:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2495:36:    expected unsigned int [usertype] McArbDramTiming
../drivers/gpu/drm/radeon/ci_dpm.c:2495:36:    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] McArbDramTiming2
../drivers/gpu/drm/radeon/ci_dpm.c:2496:36:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43:    expected unsigned int [usertype] DownT
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41:    expected unsigned int [usertype] UpT
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54:    expected unsigned int [usertype] VclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54:    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] DclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2640:54:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48:    expected unsigned short [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31:    expected unsigned int [usertype] MinMvdd
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37:    expected unsigned int [usertype] MclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37:    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 short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:2931:37:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36:    expected unsigned int [usertype] MpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38:    expected unsigned int [usertype] MpllFuncCntl_1
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38:    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_2
../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] MpllAdFuncCntl
../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] MpllDqFuncCntl
../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] MclkPwrmgtCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2937:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31:    expected unsigned int [usertype] DllCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31:    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] MpllSs1
../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] MpllSs2
../drivers/gpu/drm/radeon/ci_dpm.c:2940:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32:    expected unsigned int [usertype] Flags
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40:    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] SclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2995:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41:    expected unsigned int [usertype] CgSpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42:    expected unsigned int [usertype] CgSpllFuncCntl2
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42:    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] CgSpllFuncCntl3
../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] CgSpllFuncCntl4
../drivers/gpu/drm/radeon/ci_dpm.c:2999:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45:    expected unsigned int [usertype] SpllSpreadSpectrum
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46:    expected unsigned int [usertype] SpllSpreadSpectrum2
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38:    expected unsigned int [usertype] CcPwrDynRm1
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48:    expected unsigned int [usertype] MinMvdd
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40:    expected unsigned int [usertype] DllCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47:    expected unsigned int [usertype] MclkPwrmgtCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47:    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] MpllAdFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3030:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47:    expected unsigned int [usertype] MpllDqFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45:    expected unsigned int [usertype] MpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47:    expected unsigned int [usertype] MpllFuncCntl_1
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47:    expected unsigned int [usertype] MpllFuncCntl_2
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40:    expected unsigned int [usertype] MpllSs1
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40:    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] MpllSs2
../drivers/gpu/drm/radeon/ci_dpm.c:3041:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46:    expected unsigned short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28:    expected unsigned int [usertype] CcPwrDynRm1
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27:    expected unsigned short [usertype] VddcOffset
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30:    expected unsigned int [usertype] Flags
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38:    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] SclkFrequency
../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 short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:3221:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40:    expected unsigned int [usertype] CgSpllFuncCntl3
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40:    got restricted __be32 [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] CgSpllFuncCntl4
../drivers/gpu/drm/radeon/ci_dpm.c:3223:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43:    expected unsigned int [usertype] SpllSpreadSpectrum
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44:    expected unsigned int [usertype] SpllSpreadSpectrum2
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3227:36: warning: too many warnings
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_backlight.c: In function ‘nouveau_backlight_init’:
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:69: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                                                                     ^~
In function ‘nouveau_get_backlight_name’,
    inlined from ‘nouveau_backlight_init’ at ../drivers/gpu/drm/nouveau/nouveau_backlight.c:351:7:
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:56: note: directive argument in the range [1, 2147483647]
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                                                        ^~~~~~~~~~~~~~~~
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:17: note: ‘snprintf’ output between 14 and 23 bytes into a destination of size 15
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13:    expected restricted vm_fault_t [usertype] ret
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13:    got int
../drivers/gpu/drm/nouveau/nouveau_dmem.c:457:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:457:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:461:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:461:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:474:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:474:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:478:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:478:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:502:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:502:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:529:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:529:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:533:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:533:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:556:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:556:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:558:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:558:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/i915/gt/intel_reset.c:1540:12: warning: context imbalance in '_intel_gt_reset_lock' - different lock contexts for basic block
../drivers/gpu/drm/xe/xe_wa.c:396:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:396:11:   also defined here
../drivers/gpu/drm/xe/xe_wa.c:418:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:418:11:   also defined here
../drivers/gpu/drm/xe/xe_wa.c:453:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:453:11:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/radeon/radeon_vce.c:363:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:363:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:363:32:    got restricted __le32 [usertype]
../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:367:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:367:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:367: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:380:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:380:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:380: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:387:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:387:27:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:387:27:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:430:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:430:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:430:32:    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:434:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:434:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:434: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:440:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:440:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:440: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:444:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:444:27:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:444:27:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:701:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:701:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:701:33:    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:706:41: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:706:41:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:706:41:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:721:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:721:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:721:33:    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:740:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:740:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:740: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:767:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:767:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:767:33:    got restricted __le32 [usertype]
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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/nouveau/dispnv04/crtc.c:1137:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1137:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1222:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1222:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1223:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1223:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1224:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1224:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1225:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1225:17: warning: cast removes address space '__iomem' of expression
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17:    struct dma_fence *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/dispnv50/corec57d.c:39:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:39:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:50:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:50:17: warning: cast removes address space '__iomem' of expression
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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/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/amdgpu_object.h):
../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/i915_active.c:1081:16: warning: context imbalance in '__i915_active_fence_set' - different lock contexts for basic block
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/dsi/dsi_host.c:1424:27: warning: cast to restricted __be32
../drivers/gpu/drm/msm/dsi/dsi_host.c:1425:17: warning: cast to restricted __be32
../drivers/gpu/drm/i915/display/intel_cdclk.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/i915/display/intel_display_device.c:523:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:524:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:576:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:577:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:825:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:827:17:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1032:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1037:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1075:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1077:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1312:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1314:10:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1321:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1322:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:61:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:61:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:148:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:148:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:152:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:152:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:165:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:165:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192: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:195:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:195:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:199:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:199:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:203:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:203:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:218:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:218:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:248:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:248:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281:9: warning: dubious: !x & y
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281: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: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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37:    expected unsigned int [usertype] *bgn
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37:    got void [noderef] __iomem *ptr
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44:    expected void [noderef] __iomem *ptr
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44:    got void *virtual
../drivers/gpu/drm/nouveau/nouveau_chan.c:468:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_chan.c:482:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_chan.c:482:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24:    expected struct nouveau_channel [noderef] __rcu *channel
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24:    got struct nouveau_channel *chan
../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/i915/display/intel_hdcp.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/i915/display/intel_cdclk.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_pps.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_psr.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_fbdev.c:162:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_fbdev.c:163:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_debugfs.c:30:1: warning: symbol 'gt_reset_failure' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_hdcp.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_psr.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_fbdev.c:162:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_fbdev.c:163:10:   also defined here
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_display_device.c:523:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:524:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:576:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:577:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:825:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:827:17:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1032:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1037:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1075:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1077:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1312:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1314:10:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1321:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1322:10:   also defined here
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_pps.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/dce_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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_pasid.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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17:    struct dma_fence *
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9:    int
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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/../pm/powerplay/inc/amd_powerplay.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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/../display/amdgpu_dm/amdgpu_dm_psr.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414: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:414: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:414: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:414: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:414: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:414: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/../display/amdgpu_dm/amdgpu_dm_hdcp.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2029:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1981:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1985:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1989:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1995:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2012:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1870:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1877:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1890:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1892:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1894:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1896:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1898:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1900:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1902:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1904:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:880:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1522:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:153:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:166:19: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:183:14: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:235:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:298:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:358:29: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:360:44: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:438:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:440:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:442:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:444:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:446:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:489:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:491:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:493:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:495:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:497:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:499:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:501:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:575:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:577:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:579:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:581:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:583:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:585:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:587:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:642:37: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:672:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:719:33: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:721:43: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:723:44: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:866:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1142:23: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1162:35: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1045:21: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1068:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1070:35: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1072:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1247:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1250:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1256:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1259:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1265:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1267:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1269:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1271:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1273:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1299:30: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1365:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1368:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1374:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1377:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1383:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1385:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1387:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1389:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1391:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1731:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1772:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1670:23: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1820:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1826:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1834:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2262:38: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2263:34: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2264:35: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2269:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2272:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2276:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2278:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2288:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2289:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2291:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2293:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2297:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2300:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2303:47: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2304:47: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2306:28: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2308:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2310:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2311:34: warning: too many warnings
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34:    expected unsigned short [usertype] usPixelClock
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34:    got restricted __le16 [usertype]
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:483:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:491:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:521:48: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:615:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:673:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:680:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:688:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1456:38: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1458:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1464:53: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1466:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1472:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1473:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1474:50: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1475:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1476:48: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1595:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1598:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2514:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2523:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2524:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2528:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2530:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2532:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2534:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2536:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2538:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2540:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2550:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2554:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2558:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2561:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2570:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2731:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2740:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2741:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2745:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2755:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2759:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2763:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2766:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2775:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2842:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2844:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2846:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2858:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2860:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2862:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2893:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2902:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2903:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2907:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2919:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2923:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2927:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2930:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2939:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2948:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2950:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2952:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2964:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2966:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2968:9: warning: cast to restricted __le16
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20.c:649:26: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:649:26: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_rq_dlg_calc_21.c:655:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_rq_dlg_calc_30.c:623:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_rq_dlg_calc_31.c:618:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_rq_dlg_calc_314.c:706:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/dcn314_fpu.c:36:30: warning: symbol 'dcn3_14_ip' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/dcn314_fpu.c:313:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:442:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn351/dcn351_fpu.c:476:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/clk_mgr.c: note: in included file:
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.h:34:29: warning: no newline at end of file
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c: note: in included file:
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.h:34:29: warning: no newline at end of file
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c:511:22: warning: symbol 'dcn3_fpga_funcs' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:1089:22: warning: symbol 'dcn35_fpga_funcs' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_hw.c:543:62: warning: dubious: x | !y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_sw.c:454:62: warning: dubious: x | !y
../drivers/gpu/drm/amd/amdgpu/../display/dc/link/accessories/link_dp_cts.c:898:47: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn32/dcn32_resource_helpers.c:386:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn316/dcn316_resource.c:1617:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn31/dcn31_resource.c:1648:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_top/dml_top_mcache.c:109:87: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_top/dml_top_mcache.c:109:90: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_factory.c:13:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_dpmm/dml2_dpmm_factory.c:23:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_factory.c:29:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:11286:74: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:11287:70: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1164:40: warning: symbol 'easf_v_bf3_mode_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1176:40: warning: symbol 'easf_h_bf3_mode_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1188:40: warning: symbol 'easf_reducer_gain6_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1200:40: warning: symbol 'easf_reducer_gain4_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1212:40: warning: symbol 'easf_gain_ring6_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1224:40: warning: symbol 'easf_gain_ring4_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1236:40: warning: symbol 'easf_reducer_gain6_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1248:40: warning: symbol 'easf_reducer_gain4_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1260:40: warning: symbol 'easf_gain_ring6_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1272:40: warning: symbol 'easf_gain_ring4_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1284:40: warning: symbol 'easf_3tap_dntilt_uptilt_offset_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1296:40: warning: symbol 'easf_3tap_uptilt_maxval_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1308:40: warning: symbol 'easf_3tap_dntilt_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1320:40: warning: symbol 'easf_3tap_uptilt1_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1332:40: warning: symbol 'easf_3tap_uptilt2_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1344:40: warning: symbol 'easf_3tap_uptilt2_offset_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_isharp_filters.c:464:29: warning: symbol 'filter_isharp_1D_lut_pregen' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_isharp_filters.c:503:43: warning: symbol 'sharpness_level_adj' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce60/dce60_hw_sequencer.c:312:84: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/hdcp/hdcp_msg.c:133:31: warning: Using plain integer as NULL pointer
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_state.c:362:30: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_state.c:365:46: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:873:64: warning: cast truncates bits from constant value (44 becomes 4)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:303:25: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:304:25: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:306:25: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:307:25: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38:    expected unsigned short [usertype] min_abm_backlight
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36:    expected unsigned short [usertype] blRampReduction
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32:    expected unsigned short [usertype] blRampStart
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38:    expected unsigned short [usertype] min_abm_backlight
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:638:17: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:639:17: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:663:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:663:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:664:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:664:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:665:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:665:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:666:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:666:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:667:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:667:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:668:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:668:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:669:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:669:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:670:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:670:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:671:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:671:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:672:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:672:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:673:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:673:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:674:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:674:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:675:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:675:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:676:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:676:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:677:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:677:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:678:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:678:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:679:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:679:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:680:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:680:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:681:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:681:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:682:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:682:37: warning: too many warnings
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn401.c:505:9: error: static assertion failed: "DMUB command size mismatch"
../drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn401.c:541:9: error: static assertion failed: "DMUB command size mismatch"
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/rnull_mod.o
../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static?
../init/init_task.c:117:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:117:28:    expected struct task_struct [noderef] __rcu *real_parent
../init/init_task.c:117:28:    got struct task_struct *
../init/init_task.c:118:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:118:28:    expected struct task_struct [noderef] __rcu *parent
../init/init_task.c:118:28:    got struct task_struct *
../init/init_task.c:132:28: warning: incorrect type in initializer (different address spaces)
../init/init_task.c:132:28:    expected struct sighand_struct [noderef] __rcu *sighand
../init/init_task.c:132:28:    got struct sighand_struct *
../arch/x86/power/cpu.c:37:22: warning: symbol 'saved_context' was not declared. Should it be static?
../arch/x86/hyperv/hv_init.c:73:20: warning: cast removes address space '__iomem' of expression
../arch/x86/hyperv/hv_init.c:241:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/hyperv/hv_init.c:241:33:    expected void volatile [noderef] __iomem *addr
../arch/x86/hyperv/hv_init.c:241:33:    got void *
../arch/x86/hyperv/hv_init.c: note: in included file (through ../arch/x86/include/asm/cpuid.h, ../arch/x86/include/asm/processor.h, ../arch/x86/include/asm/timex.h, ../include/linux/timex.h, ../include/linux/time32.h, ...):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../arch/x86/entry/common.c:211: warning: Function parameter or struct member 'regs' not described in 'do_int80_emulation'
../ipc/msg.c:181:26: warning: context imbalance in 'newque' - unexpected unlock
../drivers/acpi/sleep.c:564:46: warning: restricted suspend_state_t degrades to integer
../drivers/acpi/sleep.c:672:50: warning: restricted suspend_state_t degrades to integer
../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 *
../arch/x86/platform/uv/uv_nmi.c:318:27: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:318:27:    expected void const volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:318:27:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:325:32: warning: incorrect type in argument 2 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:325:32:    expected void volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:325:32:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:328:30: warning: incorrect type in argument 2 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:328:30:    expected void volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:328:30:    got int *addr
../arch/x86/platform/uv/uv_nmi.c:331:21: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/platform/uv/uv_nmi.c:331:21:    expected void const volatile [noderef] __iomem *addr
../arch/x86/platform/uv/uv_nmi.c:331: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/platform/uv/uv_nmi.c:573:9: warning: context imbalance in 'uv_check_nmi' - different lock contexts for basic block
../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/platform/uv/uv_nmi.c:591:17: warning: context imbalance in 'uv_handle_nmi' - unexpected unlock
../ipc/shm.c:131:17: warning: context imbalance in 'do_shm_rmid' - unexpected unlock
../ipc/shm.c:290:17: warning: context imbalance in '__shm_open' - unexpected unlock
../ipc/shm.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'shm_destroy' - unexpected unlock
../ipc/shm.c:391:17: warning: context imbalance in '__shm_close' - unexpected unlock
../ipc/shm.c:409:12: warning: context imbalance in 'shm_try_destroy_orphaned' - wrong count at exit
../ipc/shm.c:446:26: warning: context imbalance in 'exit_shm' - different lock contexts for basic block
../ipc/shm.c: note: in included file (through ../arch/x86/include/asm/preempt.h, ../include/linux/preempt.h, ../include/linux/spinlock.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../arch/x86/include/asm/current.h:47:17: warning: context imbalance in 'newseg' - unexpected unlock
../ipc/shm.c:1034:9: warning: context imbalance in 'shmctl_down' - different lock contexts for basic block
../ipc/shm.c:1678:17: warning: context imbalance in 'do_shmat' - unexpected unlock
../init/main.c:192:12: warning: symbol 'envp_init' was not declared. Should it be static?
../init/main.c:290:16: warning: cast to restricted __le32
../init/main.c:291:16: warning: cast to restricted __le32
../security/selinux/avc.c:461:58: warning: context imbalance in 'avc_alloc_node' - different lock contexts for basic block
../ipc/sem.c:579:9: warning: context imbalance in 'newary' - unexpected unlock
../ipc/sem.c:1186:17: warning: context imbalance in 'freeary' - unexpected unlock
../ipc/sem.c:1647:9: warning: context imbalance in 'semctl_down' - different lock contexts for basic block
../ipc/sem.c:1906:24: warning: context imbalance in 'find_alloc_undo' - wrong count at exit
../ipc/sem.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/uio.h, ../include/linux/socket.h, ../include/linux/compat.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__do_semtimedop' - unexpected unlock
../ipc/sem.c:647: warning: expecting prototype for perform_atomic_semop[_slow](). Prototype was for perform_atomic_semop_slow() instead
../drivers/pwm/core.c:36:9: warning: context imbalance in 'pwmchip_lock' - wrong count at exit
../drivers/pwm/core.c:45:28: warning: context imbalance in 'pwmchip_unlock' - unexpected unlock
../arch/x86/events/amd/iommu.c: In function ‘init_one_iommu’:
../arch/x86/events/amd/iommu.c:441:64: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Wformat-truncation=]
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |                                                                ^~
../arch/x86/events/amd/iommu.c:441:53: note: directive argument in the range [0, 4294967294]
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |                                                     ^~~~~~~~~~~~~~
../arch/x86/events/amd/iommu.c:441:9: note: ‘snprintf’ output between 12 and 21 bytes into a destination of size 16
  441 |         snprintf(perf_iommu->name, IOMMU_NAME_SIZE, "amd_iommu_%u", idx);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../fs/read_write.c:159:1: warning: context imbalance in 'generic_file_llseek_size' - different lock contexts for basic block
../arch/x86/events/intel/p4.c: In function ‘p4_pmu_init’:
../arch/x86/events/intel/p4.c:1369:27: warning: variable ‘high’ set but not used [-Wunused-but-set-variable]
 1369 |         unsigned int low, high;
      |                           ^~~~
../net/sched/sch_generic.c:222:9: warning: context imbalance in 'try_bulk_dequeue_skb_slow' - different lock contexts for basic block
../net/sched/sch_generic.c:302:28: warning: context imbalance in 'dequeue_skb' - different lock contexts for basic block
../net/sched/sch_generic.c:324:28: warning: context imbalance in 'sch_direct_xmit' - unexpected unlock
../net/sched/sch_generic.c:466:6: warning: context imbalance in 'netif_tx_lock' - wrong count at exit
../net/sched/sch_generic.c:489:6: warning: context imbalance in 'netif_tx_unlock' - unexpected unlock
../net/sched/sch_generic.c:1297:13: warning: context imbalance in 'dev_reset_queue' - different lock contexts for basic block
../sound/core/pcm_lib.c:548:32: warning: incorrect type in assignment (different base types)
../sound/core/pcm_lib.c:548:32:    expected unsigned int [usertype]
../sound/core/pcm_lib.c:548:32:    got restricted __le32 [usertype]
../net/socket.c:1688:21: warning: symbol 'update_socket_protocol' was not declared. Should it be static?
../net/netlink/af_netlink.c:2609:13: warning: context imbalance in 'netlink_walk_start' - wrong count at exit
../net/netlink/af_netlink.c:2615:13: warning: context imbalance in 'netlink_walk_stop' - unexpected unlock
../net/netlink/af_netlink.c:2665:9: warning: context imbalance in 'netlink_seq_start' - wrong count at exit
../kernel/fork.c:1249:19: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:1249:19:    expected struct task_struct [noderef] __rcu *owner
../kernel/fork.c:1249:19:    got struct task_struct *p
../kernel/fork.c:1811:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1811:38:    expected struct refcount_struct [usertype] *r
../kernel/fork.c:1811:38:    got struct refcount_struct [noderef] __rcu *
../kernel/fork.c:1820:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1820:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:1820:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1821:9: warning: incorrect type in argument 2 (different address spaces)
../kernel/fork.c:1821:9:    expected void const *
../kernel/fork.c:1821:9:    got struct k_sigaction [noderef] __rcu *
../kernel/fork.c:1822:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1822:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:1822:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:1917:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:1917:9:    expected struct qspinlock *lock
../kernel/fork.c:1917:9:    got struct qspinlock [noderef] __rcu *
../kernel/fork.c:2215:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2215:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2215:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2219:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2219:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2219:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2534:32: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:2534:32:    expected struct task_struct [noderef] __rcu *real_parent
../kernel/fork.c:2534:32:    got struct task_struct *
../kernel/fork.c:2543:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2543:27:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2543:27:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2592:54: warning: incorrect type in argument 2 (different address spaces)
../kernel/fork.c:2592:54:    expected struct list_head *head
../kernel/fork.c:2592:54:    got struct list_head [noderef] __rcu *
../kernel/fork.c:2612:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2612:29:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2612:29:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2634:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2634:29:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2634:29:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2662:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2662:28:    expected struct sighand_struct *sighand
../kernel/fork.c:2662:28:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/fork.c:2693:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2693:31:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2693:31:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:2695:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:2695:33:    expected struct spinlock [usertype] *lock
../kernel/fork.c:2695:33:    got struct spinlock [noderef] __rcu *
../kernel/fork.c:3138:24: warning: incorrect type in assignment (different address spaces)
../kernel/fork.c:3138:24:    expected struct task_struct *[assigned] parent
../kernel/fork.c:3138:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/fork.c:3226:43: warning: incorrect type in argument 1 (different address spaces)
../kernel/fork.c:3226:43:    expected struct refcount_struct const [usertype] *r
../kernel/fork.c:3226:43:    got struct refcount_struct [noderef] __rcu *
../kernel/fork.c:2265:22: warning: dereference of noderef expression
../kernel/fork.c: note: in included file (through ../include/uapi/asm-generic/bpf_perf_event.h, arch/x86/include/generated/uapi/asm/bpf_perf_event.h, ../include/uapi/linux/bpf_perf_event.h, ../include/linux/perf_event.h, ...):
../include/linux/ptrace.h:210:45: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:210:45:    expected struct task_struct *new_parent
../include/linux/ptrace.h:210:45:    got struct task_struct [noderef] __rcu *parent
../include/linux/ptrace.h:210:62: warning: incorrect type in argument 3 (different address spaces)
../include/linux/ptrace.h:210:62:    expected struct cred const *ptracer_cred
../include/linux/ptrace.h:210:62:    got struct cred const [noderef] __rcu *ptracer_cred
../kernel/fork.c:2590:59: warning: dereference of noderef expression
../kernel/fork.c:2591:59: warning: dereference of noderef expression
../kernel/fork.c:1241:23: error: incompatible types in comparison expression (different address spaces):
../kernel/fork.c:1241:23:    struct task_struct [noderef] __rcu *
../kernel/fork.c:1241:23:    struct task_struct *
../sound/core/pcm_native.c:95:1: warning: context imbalance in 'snd_pcm_group_lock' - different lock contexts for basic block
../sound/core/pcm_native.c:96:1: warning: context imbalance in 'snd_pcm_group_unlock' - unexpected unlock
../sound/core/pcm_native.c:97:1: warning: context imbalance in 'snd_pcm_group_lock_irq' - different lock contexts for basic block
../sound/core/pcm_native.c:98:1: warning: context imbalance in 'snd_pcm_group_unlock_irq' - unexpected unlock
../sound/core/pcm_native.c:145:9: warning: context imbalance in 'snd_pcm_stream_lock_nested' - different lock contexts for basic block
../sound/core/pcm_native.c:171:9: warning: context imbalance in '_snd_pcm_stream_lock_irqsave' - different lock contexts for basic block
../sound/core/pcm_native.c:184:9: warning: context imbalance in '_snd_pcm_stream_lock_irqsave_nested' - different lock contexts for basic block
../sound/core/pcm_native.c:201:39: warning: context imbalance in 'snd_pcm_stream_unlock_irqrestore' - unexpected unlock
../sound/core/pcm_native.c:1273:44: warning: context imbalance in 'snd_pcm_action_group' - unexpected unlock
../sound/core/pcm_native.c:1343:37: warning: context imbalance in 'snd_pcm_stream_group_ref' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:353:5: warning: context imbalance in 'gpiod_get_direction' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:459:25: warning: context imbalance in 'gpio_name_to_desc' - wrong count at exit
../drivers/gpio/gpiolib.c:858:9: warning: context imbalance in 'gpiochip_setup_devs' - wrong count at exit
../drivers/gpio/gpiolib.c:1218:20: warning: context imbalance in 'gpio_device_find' - wrong count at exit
../drivers/gpio/gpiolib.c:2309:12: warning: context imbalance in 'gpiod_request_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2410:9: warning: context imbalance in 'gpiod_free_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2457:6: warning: context imbalance in 'gpiochip_dup_line_label' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:2561:5: warning: context imbalance in 'gpio_do_set_config' - wrong count at exit
../drivers/gpio/gpiolib.c:2702:5: warning: context imbalance in 'gpiod_direction_input_nonotify' - wrong count at exit
../drivers/gpio/gpiolib.c:2749:12: warning: context imbalance in 'gpiod_direction_output_raw_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:2919:5: warning: context imbalance in 'gpiod_enable_hw_timestamp_ns' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:2952:5: warning: context imbalance in 'gpiod_disable_hw_timestamp_ns' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3108:12: warning: context imbalance in 'gpiod_get_raw_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3153:22: warning: context imbalance in 'gpio_device_chip_cmp' - wrong count at exit
../drivers/gpio/gpiolib.c:3156:5: warning: context imbalance in 'gpiod_get_array_value_complex' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3385:13: warning: context imbalance in 'gpio_set_open_drain_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3412:13: warning: context imbalance in 'gpio_set_open_source_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3434:13: warning: context imbalance in 'gpiod_set_raw_value_commit' - wrong count at exit
../drivers/gpio/gpiolib.c:3501:9: warning: context imbalance in 'gpiod_set_array_value_complex' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:3741:5: warning: context imbalance in 'gpiod_to_irq' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:4687:5: warning: context imbalance in 'gpiod_hog' - wrong count at exit
../drivers/gpio/gpiolib.c:4999:9: warning: context imbalance in 'gpiolib_dbg_show' - different lock contexts for basic block
../drivers/gpio/gpiolib.c:5026:13: warning: context imbalance in 'gpiolib_seq_start' - wrong count at exit
../drivers/gpio/gpiolib.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'gpiolib_seq_stop' - unexpected unlock
../drivers/gpio/gpiolib.c:5071:12: warning: context imbalance in 'gpiolib_seq_show' - wrong count at exit
../arch/x86/events/intel/core.c:3448:1: warning: context imbalance in 'intel_start_scheduling' - different lock contexts for basic block
../arch/x86/events/intel/core.c:3521:9: warning: context imbalance in 'intel_stop_scheduling' - unexpected unlock
../arch/x86/events/intel/core.c:3734:25: warning: context imbalance in 'intel_put_excl_constraints' - unexpected unlock
../arch/x86/kernel/irq_64.c:29:1: warning: symbol '__pcpu_scope_irq_stack_backing_store' was not declared. Should it be static?
../kernel/exit.c:334:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:334:37:    expected struct task_struct *tsk
../kernel/exit.c:334:37:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:337:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:337:32:    expected struct task_struct *task
../kernel/exit.c:337:32:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:338:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:338:35:    expected struct task_struct *task
../kernel/exit.c:338:35:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:383:24: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:383:24:    expected struct task_struct *parent
../kernel/exit.c:383:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/exit.c:410:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:410:27:    expected struct spinlock [usertype] *lock
../kernel/exit.c:410:27:    got struct spinlock [noderef] __rcu *
../kernel/exit.c:413:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:413:29:    expected struct spinlock [usertype] *lock
../kernel/exit.c:413:29:    got struct spinlock [noderef] __rcu *
../kernel/exit.c:449:17: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:449:17:    expected struct task_struct [noderef] __rcu *volatile
../kernel/exit.c:449:17:    got struct task_struct *tsk
../kernel/exit.c:484:23: error: incompatible types in comparison expression (different address spaces):
../kernel/exit.c:484:23:    struct task_struct [noderef] __rcu *
../kernel/exit.c:484:23:    struct task_struct *
../kernel/exit.c:643:29: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:645:29: warning: incorrect type in assignment (different address spaces)
../kernel/exit.c:862:45: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1071:63: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1316:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1331:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1382:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1385:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1391:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/exit.c:1567:68: error: incompatible types in comparison expression (different base types):
../kernel/exit.c:1567:68:    void *
../kernel/exit.c:1567:68:    struct task_struct [noderef] __rcu *
../kernel/exit.c:1596:25: warning: incorrect type in initializer (different address spaces)
../kernel/exit.c:1596:25:    expected struct task_struct *parent
../kernel/exit.c:1596:25:    got struct task_struct [noderef] __rcu *
../kernel/exit.c:453:20: warning: context imbalance in '__try_to_set_owner' - unexpected unlock
../kernel/exit.c:507:9: warning: dereference of noderef expression
../kernel/exit.c:476:6: warning: context imbalance in 'mm_update_next_owner' - different lock contexts for basic block
../kernel/exit.c: note: in included file:
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/exit.c: note: in included file (through ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_zombie' - unexpected unlock
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_stopped' - unexpected unlock
../include/linux/sched/task.h:119:21: warning: context imbalance in 'wait_task_continued' - unexpected unlock
../kernel/exit.c: note: in included file:
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/exit.c:1632:6: warning: context imbalance in '__do_wait' - wrong count at exit
../net/bpf/test_run.c:521:17: warning: symbol 'bpf_fentry_test1' was not declared. Should it be static?
../net/bpf/test_run.c:527:14: warning: symbol 'bpf_fentry_test2' was not declared. Should it be static?
../net/bpf/test_run.c:532:14: warning: symbol 'bpf_fentry_test3' was not declared. Should it be static?
../net/bpf/test_run.c:537:14: warning: symbol 'bpf_fentry_test4' was not declared. Should it be static?
../net/bpf/test_run.c:542:14: warning: symbol 'bpf_fentry_test5' was not declared. Should it be static?
../net/bpf/test_run.c:547:14: warning: symbol 'bpf_fentry_test6' was not declared. Should it be static?
../net/bpf/test_run.c:556:14: warning: symbol 'bpf_fentry_test7' was not declared. Should it be static?
../net/bpf/test_run.c:562:14: warning: symbol 'bpf_fentry_test8' was not declared. Should it be static?
../net/bpf/test_run.c:567:17: warning: symbol 'bpf_fentry_test9' was not declared. Should it be static?
../net/bpf/test_run.c:572:15: warning: symbol 'bpf_fentry_test_sinfo' was not declared. Should it be static?
../net/bpf/test_run.c:576:17: warning: symbol 'bpf_modify_return_test' was not declared. Should it be static?
../net/bpf/test_run.c:582:17: warning: symbol 'bpf_modify_return_test2' was not declared. Should it be static?
../net/bpf/test_run.c:589:17: warning: symbol 'bpf_modify_return_test_tp' was not declared. Should it be static?
../net/bpf/test_run.c:596:14: warning: symbol 'bpf_fentry_shadow_test' was not declared. Should it be static?
../net/bpf/test_run.c:618:18: warning: symbol 'bpf_kfunc_call_test_release' was not declared. Should it be static?
../net/bpf/test_run.c:623:18: warning: symbol 'bpf_kfunc_call_test_release_dtor' was not declared. Should it be static?
../net/bpf/test_run.c:629:18: warning: symbol 'bpf_kfunc_call_memb_release' was not declared. Should it be static?
../net/bpf/test_run.c:633:18: warning: symbol 'bpf_kfunc_call_memb_release_dtor' was not declared. Should it be static?
../mm/filemap.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/dax.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'filemap_fault_recheck_pte_none' - unexpected unlock
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'filemap_map_pages' - different lock contexts for basic block
../mm/oom_kill.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/sched/signal.h, ../include/linux/oom.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'find_lock_task_mm' - wrong count at exit
../mm/oom_kill.c:222:28: warning: context imbalance in 'oom_badness' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'dump_task' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__oom_kill_process' - unexpected unlock
../mm/oom_kill.c:1235:20: warning: context imbalance in '__se_sys_process_mrelease' - unexpected unlock
../kernel/cpu.c:1251:9: warning: context imbalance in 'clear_tasks_mm_cpumask' - different lock contexts for basic block
../fs/fcntl.c:1059:9: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1059:9:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1059:9:    struct fasync_struct *
../fs/fcntl.c:1137:22: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1137:22:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1137:22:    struct fasync_struct *
../fs/fcntl.c:1148:33: error: incompatible types in comparison expression (different address spaces):
../fs/fcntl.c:1148:33:    struct fasync_struct [noderef] __rcu *
../fs/fcntl.c:1148:33:    struct fasync_struct *
../fs/fcntl.c:299:9: warning: context imbalance in 'f_getown_ex' - different lock contexts for basic block
../net/ipv4/icmp.c: note: in included file (through ../include/linux/spinlock.h, ../include/linux/sched.h, ../include/linux/percpu.h, ../arch/x86/include/asm/msr.h, ../arch/x86/include/asm/tsc.h, ...):
../include/linux/bottom_half.h:33:30: warning: context imbalance in 'icmp_reply' - different lock contexts for basic block
../include/linux/bottom_half.h:33:30: warning: context imbalance in '__icmp_send' - different lock contexts for basic block
../security/selinux/hooks.c:5466:22: warning: restricted __be16 degrades to integer
../security/selinux/hooks.c:5467:22: warning: restricted __be16 degrades to integer
../fs/exec.c:429:39: warning: incorrect type in return expression (different address spaces)
../fs/exec.c:429:39:    expected char const [noderef] __user *
../fs/exec.c:429:39:    got void *
../fs/exec.c:436:31: warning: incorrect type in return expression (different address spaces)
../fs/exec.c:436:31:    expected char const [noderef] __user *
../fs/exec.c:436:31:    got void *
../fs/exec.c:1028:48: warning: incorrect type in initializer (different address spaces)
../fs/exec.c:1028:48:    expected struct sighand_struct *oldsighand
../fs/exec.c:1028:48:    got struct sighand_struct [noderef] __rcu *sighand
../fs/exec.c:1134:56: warning: incorrect type in argument 2 (different address spaces)
../fs/exec.c:1134:56:    expected struct task_struct *parent
../fs/exec.c:1134:56:    got struct task_struct [noderef] __rcu *parent
../fs/exec.c:1169:47: warning: incorrect type in initializer (different address spaces)
../fs/exec.c:1169:47:    expected struct sighand_struct *oldsighand
../fs/exec.c:1169:47:    got struct sighand_struct [noderef] __rcu *sighand
../fs/exec.c:1285:26: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1285:26:    expected struct spinlock [usertype] *lock
../fs/exec.c:1285:26:    got struct spinlock [noderef] __rcu *
../fs/exec.c:1287:28: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1287:28:    expected struct spinlock [usertype] *lock
../fs/exec.c:1287:28:    got struct spinlock [noderef] __rcu *
../fs/exec.c:1781:70: warning: incorrect type in argument 1 (different address spaces)
../fs/exec.c:1781:70:    expected struct task_struct *tsk
../fs/exec.c:1781:70:    got struct task_struct [noderef] __rcu *parent
../arch/x86/events/intel/uncore_nhmex.c: note: in included file (through ../arch/x86/include/asm/cpuid.h, ../arch/x86/include/asm/processor.h, ../arch/x86/include/asm/cpu_device_id.h):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../arch/x86/events/intel/uncore_snb.c: note: in included file (through ../arch/x86/include/asm/irqflags.h, ../include/linux/irqflags.h, ../include/linux/spinlock.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h, ...):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (1000000ff becomes ff)
../arch/x86/kvm/../../../virt/kvm/pfncache.c:184:17: warning: context imbalance in 'hva_to_pfn_retry' - unexpected unlock
In file included from ../include/trace/define_trace.h:113,
                 from ../samples/trace_events/trace-events-sample.h:636,
                 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/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask)
      |                                          ^~~~~~~
../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(
      |         ^~~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’
  110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item,   \
      |                                  ^~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’
   98 |         ((__bitmask_size_in_bytes_raw(nr_bits) +                \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’
  111 |                                          __bitmask_size_in_longs(nr_bits))
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’
  304 |                 __bitmask(      cpus,   num_possible_cpus()     )
      |                 ^~~~~~~~~
../include/linux/cpumask.h:1110:48: note: in expansion of macro ‘cpu_possible_mask’
 1110 | #define num_possible_cpus()     cpumask_weight(cpu_possible_mask)
      |                                                ^~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’
  304 |                 __bitmask(      cpus,   num_possible_cpus()     )
      |                                         ^~~~~~~~~~~~~~~~~
../samples/trace_events/./trace-events-sample.h: In function ‘do_trace_event_raw_event_foo_bar’:
../arch/x86/include/asm/bug.h:51:45: warning: function ‘do_trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
   51 |                          "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:95:9: note: in expansion of macro ‘_BUG_FLAGS’
   95 |         _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE);            \
      |         ^~~~~~~~~~
../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’
  107 |                 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
      |                 ^~~~~~~~~~~~
../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’
  134 |                 __WARN_printf(TAINT_WARN, format);                      \
      |                 ^~~~~~~~~~~~~
../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’
   31 |                         func(__VA_ARGS__);                              \
      |                         ^~~~
../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’
  152 |         DO_ONCE_LITE_IF(condition, WARN, 1, format)
      |         ^~~~~~~~~~~~~~~
../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’
   24 | # define fortify_warn_once(x...)        WARN_ONCE(x)
      |                                         ^~~~~~~~~
../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’
  626 |         fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size,  \
      |         ^~~~~~~~~~~~~~~~~
../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’
  678 | #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:114:
../samples/trace_events/./trace-events-sample.h: In function ‘do_perf_trace_foo_bar’:
../arch/x86/include/asm/bug.h:51:45: warning: function ‘do_perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
   51 |                          "i" (sizeof(struct bug_entry)));               \
      |                                             ^~~~~~~~~
../include/trace/perf.h:66:1: note: in expansion of macro ‘__DECLARE_EVENT_CLASS’
   66 | __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
      | ^~~~~~~~~~~~~~~~~~~~~
../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:95:9: note: in expansion of macro ‘_BUG_FLAGS’
   95 |         _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE);            \
      |         ^~~~~~~~~~
../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’
  107 |                 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
      |                 ^~~~~~~~~~~~
../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’
  134 |                 __WARN_printf(TAINT_WARN, format);                      \
      |                 ^~~~~~~~~~~~~
../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’
   31 |                         func(__VA_ARGS__);                              \
      |                         ^~~~
../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’
  152 |         DO_ONCE_LITE_IF(condition, WARN, 1, format)
      |         ^~~~~~~~~~~~~~~
../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’
   24 | # define fortify_warn_once(x...)        WARN_ONCE(x)
      |                                         ^~~~~~~~~
../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’
  626 |         fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size,  \
      |         ^~~~~~~~~~~~~~~~~
../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’
  678 | #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);
      |                 ^~~~~~~~~~~~
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18: error: incompatible types in comparison expression (different address spaces):
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18:    struct file *
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:567:18:    struct file [noderef] __rcu *
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:130:17: warning: context imbalance in 'kvm_gmem_invalidate_begin' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    expected struct file **f
../arch/x86/kvm/../../../virt/kvm/guest_memfd.c:302:33:    got struct file [noderef] __rcu **
../arch/x86/kvm/../../../virt/kvm/kvm_main.c: note: in included file:
../include/linux/kvm_host.h:2074:54: warning: array of flexible structures
../include/linux/kvm_host.h:2076:56: warning: array of flexible structures
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_invalidate_range_start' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_invalidate_range_end' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_clear_flush_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_clear_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:626:25: warning: context imbalance in 'kvm_mmu_notifier_test_young' - different lock contexts for basic block
../arch/x86/kvm/../../../virt/kvm/kvm_main.c:2430:25: warning: context imbalance in 'kvm_vm_set_mem_attributes' - different lock contexts for basic block
../drivers/tty/sysrq.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/sched/signal.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'sysrq_handle_crash' - unexpected unlock
../fs/namei.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'leave_rcu' - unexpected unlock
../fs/namei.c:2498:19: warning: context imbalance in 'path_init' - different lock contexts for basic block
../kernel/ptrace.c:55:22: error: incompatible types in comparison expression (different address spaces):
../kernel/ptrace.c:55:22:    struct task_struct *
../kernel/ptrace.c:55:22:    struct task_struct [noderef] __rcu *
../kernel/ptrace.c:74:23: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:74:23:    expected struct task_struct [noderef] __rcu *parent
../kernel/ptrace.c:74:23:    got struct task_struct *new_parent
../kernel/ptrace.c:75:29: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:75:29:    expected struct cred const [noderef] __rcu *ptracer_cred
../kernel/ptrace.c:75:29:    got struct cred const *
../kernel/ptrace.c:129:18: warning: incorrect type in assignment (different address spaces)
../kernel/ptrace.c:129:18:    expected struct cred const *old_cred
../kernel/ptrace.c:129:18:    got struct cred const [noderef] __rcu *ptracer_cred
../kernel/ptrace.c:133:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:133:25:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:133:25:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:160:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:160:27:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:160:27:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:192:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:192:28:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:192:28:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:198:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:198:30:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:198:30:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:251:44: error: incompatible types in comparison expression (different address spaces):
../kernel/ptrace.c:251:44:    struct task_struct [noderef] __rcu *
../kernel/ptrace.c:251:44:    struct task_struct *
../kernel/ptrace.c:494:54: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:494:54:    expected struct task_struct *parent
../kernel/ptrace.c:494:54:    got struct task_struct [noderef] __rcu *parent
../kernel/ptrace.c:502:53: warning: incorrect type in argument 2 (different address spaces)
../kernel/ptrace.c:502:53:    expected struct task_struct *new_parent
../kernel/ptrace.c:502:53:    got struct task_struct [noderef] __rcu *real_parent
../kernel/ptrace.c:550:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:550:41:    expected struct task_struct *p1
../kernel/ptrace.c:550:41:    got struct task_struct [noderef] __rcu *real_parent
../kernel/ptrace.c:552:50: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:552:50:    expected struct sighand_struct *sigh
../kernel/ptrace.c:552:50:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/ptrace.c:743:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:743:37:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:743:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:751:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:751:39:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:751:39:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:862:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:862:29:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:862:29:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:866:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:866:31:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:866:31:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1096:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:1096:37:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:1096:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1098:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:1098:39:    expected struct spinlock [usertype] *lock
../kernel/ptrace.c:1098:39:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:380:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/ptrace.c:380:30:    expected struct spinlock [usertype] *l
../kernel/ptrace.c:380:30:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:409:12: warning: context imbalance in 'ptrace_attach' - different lock contexts for basic block
../kernel/ptrace.c:500:38: warning: dereference of noderef expression
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:690:9: warning: context imbalance in 'ptrace_getsiginfo' - different lock contexts for basic block
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:706:9: warning: context imbalance in 'ptrace_setsiginfo' - different lock contexts for basic block
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/ptrace.c:1255:9: warning: context imbalance in 'ptrace_request' - different lock contexts for basic block
../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 *
../mm/page-writeback.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'folio_redirty_for_writepage' - different lock contexts for basic block
../include/linux/rcupdate.h:878:9: warning: context imbalance in '__folio_cancel_dirty' - different lock contexts for basic block
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'folio_clear_dirty_for_io' - different lock contexts for basic block
../fs/inode.c:995:17: warning: context imbalance in 'inode_lru_isolate' - unexpected unlock
../fs/inode.c:1055:9: warning: context imbalance in 'find_inode' - different lock contexts for basic block
../fs/inode.c:1096:9: warning: context imbalance in 'find_inode_fast' - different lock contexts for basic block
../fs/inode.c:1826:5: warning: context imbalance in 'insert_inode_locked' - wrong count at exit
../fs/inode.c:1944:20: warning: context imbalance in 'iput_final' - unexpected unlock
../fs/inode.c:1958:6: warning: context imbalance in 'iput' - wrong count at exit
../fs/inode.c:2491:17: warning: context imbalance in '__wait_on_freeing_inode' - unexpected unlock
../fs/file.c:417:17: warning: incorrect type in assignment (different address spaces)
../fs/file.c:417:17:    expected struct file **old_fds
../fs/file.c:417:17:    got struct file [noderef] __rcu **fd
../fs/file.c:418:17: warning: incorrect type in assignment (different address spaces)
../fs/file.c:418:17:    expected struct file **new_fds
../fs/file.c:418:17:    got struct file [noderef] __rcu **fd
../fs/file.c:433:17: error: incompatible types in comparison expression (different address spaces):
../fs/file.c:433:17:    struct file [noderef] __rcu *
../fs/file.c:433:17:    struct file *
../fs/file.c:463:60: warning: incorrect type in initializer (different address spaces)
../fs/file.c:503:28: warning: incorrect type in initializer (different address spaces)
../fs/file.c:501:21: warning: symbol 'init_files' was not declared. Should it be static?
../fs/file.c:681:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:861:30: warning: incorrect type in assignment (different address spaces)
../fs/file.c:882:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:886:13: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:889:23: warning: incorrect type in assignment (different address spaces)
../fs/file.c:912:24: warning: incorrect type in return expression (different address spaces)
../fs/file.c:914:14: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:935:22: warning: incorrect type in assignment (different address spaces)
../fs/file.c:937:32: warning: incorrect type in return expression (different address spaces)
../fs/file.c:959:31: warning: incorrect type in argument 1 (different address spaces)
../fs/file.c:959:14: warning: incorrect type in assignment (different address spaces)
../fs/file.c:963:16: warning: incorrect type in return expression (different address spaces)
../fs/file.c:1247:16: warning: incorrect type in assignment (different address spaces)
../kernel/pid.c:393:9: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:393:9:    struct pid [noderef] __rcu *
../kernel/pid.c:393:9:    struct pid *
../kernel/pid.c:394:9: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:394:9:    struct pid [noderef] __rcu *
../kernel/pid.c:394:9:    struct pid *
../kernel/pid.c:455:23: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:455:23:    struct pid [noderef] __rcu *
../kernel/pid.c:455:23:    struct pid *
../kernel/pid.c:513:24: error: incompatible types in comparison expression (different address spaces):
../kernel/pid.c:513:24:    struct pid [noderef] __rcu *
../kernel/pid.c:513:24:    struct pid *
../kernel/pid.c: note: in included file (through ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/huge_mm.h, ../include/linux/mm.h):
../include/linux/rculist.h:557:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rculist.h:557:9:    struct hlist_node [noderef] __rcu *
../include/linux/rculist.h:557:9:    struct hlist_node *
../include/linux/rculist.h:558:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rculist.h:558:9:    struct hlist_node [noderef] __rcu *
../include/linux/rculist.h:558:9:    struct hlist_node *
../io_uring/io_uring.c: note: in included file (through ../include/linux/io_uring/cmd.h):
../include/linux/io_uring_types.h:190:37: warning: array of flexible structures
../io_uring/io_uring.c:595:36: warning: context imbalance in 'io_req_post_cqe' - unexpected unlock
../io_uring/io_uring.c:597:17: warning: context imbalance in '__io_submit_flush_completions' - different lock contexts for basic block
../mm/swap.c: note: in included file (through ../include/linux/swap.h):
../include/linux/memcontrol.h:1553:46: warning: context imbalance in '__page_cache_release' - unexpected unlock
../mm/swap.c:94:46: warning: context imbalance in 'page_cache_release' - unexpected unlock
../include/linux/memcontrol.h:1553:46: warning: context imbalance in 'folio_batch_move_lru' - unexpected unlock
../mm/swap.c:924:62: warning: context imbalance in 'folios_put_refs' - unexpected unlock
../fs/xattr.c:739:32: warning: dereference of noderef expression
../fs/xattr.c:885:32: warning: dereference of noderef expression
../arch/x86/kernel/fred.c: note: in included file (through ../arch/x86/include/asm/irqflags.h, ../include/linux/irqflags.h, ../include/linux/spinlock.h, ../arch/x86/include/asm/mmu.h, ../arch/x86/include/asm/desc.h):
../arch/x86/include/asm/paravirt.h:231:9: warning: cast truncates bits from constant value (2000030024 becomes 30024)
../arch/x86/kernel/ldt.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'map_ldt_struct' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unmap_ldt_struct' - unexpected unlock
../samples/ftrace/sample-trace-array.c:20:20: warning: symbol 'tr' was not declared. Should it be static?
../arch/x86/kvm/lapic.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'kvm_inhibit_apic_access_page' - unexpected unlock
../arch/x86/kernel/setup.c:167:6: warning: symbol 'builtin_cmdline' was not declared. Should it be static?
../arch/x86/kvm/emulate.c:5079:21: error: arithmetics on pointers to functions
../block/blk-iocost.c:732:9: warning: context imbalance in 'iocg_lock' - wrong count at exit
../block/blk-iocost.c:743:28: warning: context imbalance in 'iocg_unlock' - unexpected unlock
../drivers/gpu/drm/tests/drm_kunit_helpers.c:324: warning: bad line:                                            for a KUnit test
../kernel/sys.c:1111:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/sys.c:1111:32:    expected struct task_struct *p1
../kernel/sys.c:1111:32:    got struct task_struct [noderef] __rcu *real_parent
../kernel/sys.c:1858:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block
../net/ipv6/route.c:2344:39: warning: incorrect type in assignment (different base types)
../net/ipv6/route.c:2344:39:    expected unsigned int [usertype] flow_label
../net/ipv6/route.c:2344:39:    got restricted __be32
../fs/d_path.c:195:9: warning: context imbalance in 'prepend_path' - wrong count at exit
../fs/d_path.c:359:9: warning: context imbalance in '__dentry_path' - wrong count at exit
../drivers/acpi/nfit/core.c: note: in included file:
../drivers/acpi/nfit/nfit.h:184:40: warning: array of flexible structures
../drivers/acpi/nfit/nfit.h:189:45: warning: array of flexible structures
../drivers/acpi/nfit/core.c:1403:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1412:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1421:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1430:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1440:25: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1449:44: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1468:44: warning: cast to restricted __le16
../drivers/acpi/nfit/core.c:1502:41: warning: cast to restricted __le16
../drivers/acpi/nfit/core.c:1527:44: warning: cast to restricted __be32
../drivers/acpi/nfit/core.c:1791:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1793:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1794:33: warning: cast to restricted __be32
../drivers/acpi/nfit/core.c:1797:33: warning: cast to restricted __be16
../drivers/acpi/nfit/core.c:1798:33: warning: cast to restricted __be32
../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:190:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:190:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:190:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:193:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:193:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:193:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:496:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:496:9:    expected struct spinlock [usertype] *lock
../kernel/signal.c:496:9:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:500:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:500:34:    expected struct spinlock [usertype] *lock
../kernel/signal.c:500:34:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:522:53: warning: incorrect type in initializer (different address spaces)
../kernel/signal.c:522:53:    expected struct k_sigaction *ka
../kernel/signal.c:522:53:    got struct k_sigaction [noderef] __rcu *
../include/uapi/asm-generic/signal-defs.h:83:29: error: multiple address spaces given
../kernel/signal.c:623:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:623:9:    expected struct lockdep_map const *lock
../kernel/signal.c:623:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:722:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:722:9:    expected struct lockdep_map const *lock
../kernel/signal.c:722:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:753:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:753:9:    expected struct lockdep_map const *lock
../kernel/signal.c:753:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:854:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:854:9:    expected struct lockdep_map const *lock
../kernel/signal.c:854:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:1049:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1049:9:    expected struct lockdep_map const *lock
../kernel/signal.c:1049:9:    got struct lockdep_map [noderef] __rcu *
../kernel/signal.c:1301:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1301:9:    expected struct spinlock [usertype] *lock
../kernel/signal.c:1301:9:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1302:16: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:1302:16:    expected struct k_sigaction *action
../kernel/signal.c:1302:16:    got struct k_sigaction [noderef] __rcu *
../kernel/signal.c:1323:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1323:34:    expected struct spinlock [usertype] *lock
../kernel/signal.c:1323:34:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1926:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:1926:37:    expected struct spinlock [usertype] *l
../kernel/signal.c:1926:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2175:44: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2194:65: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2194:65:    expected struct task_struct *tsk
../kernel/signal.c:2194:65:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2195:40: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2213:14: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2213:14:    expected struct sighand_struct *psig
../kernel/signal.c:2213:14:    got struct sighand_struct [noderef] __rcu *[noderef] __rcu sighand
../kernel/signal.c:2242:53: warning: incorrect type in argument 3 (different address spaces)
../kernel/signal.c:2242:53:    expected struct task_struct *t
../kernel/signal.c:2242:53:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2243:34: warning: incorrect type in argument 2 (different address spaces)
../kernel/signal.c:2243:34:    expected struct task_struct *parent
../kernel/signal.c:2243:34:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2272:24: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2272:24:    expected struct task_struct *parent
../kernel/signal.c:2272:24:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2275:24: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2275:24:    expected struct task_struct *parent
../kernel/signal.c:2275:24:    got struct task_struct [noderef] __rcu *real_parent
../kernel/signal.c:2308:17: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:2308:17:    expected struct sighand_struct *sighand
../kernel/signal.c:2308:17:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/signal.c:2348:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2348:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2348:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2350:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2350:39:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2350:39:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2407:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2407:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2407:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2465:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2465:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2465:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2505:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2505:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2505:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2507:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2507:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2507:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2605:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2605:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2605:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2689:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2689:41:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2689:41:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2701:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2701:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:2701:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2744:52: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:2744:52:    expected struct task_struct *tsk
../kernel/signal.c:2744:52:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2746:49: warning: cast removes address space '__rcu' of expression
../kernel/signal.c:2784:49: warning: incorrect type in initializer (different address spaces)
../kernel/signal.c:2784:49:    expected struct sighand_struct *sighand
../kernel/signal.c:2784:49:    got struct sighand_struct [noderef] __rcu *sighand
../kernel/signal.c:3117:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3117:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3117:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3138:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3138:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3138:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3205:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3205:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3205:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3207:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3207:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3207:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3358:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3358:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3358:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3361:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3361:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3361:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3750:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3750:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3750:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3762:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3762:37:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3762:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3767:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3767:35:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3767:35:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:3772:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:3772:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:3772:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4239:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4239:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4239:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4251:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4251:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4251:33:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4269:11: warning: incorrect type in assignment (different address spaces)
../kernel/signal.c:4269:11:    expected struct k_sigaction *k
../kernel/signal.c:4269:11:    got struct k_sigaction [noderef] __rcu *
../kernel/signal.c:4271:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4271:25:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4271:25:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4273:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4273:35:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4273:35:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4325:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4325:27:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4325:27:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4973:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4973:29:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4973:29:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4982:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4982:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4982:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4992:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4992:23:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4992:23:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:74:34: warning: dereference of noderef expression
../kernel/signal.c:509:35: warning: dereference of noderef expression
../kernel/signal.c:537:52: warning: dereference of noderef expression
../kernel/signal.c:1002: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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1272:9: warning: context imbalance in 'do_send_sig_info' - different lock contexts for basic block
../kernel/signal.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in '__lock_task_sighand' - different lock contexts for basic block
../kernel/signal.c: note: in included file (through ../include/linux/sched/cputime.h):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:1922:6: warning: context imbalance in 'flush_itimer_signals' - wrong count at exit
../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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:2195:40: warning: dereference of noderef expression
../kernel/signal.c:2195:40: warning: dereference of noderef expression
../kernel/signal.c: note: in included file (through ../include/uapi/asm-generic/bpf_perf_event.h, arch/x86/include/generated/uapi/asm/bpf_perf_event.h, ../include/uapi/linux/bpf_perf_event.h, ../include/linux/perf_event.h, ...):
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2533:13: warning: context imbalance in 'do_signal_stop' - different lock contexts for basic block
../kernel/signal.c:2746:49: warning: dereference of noderef expression
../kernel/signal.c:2746:49: warning: dereference of noderef expression
../include/linux/ptrace.h:92:40: warning: incorrect type in argument 1 (different address spaces)
../include/linux/ptrace.h:92:40:    expected struct task_struct *p1
../include/linux/ptrace.h:92:40:    got struct task_struct [noderef] __rcu *real_parent
../include/linux/ptrace.h:92:60: warning: incorrect type in argument 2 (different address spaces)
../include/linux/ptrace.h:92:60:    expected struct task_struct *p2
../include/linux/ptrace.h:92:60:    got struct task_struct [noderef] __rcu *parent
../kernel/signal.c:2870:33: warning: context imbalance in 'get_signal' - unexpected unlock
../kernel/signal.c:4240:33: warning: dereference of noderef expression
../kernel/signal.c:4333:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4333:31:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4333:31:    got struct spinlock [noderef] __rcu *
../kernel/signal.c:4339:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/signal.c:4339:33:    expected struct spinlock [usertype] *lock
../kernel/signal.c:4339:33:    got struct spinlock [noderef] __rcu *
../fs/namespace.c: note: in included file (through ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/xarray.h, ../include/linux/list_lru.h, ../include/linux/fs.h, ...):
../include/linux/rbtree.h:209:21: warning: context imbalance in 'mnt_ns_tree_add' - wrong count at exit
../fs/namespace.c:162:9: warning: context imbalance in 'mnt_ns_tree_remove' - different lock contexts for basic block
../fs/namespace.c:199:29: warning: context imbalance in 'lookup_mnt_ns' - wrong count at exit
../fs/namespace.c:2068:22: warning: context imbalance in '__lookup_next_mnt_ns' - wrong count at exit
../net/core/dev.c:3389:23: warning: incorrect type in argument 4 (different base types)
../net/core/dev.c:3389:23:    expected restricted __wsum [usertype] csum
../net/core/dev.c:3389:23:    got unsigned int
../net/core/dev.c:3389:23: warning: cast from restricted __wsum
../net/core/dev.c:5347:5: warning: symbol 'br_fdb_test_addr_hook' was not declared. Should it be static?
../net/core/dev.c:3839:17: warning: context imbalance in '__dev_queue_xmit' - different lock contexts for basic block
../net/core/dev.c:5305:17: warning: context imbalance in 'net_tx_action' - different lock contexts for basic block
../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:1869:56: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:1871:56: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:452:17: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:452:25: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:466:47: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:3741:65: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:4218:47: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:4395:65: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:6123:54: warning: restricted suspend_state_t degrades to integer
../drivers/regulator/core.c:6124:54: warning: restricted suspend_state_t degrades to integer
../security/security.c: note: in included file:
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:29:1: warning: symbol 'security_hook_active_binder_set_context_mgr_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:30:1: warning: symbol 'security_hook_active_binder_transaction_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:32:1: warning: symbol 'security_hook_active_binder_transfer_binder_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:34:1: warning: symbol 'security_hook_active_binder_transfer_file_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:36:1: warning: symbol 'security_hook_active_ptrace_access_check_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:38:1: warning: symbol 'security_hook_active_ptrace_traceme_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_1' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_2' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_3' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_4' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_5' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_6' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_7' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_8' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_9' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_10' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_11' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_12' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:39:1: warning: symbol 'security_hook_active_capget_13' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:41:1: warning: symbol 'security_hook_active_capset_0' was not declared. Should it be static?
../include/linux/lsm_hook_defs.h:41:1: warning: too many warnings
../kernel/workqueue.c: In function ‘__alloc_workqueue’:
../kernel/workqueue.c:5679:9: warning: function ‘__alloc_workqueue’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 5679 |         name_len = vsnprintf(wq->name, sizeof(wq->name), fmt, args);
      |         ^~~~~~~~
../io_uring/register.c: note: in included file:
../include/linux/io_uring_types.h:190:37: warning: array of flexible structures
../kernel/workqueue.c:5465:21: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:5465:21:    expected struct pool_workqueue [noderef] __rcu *[noderef] __percpu *cpu_pwq
../kernel/workqueue.c:5465:21:    got struct pool_workqueue *[noderef] __percpu *
../kernel/workqueue.c:5482:31: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:5482:31:    expected struct pool_workqueue **pwq_p
../kernel/workqueue.c:5482:31:    got struct pool_workqueue [noderef] __rcu **
../kernel/workqueue.c:5516:54: warning: incorrect type in initializer (different address spaces)
../kernel/workqueue.c:5516:54:    expected struct pool_workqueue *pwq
../kernel/workqueue.c:5516:54:    got struct pool_workqueue [noderef] __rcu *
../kernel/workqueue.c:6030:13: warning: incorrect type in assignment (different address spaces)
../kernel/workqueue.c:6030:13:    expected struct pool_workqueue *pwq
../kernel/workqueue.c:6030:13:    got struct pool_workqueue [noderef] __rcu *
../kernel/workqueue.c:3854:33: warning: context imbalance in 'flush_workqueue_prep_pwqs' - unexpected unlock
../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)
../kernel/cred.c:104:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:104:9:    struct cred *
../kernel/cred.c:104:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:105:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:105:9:    struct cred *
../kernel/cred.c:105:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:121:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:121:9:    expected struct atomic64_t const [usertype] *v
../kernel/cred.c:121:9:    got struct atomic64_t const [noderef] __rcu *
../kernel/cred.c:124:22: warning: cast removes address space '__rcu' of expression
../kernel/cred.c:127:17: warning: cast removes address space '__rcu' of expression
../kernel/cred.c:218:13: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:218:13:    expected struct cred const *old
../kernel/cred.c:218:13:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:305:47: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:305:47:    expected struct cred const *cred
../kernel/cred.c:305:47:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:305:30: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:305:30:    expected struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:305:30:    got struct cred const *
../kernel/cred.c:306:17: warning: incorrect type in argument 1 (different address spaces)
../kernel/cred.c:306:17:    expected struct atomic64_t const [usertype] *v
../kernel/cred.c:306:17:    got struct atomic64_t const [noderef] __rcu *
../kernel/cred.c:344:32: warning: incorrect type in assignment (different address spaces)
../kernel/cred.c:344:32:    expected struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:344:32:    got struct cred const *
../kernel/cred.c:395:38: warning: incorrect type in initializer (different address spaces)
../kernel/cred.c:395:38:    expected struct cred const *old
../kernel/cred.c:395:38:    got struct cred const [noderef] __rcu *real_cred
../kernel/cred.c:400:9: error: incompatible types in comparison expression (different address spaces):
../kernel/cred.c:400:9:    struct cred const [noderef] __rcu *
../kernel/cred.c:400:9:    struct cred const *
../kernel/cred.c:519:46: warning: incorrect type in initializer (different address spaces)
../kernel/cred.c:519:46:    expected struct cred const *override
../kernel/cred.c:519:46:    got struct cred const [noderef] __rcu *cred
../kernel/cred.c:301:19: warning: dereference of noderef expression
../kernel/cred.c: note: in included file:
../include/linux/cred.h:182:41: warning: incorrect type in initializer (different address spaces)
../include/linux/cred.h:182:41:    expected struct cred const *old
../include/linux/cred.h:182:41:    got struct cred const [noderef] __rcu *cred
../drivers/soc/qcom/smp2p.c:255:34: warning: incorrect type in argument 1 (different address spaces)
../drivers/soc/qcom/smp2p.c:255:34:    expected void const volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:255:34:    got unsigned int [usertype] *value
../drivers/soc/qcom/smp2p.c:419:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/soc/qcom/smp2p.c:419:33:    expected void const volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:419:33:    got unsigned int [usertype] *value
../drivers/soc/qcom/smp2p.c:422:26: warning: incorrect type in argument 2 (different address spaces)
../drivers/soc/qcom/smp2p.c:422:26:    expected void volatile [noderef] __iomem *addr
../drivers/soc/qcom/smp2p.c:422:26:    got unsigned int [usertype] *value
../fs/fs-writeback.c:1965:17: warning: context imbalance in 'writeback_sb_inodes' - unexpected unlock
../fs/fs-writeback.c:2618:20: warning: context imbalance in '__mark_inode_dirty' - unexpected unlock
../arch/x86/kvm/mmu/tdp_mmu.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/kvm_host.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__tdp_mmu_zap_root' - unexpected unlock
../arch/x86/kvm/mmu/tdp_mmu.c:1376:33: warning: context imbalance in 'tdp_mmu_split_huge_pages_root' - unexpected unlock
../kernel/reboot.c:241: warning: Function parameter or struct member 'cmd' not described in 'do_kernel_restart'
../kernel/reboot.c:972: warning: Function parameter or struct member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
../arch/x86/kvm/xen.c:529:9: warning: context imbalance in 'kvm_xen_update_runstate_guest' - unexpected unlock
../drivers/base/power/wakeup.c:257:5: warning: context imbalance in 'wakeup_sources_read_lock' - wrong count at exit
../drivers/base/power/wakeup.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'wakeup_sources_read_unlock' - unexpected unlock
../drivers/base/power/wakeup.c:1097:13: warning: context imbalance in 'wakeup_sources_stats_seq_start' - wrong count at exit
../include/linux/srcu.h:350:9: warning: context imbalance in 'wakeup_sources_stats_seq_stop' - unexpected unlock
../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:54:1: error: too long token expansion
../net/core/netpoll.c:358:25: warning: context imbalance in '__netpoll_send_skb' - different lock contexts for basic block
../net/mptcp/protocol.c:3371:9: warning: context imbalance in 'mptcp_sk_clone_init' - unexpected unlock
../mm/percpu.c:1980:24: warning: context imbalance in 'pcpu_balance_free' - unexpected unlock
../mm/vmscan.c:2585:1: warning: symbol 'lru_gen_caps' was not declared. Should it be static?
../mm/vmscan.c:806:28: warning: context imbalance in '__remove_mapping' - unexpected unlock
../mm/vmscan.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'walk_pte_range' - unexpected unlock
../mm/compaction.c:569:39: warning: context imbalance in 'compact_unlock_should_abort' - unexpected unlock
../mm/compaction.c:683:39: warning: context imbalance in 'isolate_freepages_block' - unexpected unlock
../kernel/power/main.c:113:5: warning: symbol 'pm_async_enabled' was not declared. Should it be static?
../kernel/power/main.c:145:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:145:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:146:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:146:26: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:148:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:149:62: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:145:55: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:46: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:175:54: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:174:67: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:194:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:194:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:39: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:200:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:676:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:677:77: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:675:55: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:46: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:707:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:706:67: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:727:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:727:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:733:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:733:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:801:31: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:801:36: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:832:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:832:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:833:58: warning: restricted suspend_state_t degrades to integer
../kernel/power/main.c:834:51: warning: restricted suspend_state_t degrades to integer
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c: In function ‘imx_ldb_probe’:
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c:540:57: warning: ‘_sel’ directive output may be truncated writing 4 bytes into a region of size between 3 and 13 [-Wformat-truncation=]
  540 |                 snprintf(clkname, sizeof(clkname), "di%d_sel", i);
      |                                                         ^~~~
../drivers/gpu/drm/imx/ipuv3/imx-ldb.c:540:17: note: ‘snprintf’ output between 8 and 18 bytes into a destination of size 16
  540 |                 snprintf(clkname, sizeof(clkname), "di%d_sel", i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_report_zones' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_zone_write' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_zone_mgmt' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_process_zoned_cmd' - unexpected unlock
../drivers/block/null_blk/zoned.c:46:32: warning: context imbalance in 'null_set_zone_cond' - unexpected unlock
../drivers/gpu/drm/tiny/gm12u320.c:482:32: warning: incorrect type in initializer (different base types)
../drivers/gpu/drm/tiny/gm12u320.c:482:32:    expected restricted __le16 [usertype] pixel_clock
../drivers/gpu/drm/tiny/gm12u320.c:482:32:    got int
../kernel/power/suspend.c:92:54: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:92:54:    expected int val
../kernel/power/suspend.c:92:54:    got restricted suspend_state_t [usertype]
../kernel/power/suspend.c:123:54: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:123:54:    expected int val
../kernel/power/suspend.c:123:54:    got restricted suspend_state_t [usertype]
../kernel/power/suspend.c:184:19: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:184:47: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:185:19: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:185:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:190:26: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:190:65: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:42: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:198:38: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:199:51: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:197:72: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:222:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:222:73: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:223:27: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:223:59: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:228:34: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:228:69: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:229:21: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:229:42: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:451:33: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:451:33:    expected int val
../kernel/power/suspend.c:451:33:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:454:33: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:454:33:    expected int val
../kernel/power/suspend.c:454:33:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:524:53: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:524:53:    expected int val
../kernel/power/suspend.c:524:53:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:526:53: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:526:53:    expected int val
../kernel/power/suspend.c:526:53:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:563:52: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:563:52:    expected int val
../kernel/power/suspend.c:563:52:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:586:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:586:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:595:52: warning: incorrect type in argument 2 (different base types)
../kernel/power/suspend.c:595:52:    expected int val
../kernel/power/suspend.c:595:52:    got restricted suspend_state_t [usertype] state
../kernel/power/suspend.c:596:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:596:9: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:13: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:22: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:39: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:621:48: warning: restricted suspend_state_t degrades to integer
../kernel/power/suspend.c:624:9: warning: restricted suspend_state_t degrades to integer
../drivers/gpu/drm/bridge/imx/imx-legacy-bridge.c:49:25: warning: symbol 'imx_legacy_bridge_funcs' was not declared. Should it be static?
../drivers/gpu/drm/xlnx/zynqmp_disp.c:133:42: warning: array of flexible structures
../arch/x86/kvm/mmu/mmu.c:561:9: warning: context imbalance in 'walk_shadow_page_lockless_begin' - wrong count at exit
../arch/x86/kvm/mmu/mmu.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../arch/x86/kvm/irq.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'walk_shadow_page_lockless_end' - unexpected unlock
../arch/x86/kvm/mmu/mmu.c:2737:9: warning: context imbalance in 'mmu_try_to_unsync_pages' - different lock contexts for basic block
../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:441:24: warning: cast truncates bits from constant value (ffffffffff000 becomes fffff000)
../arch/x86/kvm/mmu/mmu.c:5215:57: warning: cast truncates bits from constant value (ffffff33 becomes 33)
../arch/x86/kvm/mmu/mmu.c:5217:56: warning: cast truncates bits from constant value (ffffff0f becomes f)
../arch/x86/kvm/mmu/mmu.c:5219:57: warning: cast truncates bits from constant value (ffffff55 becomes 55)
../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
../mm/mincore.c:111:17: warning: context imbalance in 'mincore_pte_range' - unexpected unlock
../drivers/gpu/drm/xlnx/zynqmp_dp.c: In function ‘zynqmp_dp_bridge_debugfs_init’:
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:46: warning: ‘_preemphasis’ directive output may be truncated writing 12 bytes into a region of size between 4 and 14 [-Wformat-truncation=]
 2312 |                 snprintf(name, sizeof(name), fmt, i);
      |                                              ^~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:17: note: ‘snprintf’ output between 18 and 28 bytes into a destination of size 19
 2312 |                 snprintf(name, sizeof(name), fmt, i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2317:53: warning: ‘_swing’ directive output may be truncated writing 6 bytes into a region of size between 4 and 14 [-Wformat-truncation=]
 2317 |                 snprintf(name, sizeof(name), "lane%d_swing", i);
      |                                                     ^~~~~~
../drivers/gpu/drm/xlnx/zynqmp_dp.c:2317:17: note: ‘snprintf’ output between 12 and 22 bytes into a destination of size 19
 2317 |                 snprintf(name, sizeof(name), "lane%d_swing", i);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50: warning: incorrect type in argument 1 (different base types)
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50:    expected restricted __be32 const [usertype] *p
../drivers/gpu/drm/i2c/tda998x_drv.c:1716:50:    got unsigned int const [usertype] *
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52: warning: incorrect type in argument 1 (different base types)
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52:    expected restricted __be32 const [usertype] *p
../drivers/gpu/drm/i2c/tda998x_drv.c:1717:52:    got unsigned int const [usertype] *
../drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3346:30: warning: cast truncates bits from constant value (ffffff0d becomes d)
../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
../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:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c:1241:22: warning: context imbalance in 'chtls_recv_sock' - unexpected unlock
../drivers/firewire/ohci.c:1154:9: warning: context imbalance in 'context_retire_descriptors' - different lock contexts for basic block
../drivers/firewire/ohci.c:2203:20: warning: context imbalance in 'irq_handler' - different lock contexts for basic block
../drivers/firewire/ohci.c:2717:12: warning: context imbalance in 'ohci_enable_phys_dma' - different lock contexts for basic block
../drivers/firewire/ohci.c:2752:12: warning: context imbalance in 'ohci_read_csr' - different lock contexts for basic block
../drivers/firewire/ohci.c:2804:9: warning: context imbalance in 'ohci_write_csr' - different lock contexts for basic block
../drivers/firewire/ohci.c:3259:9: warning: context imbalance in 'ohci_free_iso_context' - wrong count at exit
../drivers/firewire/ohci.c:3281:12: warning: context imbalance in 'ohci_set_iso_channels' - wrong count at exit
../drivers/firewire/ohci.c:3565:12: warning: context imbalance in 'ohci_queue_iso' - wrong count at exit
../fs/notify/inotify/inotify_user.c:576:51: warning: incorrect type in argument 1 (different address spaces)
../fs/notify/inotify/inotify_user.c:576:51:    expected struct fsnotify_mark_connector *conn
../fs/notify/inotify/inotify_user.c:576:51:    got struct fsnotify_mark_connector [noderef] __rcu *i_fsnotify_marks
../arch/x86/kernel/alternative.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/umh.h, ../include/linux/kmod.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__text_poke' - unexpected unlock
../kernel/rcu/update.c: note: in included file:
../kernel/rcu/tasks.h:2057:5: warning: symbol 'rcu_tasks_trace_lazy_ms' was not declared. Should it be static?
../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:115:1: error: too long token expansion
../include/trace/events/dma.h:161:1: error: too long token expansion
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:174: warning: Function parameter or struct member 'phase0_identity' not described in 'dcss_scaler_gaussian_filter'
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:271: warning: Function parameter or struct member 'phase0_identity' not described in 'dcss_scaler_filter_design'
../drivers/gpu/drm/imx/dcss/dcss-scaler.c:271: warning: Function parameter or struct member 'nn_interpolation' not described in 'dcss_scaler_filter_design'
../arch/x86/kvm/x86.c:232:47: warning: array of flexible structures
../arch/x86/kvm/x86.c: note: in included file:
../include/linux/kvm_host.h:2074:54: warning: array of flexible structures
../arch/x86/kvm/x86.c:258:49: warning: array of flexible structures
../include/linux/kvm_host.h:2076:56: warning: array of flexible structures
../arch/x86/kvm/x86.c:3027:9: warning: context imbalance in '__kvm_start_pvclock_update' - wrong count at exit
../arch/x86/kvm/x86.c:3038:13: warning: context imbalance in 'kvm_end_pvclock_update' - unexpected unlock
../arch/x86/kvm/x86.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'vcpu_enter_guest' - unexpected unlock
../include/linux/srcu.h:350:9: warning: context imbalance in 'vcpu_run' - unexpected unlock
../mm/mlock.c: note: in included file (through ../include/linux/swap.h):
../include/linux/memcontrol.h:1539:39: warning: context imbalance in '__mlock_new_folio' - unexpected unlock
../mm/mlock.c:208:39: warning: context imbalance in 'mlock_folio_batch' - unexpected unlock
../mm/mlock.c:407:20: warning: context imbalance in 'mlock_pte_range' - unexpected unlock
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/rt.c:851:70: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:851:70:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:851:70:    struct task_struct *
../kernel/sched/rt.c:2336:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:2336:25:    struct task_struct *
../kernel/sched/rt.c:2336:25:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:531:55: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:531:55:    expected struct task_struct *donor
../kernel/sched/rt.c:531:55:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:991:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:991:39:    expected struct task_struct *donor
../kernel/sched/rt.c:991:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1529:31: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/rt.c:1529:31:    expected struct task_struct *p
../kernel/sched/rt.c:1529:31:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:1849:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1849:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/rt.c:1849:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/rt.c:1549:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1549:14:    expected struct task_struct *curr
../kernel/sched/rt.c:1549:14:    got struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:1550:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/rt.c:1550:15:    expected struct task_struct *donor
../kernel/sched/rt.c:1550:15:    got struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:1611:45: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/rt.c:1611:45:    expected struct task_struct *p
../kernel/sched/rt.c:1611:45:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1654:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/rt.c:1654:39:    expected struct task_struct *donor
../kernel/sched/rt.c:1654:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:1674:64: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:1674:64:    expected struct task_struct *tsk
../kernel/sched/rt.c:1674:64:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2018:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2018:40:    expected struct task_struct *task
../kernel/sched/rt.c:2018:40:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2041:13: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/rt.c:2041:13:    struct task_struct *
../kernel/sched/rt.c:2041:13:    struct task_struct [noderef] __rcu *
../kernel/sched/rt.c:2387:54: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2387:54:    expected struct task_struct *tsk
../kernel/sched/rt.c:2387:54:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/rt.c:2389:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2389:40:    expected struct task_struct *p
../kernel/sched/rt.c:2389:40:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/rt.c:2389:62: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/rt.c:2389:62:    expected struct task_struct *p
../kernel/sched/rt.c:2389:62:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/deadline.c:2703:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2703:23:    expected struct task_struct *p
../kernel/sched/deadline.c:2703:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2713:13: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:2713:13:    struct task_struct *
../kernel/sched/deadline.c:2713:13:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2819:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:2819:25:    struct task_struct *
../kernel/sched/deadline.c:2819:25:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2342:42: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2342:42:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:2342:42:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:2353:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2353:38:    expected struct task_struct *tsk
../kernel/sched/deadline.c:2353:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1242:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1242:39:    expected struct task_struct *p
../kernel/sched/deadline.c:1242:39:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1242:85: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:1242:85:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:1242:85:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:1342:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1342:23:    expected struct task_struct *p
../kernel/sched/deadline.c:1342:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:1651:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:1651:31:    expected struct task_struct *p
../kernel/sched/deadline.c:1651:31:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:1651:70: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:1651:70:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:1651:70:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:1739:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/deadline.c:1739:39:    expected struct task_struct *donor
../kernel/sched/deadline.c:1739:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2564:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2564:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/deadline.c:2564:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/deadline.c:2226:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2226:14:    expected struct task_struct *curr
../kernel/sched/deadline.c:2226:14:    got struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2227:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/deadline.c:2227:15:    expected struct task_struct *donor
../kernel/sched/deadline.c:2227:15:    got struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:2303:43: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2303:43:    expected struct task_struct *p
../kernel/sched/deadline.c:2303:43:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2864:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2864:38:    expected struct task_struct *tsk
../kernel/sched/deadline.c:2864:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/deadline.c:2866:23: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/deadline.c:2866:23:    expected struct task_struct *p
../kernel/sched/deadline.c:2866:23:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/deadline.c:2868:44: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/deadline.c:2868:44:    expected struct sched_dl_entity const *b
../kernel/sched/deadline.c:2868:44:    got struct sched_dl_entity [noderef] __rcu *
../kernel/sched/deadline.c:3043:23: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/deadline.c:3043:23:    struct task_struct [noderef] __rcu *
../kernel/sched/deadline.c:3043:23:    struct task_struct *
../kernel/sched/deadline.c:3092:32: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/syscalls.c:206:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/syscalls.c:206:22:    struct task_struct [noderef] __rcu *
../kernel/sched/syscalls.c:206:22:    struct task_struct *
../kernel/sched/syscalls.c:253:48: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/syscalls.c:253:48:    struct task_struct [noderef] __rcu *
../kernel/sched/syscalls.c:253:48:    struct task_struct *
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/syscalls.c:1298:6: warning: context imbalance in 'sched_getaffinity' - different lock contexts for basic block
../kernel/sched/build_policy.c: note: in included file:
../kernel/sched/rt.c:1699:15: warning: dereference of noderef expression
../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/locking/lockdep.c:1154:5: warning: symbol 'check_consistency' was not declared. Should it be static?
../kernel/locking/lockdep.c:3403:49: warning: cast truncates bits from constant value (50000 becomes 0)
../kernel/locking/lockdep.c:3403:49: warning: cast truncates bits from constant value (50000 becomes 0)
../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:297:39: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:297:39:    expected struct spinlock [usertype] *lock
../fs/signalfd.c:297:39:    got struct spinlock [noderef] __rcu *
../fs/signalfd.c:299:41: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:299:41:    expected struct spinlock [usertype] *lock
../fs/signalfd.c:299:41:    got struct spinlock [noderef] __rcu *
../fs/signalfd.c:301:17: warning: incorrect type in argument 1 (different address spaces)
../fs/signalfd.c:301:17:    expected struct wait_queue_head *wq_head
../fs/signalfd.c:301:17:    got struct wait_queue_head [noderef] __rcu *
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'zone' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'gfp_mask' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'safe_needed' not described in 'add_rtree_block'
../kernel/power/snapshot.c:470: warning: Function parameter or struct member 'ca' not described in 'add_rtree_block'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'gfp_mask' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'safe_needed' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'ca' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'start' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:543: warning: Function parameter or struct member 'end' not described in 'create_zone_bm_rtree'
../kernel/power/snapshot.c:578: warning: Function parameter or struct member 'zone' not described in 'free_zone_bm_rtree'
../kernel/power/snapshot.c:578: warning: Function parameter or struct member 'clear_nosave_free' not described in 'free_zone_bm_rtree'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'bm' not described in 'memory_bm_create'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'gfp_mask' not described in 'memory_bm_create'
../kernel/power/snapshot.c:686: warning: Function parameter or struct member 'safe_needed' not described in 'memory_bm_create'
../kernel/power/snapshot.c:728: warning: Function parameter or struct member 'clear_nosave_free' not described in 'memory_bm_free'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'bm' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'pfn' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'addr' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:750: warning: Function parameter or struct member 'bit_nr' not described in 'memory_bm_find_bit'
../kernel/power/snapshot.c:998: warning: Function parameter or struct member 'start_pfn' not described in 'register_nosave_region'
../kernel/power/snapshot.c:998: warning: Function parameter or struct member 'end_pfn' not described in 'register_nosave_region'
../kernel/power/snapshot.c:1322: warning: Function parameter or struct member 'zone' not described in 'saveable_highmem_page'
../kernel/power/snapshot.c:1322: warning: Function parameter or struct member 'pfn' not described in 'saveable_highmem_page'
../kernel/power/snapshot.c:1381: warning: Function parameter or struct member 'zone' not described in 'saveable_page'
../kernel/power/snapshot.c:1381: warning: Function parameter or struct member 'pfn' not described in 'saveable_page'
../kernel/power/snapshot.c:1458: warning: Function parameter or struct member 'dst' not described in 'safe_copy_page'
../kernel/power/snapshot.c:1458: warning: Function parameter or struct member 's_page' not described in 'safe_copy_page'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'x' not described in '__fraction'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'multiplier' not described in '__fraction'
../kernel/power/snapshot.c:1699: warning: Function parameter or struct member 'base' not described in '__fraction'
../kernel/power/snapshot.c:1997: warning: Function parameter or struct member 'nr_highmem' not described in 'count_pages_for_highmem'
../kernel/power/snapshot.c:2015: warning: Function parameter or struct member 'nr_pages' not described in 'enough_free_mem'
../kernel/power/snapshot.c:2015: warning: Function parameter or struct member 'nr_highmem' not described in 'enough_free_mem'
../kernel/power/snapshot.c:2038: warning: Function parameter or struct member 'safe_needed' not described in 'get_highmem_buffer'
../kernel/power/snapshot.c:2051: warning: Function parameter or struct member 'bm' not described in 'alloc_highmem_pages'
../kernel/power/snapshot.c:2051: warning: Function parameter or struct member 'nr_highmem' not described in 'alloc_highmem_pages'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'copy_bm' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'nr_pages' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2086: warning: Function parameter or struct member 'nr_highmem' not described in 'swsusp_alloc'
../kernel/power/snapshot.c:2308: warning: Function parameter or struct member 'bm' not described in 'mark_unsafe_pages'
../kernel/power/snapshot.c:2343: warning: Function parameter or struct member 'info' not described in 'load_header'
../kernel/power/snapshot.c:2512: warning: Function parameter or struct member 'page' not described in 'get_highmem_page_buffer'
../kernel/power/snapshot.c:2512: warning: Function parameter or struct member 'ca' not described in 'get_highmem_page_buffer'
../kernel/power/snapshot.c:2722: warning: Function parameter or struct member 'bm' not described in 'get_buffer'
../kernel/power/snapshot.c:2722: warning: Function parameter or struct member 'ca' not described in 'get_buffer'
../kernel/power/snapshot.c:2861: warning: Function parameter or struct member 'handle' not described in 'snapshot_write_finalize'
../fs/eventpoll.c:647:9: warning: restricted __poll_t degrades to integer
../fs/eventpoll.c:647:9: warning: cast to restricted __poll_t
../fs/eventpoll.c:1418:53: warning: incorrect type in argument 3 (different base types)
../fs/eventpoll.c:1418:53:    expected unsigned int pollflags
../fs/eventpoll.c:1418:53:    got restricted __poll_t
../kernel/sched/core.c:299:56: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:299:56:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:299:56:    struct task_struct *
../kernel/sched/core.c:765:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:765:25:    expected struct task_struct *task
../kernel/sched/core.c:765:25:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:835:49: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/core.c:835:49:    expected struct task_struct *p
../kernel/sched/core.c:835:49:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:1080:38: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:1080:38:    expected struct task_struct *curr
../kernel/sched/core.c:1080:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:1181:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:1181:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:1181:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:2179:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:2179:39:    expected struct task_struct *donor
../kernel/sched/core.c:2179:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/core.c:2190:65: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:2190:65:    expected struct task_struct *tsk
../kernel/sched/core.c:2190:65:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:3669:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:3669:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:3669:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:3878:36: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:3878:36:    expected struct task_struct const *p
../kernel/sched/core.c:3878:36:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:7986:43: warning: incorrect type in initializer (different address spaces)
../kernel/sched/core.c:7986:43:    expected struct task_struct *push_task
../kernel/sched/core.c:7986:43:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:5641:15: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:5641:15:    expected struct task_struct *donor
../kernel/sched/core.c:5641:15:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/core.c:6308:32: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6308:32:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6308:32:    struct task_struct *
../kernel/sched/core.c:6339:23: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6339:23:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6339:23:    struct task_struct *
../kernel/sched/core.c:6347:46: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:6347:46:    struct task_struct *
../kernel/sched/core.c:6347:46:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:6404:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:6404:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/core.c:6404:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/core.c:6653:14: warning: incorrect type in assignment (different address spaces)
../kernel/sched/core.c:6653:14:    expected struct task_struct *prev
../kernel/sched/core.c:6653:14:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:7199:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:7199:17:    struct task_struct *
../kernel/sched/core.c:7199:17:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:8884:16: warning: incorrect type in return expression (different address spaces)
../kernel/sched/core.c:8884:16:    expected struct task_struct *
../kernel/sched/core.c:8884:16:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:9393:11: warning: symbol 'max_cfs_quota_period' was not declared. Should it be static?
../kernel/sched/core.c:10099:25: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/core.c:10099:25:    expected struct task_struct *p
../kernel/sched/core.c:10099:25:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:373:9: warning: context imbalance in 'sched_core_lock' - different lock contexts for basic block
../kernel/sched/core.c:383:17: warning: context imbalance in 'sched_core_unlock' - unexpected unlock
../kernel/sched/core.c:591:6: warning: context imbalance in 'raw_spin_rq_lock_nested' - wrong count at exit
../kernel/sched/core.c:616:6: warning: context imbalance in 'raw_spin_rq_trylock' - wrong count at exit
../kernel/sched/core.c:640:6: warning: context imbalance in 'raw_spin_rq_unlock' - unexpected unlock
../kernel/sched/core.c: note: in included file:
../kernel/sched/sched.h:1738:9: warning: context imbalance in '__task_rq_lock' - wrong count at exit
../kernel/sched/sched.h:1738:9: warning: context imbalance in 'task_rq_lock' - wrong count at exit
../kernel/sched/core.c: note: in included file:
../kernel/sched/pelt.h:98:13: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/pelt.h:98:13:    expected struct task_struct const *p
../kernel/sched/pelt.h:98:13:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/core.c:835:11: warning: dereference of noderef expression
../kernel/sched/core.c:1556:13: warning: context imbalance in 'uclamp_update_util_min_rt_default' - wrong count at exit
../kernel/sched/core.c:2260:35: warning: context imbalance in 'wait_task_inactive' - different lock contexts for basic block
../kernel/sched/core.c: note: in included file:
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/core.c:2143:38: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/core.c:2143:38:    struct task_struct [noderef] __rcu *
../kernel/sched/core.c:2143:38:    struct task_struct const *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2449:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2449:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2449:9:    struct task_struct *
../arch/x86/kernel/process.c: In function ‘arch_post_acpi_subsys_init’:
../arch/x86/kernel/process.c:954:17: warning: variable ‘hi’ set but not used [-Wunused-but-set-variable]
  954 |         u32 lo, hi;
      |                 ^~
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/debug.c:629:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/debug.c:629:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/debug.c:629:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/debug.c:969:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/debug.c:969:9:    expected struct task_struct *tsk
../kernel/sched/debug.c:969:9:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/debug.c:969:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/debug.c:969:9:    expected struct task_struct *tsk
../kernel/sched/debug.c:969:9:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/stats.c:138:17: warning: incorrect type in assignment (different address spaces)
../kernel/sched/stats.c:138:17:    expected struct sched_domain *[assigned] sd
../kernel/sched/stats.c:138:17:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/topology.c:107:56: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:107:56:    expected struct sched_domain *sd
../kernel/sched/topology.c:107:56:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:126:60: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:126:60:    expected struct sched_domain *sd
../kernel/sched/topology.c:126:60:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:149:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:149:20:    expected struct sched_domain *sd
../kernel/sched/topology.c:149:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:454:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:454:13:    expected struct perf_domain *[assigned] tmp
../kernel/sched/topology.c:454:13:    got struct perf_domain [noderef] __rcu *pd
../kernel/sched/topology.c:463:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:463:13:    expected struct perf_domain *[assigned] tmp
../kernel/sched/topology.c:463:13:    got struct perf_domain [noderef] __rcu *pd
../kernel/sched/topology.c:484:19: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:484:19:    expected struct perf_domain *[assigned] pd
../kernel/sched/topology.c:484: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:739:50: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:739:50:    expected struct sched_domain *parent
../kernel/sched/topology.c:739:50:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:747:55: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:747:55:    expected struct sched_domain [noderef] __rcu *[noderef] __rcu child
../kernel/sched/topology.c:747:55:    got struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:760:29: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:760:29:    expected struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:760:29:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:765:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:765:20:    expected struct sched_domain *sd
../kernel/sched/topology.c:765:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:786:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:786:13:    expected struct sched_domain *[assigned] tmp
../kernel/sched/topology.c:786:13:    got struct sched_domain [noderef] __rcu *sd
../kernel/sched/topology.c:948:70: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:948:70:    expected struct sched_domain *sd
../kernel/sched/topology.c:948:70:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:977:59: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:977:59:    expected struct sched_domain *sd
../kernel/sched/topology.c:977:59:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1023:57: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1023:57:    expected struct sched_domain *sd
../kernel/sched/topology.c:1023:57:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1025:25: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:1025:25:    expected struct sched_domain *sibling
../kernel/sched/topology.c:1025:25:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1033:55: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1033:55:    expected struct sched_domain *sd
../kernel/sched/topology.c:1033:55:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1035:25: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:1035:25:    expected struct sched_domain *sibling
../kernel/sched/topology.c:1035:25:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1105:62: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/topology.c:1105:62:    expected struct sched_domain *sd
../kernel/sched/topology.c:1105:62:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1209:40: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:1209:40:    expected struct sched_domain *child
../kernel/sched/topology.c:1209:40:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1637:43: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:1637:43:    expected struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:1637:43:    got struct sched_domain *child
../kernel/sched/topology.c:1775:21: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1775:21:    int [noderef] __rcu *
../kernel/sched/topology.c:1775:21:    int *
../kernel/sched/topology.c:1901:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1901:9:    int [noderef] __rcu *
../kernel/sched/topology.c:1901:9:    int *
../kernel/sched/topology.c:1956:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:1956:9:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:1956:9:    struct cpumask ***
../kernel/sched/topology.c:2014:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2014:9:    int [noderef] __rcu *
../kernel/sched/topology.c:2014:9:    int *
../kernel/sched/topology.c:2016:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2016:9:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2016:9:    struct cpumask ***
../kernel/sched/topology.c:2100:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2100:17:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2100:17:    struct cpumask ***
../kernel/sched/topology.c:2172:19: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2172:19:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2172:19:    struct cpumask ***
../kernel/sched/topology.c:2212:17: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/topology.c:2212:17:    struct cpumask **[noderef] __rcu *
../kernel/sched/topology.c:2212:17:    struct cpumask ***
../kernel/sched/topology.c:2336:31: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2336:31:    expected struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2336:31:    got struct sched_domain *sd
../kernel/sched/topology.c:2438:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2438:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2438:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2459:56: warning: incorrect type in initializer (different address spaces)
../kernel/sched/topology.c:2459:56:    expected struct sched_domain *child
../kernel/sched/topology.c:2459:56:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/topology.c:2458:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2458:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2458:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/topology.c:2513:57: warning: incorrect type in assignment (different address spaces)
../kernel/sched/topology.c:2513:57:    expected struct sched_domain *[assigned] sd
../kernel/sched/topology.c:2513:57:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/core_sched.c:276:37: error: incompatible types in conditional expression (different address spaces):
../kernel/sched/core_sched.c:276:37:    struct task_struct *
../kernel/sched/core_sched.c:276:37:    struct task_struct [noderef] __rcu *
../kernel/sched/build_utility.c: note: in included file:
../kernel/sched/autogroup.c:7: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:2249:25: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2249:25:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2249:25:    struct task_struct *
../mm/mremap.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'move_ptes' - unexpected unlock
../mm/mremap.c:306:20: warning: context imbalance in 'move_normal_pmd' - different lock contexts for basic block
../kernel/sched/fair.c:1203:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:1203:39:    expected struct task_struct *donor
../kernel/sched/fair.c:1203:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:1261:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/fair.c:1261:34:    expected struct sched_entity const *se
../kernel/sched/fair.c:1261:34:    got struct sched_entity [noderef] __rcu *
../kernel/sched/fair.c:3037:13: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:3037:13:    expected struct task_struct *tsk
../kernel/sched/fair.c:3037:13:    got struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:12779:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12779:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12779:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:6104:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/fair.c:6104:22:    struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:6104:22:    struct task_struct *
../kernel/sched/fair.c:6834:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:6834:39:    expected struct task_struct *donor
../kernel/sched/fair.c:6834:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:7037:58: warning: incorrect type in argument 2 (different address spaces)
../kernel/sched/fair.c:7037:58:    expected struct task_struct *p
../kernel/sched/fair.c:7037:58:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:8411:20: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:8411:20:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:8411:20:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:8615:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:8615:9:    expected struct sched_domain *[assigned] tmp
../kernel/sched/fair.c:8615:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:8760:39: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:8760:39:    expected struct task_struct *donor
../kernel/sched/fair.c:8760:39:    got struct task_struct [noderef] __rcu *donor
../kernel/sched/fair.c:8791:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/sched/fair.c:8791:37:    expected struct task_struct *tsk
../kernel/sched/fair.c:8791:37:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:9002:38: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:9002:38:    expected struct task_struct *curr
../kernel/sched/fair.c:9002:38:    got struct task_struct [noderef] __rcu *curr
../kernel/sched/fair.c:9973:40: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:9973:40:    expected struct sched_domain *child
../kernel/sched/fair.c:9973:40:    got struct sched_domain [noderef] __rcu *child
../kernel/sched/fair.c:10595:22: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/fair.c:10595:22:    struct task_struct [noderef] __rcu *
../kernel/sched/fair.c:10595:22:    struct task_struct *
../kernel/sched/fair.c:12018:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12018:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12018:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:11668:44: warning: incorrect type in initializer (different address spaces)
../kernel/sched/fair.c:11668:44:    expected struct sched_domain *sd_parent
../kernel/sched/fair.c:11668:44:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:12127:9: warning: incorrect type in assignment (different address spaces)
../kernel/sched/fair.c:12127:9:    expected struct sched_domain *[assigned] sd
../kernel/sched/fair.c:12127:9:    got struct sched_domain [noderef] __rcu *parent
../kernel/sched/fair.c:2983:9: warning: context imbalance in 'task_numa_placement' - different lock contexts for basic block
../kernel/sched/fair.c: note: in included file:
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2472:9: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2472:9:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2472:9:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../kernel/sched/sched.h:2260:26: error: incompatible types in comparison expression (different address spaces):
../kernel/sched/sched.h:2260:26:    struct task_struct [noderef] __rcu *
../kernel/sched/sched.h:2260:26:    struct task_struct *
../mm/mprotect.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/pagewalk.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'change_pte_range' - unexpected unlock
../net/dccp/proto.c:536:52: warning: incorrect type in argument 2 (different base types)
../net/dccp/proto.c:536:52:    expected restricted __be32 const [usertype] service
../net/dccp/proto.c:536:52:    got int [addressable] val
../net/dccp/proto.c:719:57: warning: incorrect type in argument 2 (different base types)
../net/dccp/proto.c:719:57:    expected restricted __be32 [usertype] param
../net/dccp/proto.c:719:57:    got int cmsg_type
../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:393:1: warning: cast to restricted __le64
../drivers/usb/host/./xhci-trace.h:393: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:393:1: warning: cast to restricted __le64
../drivers/usb/host/./xhci-trace.h:393:1: warning: cast from restricted __le32
../arch/x86/kernel/fpu/core.c:206:31: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:206:31:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:206:31:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:213:33: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:213:33:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:213:33:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:548:39: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:548:39:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:548:39:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/fpu/core.c:552:41: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/fpu/core.c:552:41:    expected struct spinlock [usertype] *lock
../arch/x86/kernel/fpu/core.c:552:41:    got struct spinlock [noderef] __rcu *
../kernel/freezer.c: note: in included file (through ../include/linux/rcuwait.h, ../include/linux/percpu-rwsem.h, ../include/linux/fs.h, ../include/linux/cgroup.h, ../include/linux/memcontrol.h, ../include/linux/swap.h, ...):
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/tboot.c:488:16: warning: incorrect type in assignment (different address spaces)
../arch/x86/kernel/tboot.c:488:16:    expected void *config
../arch/x86/kernel/tboot.c:488:16:    got void [noderef] __iomem *
../arch/x86/kernel/tboot.c:494:19: warning: incorrect type in assignment (different address spaces)
../arch/x86/kernel/tboot.c:494:19:    expected void *heap_base
../arch/x86/kernel/tboot.c:494:19:    got void [noderef] __iomem *
../arch/x86/kernel/tboot.c:496:17: warning: incorrect type in argument 1 (different address spaces)
../arch/x86/kernel/tboot.c:496:17:    expected void volatile [noderef] __iomem *addr
../arch/x86/kernel/tboot.c:496:17:    got void *config
../arch/x86/kernel/tboot.c: note: in included file (through ../include/linux/init_task.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'map_tboot_page' - unexpected unlock
../fs/userfaultfd.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/hashtable.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'handle_userfault' - unexpected unlock
../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:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110011 becomes 11)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100110 becomes 110)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a018a becomes 18a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (b008b becomes 8b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a020a becomes 20a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (b010b becomes 10b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30203 becomes 203)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30203 becomes 203)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30283 becomes 283)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (30283 becomes 283)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b019b becomes 19b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b021b becomes 21b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b029b becomes 29b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b031b becomes 31b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1b041b becomes 41b)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (110311 becomes 311)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120992 becomes 992)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120992 becomes 992)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100610 becomes 610)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100690 becomes 690)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80408 becomes 408)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80c88 becomes c88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a050a becomes 50a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a071a becomes 71a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a079a becomes 79a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a001a becomes 1a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a009a becomes 9a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180198 becomes 198)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a051a becomes 51a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120392 becomes 392)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a081a becomes 81a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a011a becomes 11a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180118 becomes 118)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a001a becomes 1a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80688 becomes 688)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: too many warnings
../drivers/input/keyboard/applespi.c:730:9: warning: context imbalance in 'applespi_msg_complete' - wrong count at exit
../drivers/input/keyboard/applespi.c:893:9: warning: context imbalance in 'applespi_init' - wrong count at exit
../drivers/input/keyboard/applespi.c:896:12: warning: context imbalance in 'applespi_set_capsl_led' - wrong count at exit
../drivers/input/keyboard/applespi.c:926:9: warning: context imbalance in 'applespi_set_bl_level' - wrong count at exit
../drivers/input/keyboard/applespi.c:1400:13: warning: context imbalance in 'applespi_got_data' - different lock contexts for basic block
../drivers/input/keyboard/applespi.c:1569:9: warning: context imbalance in 'applespi_notify' - wrong count at exit
../drivers/input/keyboard/applespi.c:1799:9: warning: context imbalance in 'applespi_drain_writes' - wrong count at exit
../drivers/input/keyboard/applespi.c:1810:9: warning: context imbalance in 'applespi_drain_reads' - wrong count at exit
../fs/aio.c:1686:13: warning: context imbalance in 'poll_iocb_lock_wq' - different lock contexts for basic block
../fs/aio.c:1717:13: warning: context imbalance in 'poll_iocb_unlock_wq' - unexpected unlock
../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:133:30: warning: cast truncates bits from constant value (80b88 becomes b88)
../mm/memory.c:163:15: warning: symbol 'zero_pfn' was not declared. Should it be static?
../mm/memory.c:1200:9: warning: context imbalance in 'copy_pte_range' - unexpected unlock
../mm/memory.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/timerqueue.h, ../include/linux/hrtimer_defs.h, ../include/linux/hrtimer.h, ../include/linux/interrupt.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'zap_pte_range' - unexpected unlock
../mm/memory.c:2006:16: warning: context imbalance in '__get_locked_pte' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_pages' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'insert_pfn' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'remap_pte_range' - unexpected unlock
../mm/memory.c:2842:17: warning: context imbalance in 'apply_to_pte_range' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'wp_page_copy' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'finish_mkwrite_fault' - unexpected unlock
../mm/memory.c:3544:17: warning: context imbalance in 'wp_pfn_shared' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'wp_page_shared' - unexpected unlock
../mm/memory.c:3669:19: warning: context imbalance in 'do_wp_page' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'remove_device_exclusive_entry' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'pte_marker_clear' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'alloc_swap_folio' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_swap_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'alloc_anon_folio' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_anonymous_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'finish_fault' - unexpected unlock
../mm/memory.c:5463:9: warning: context imbalance in 'do_fault' - different lock contexts for basic block
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'do_numa_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'handle_pte_fault' - unexpected unlock
../mm/memory.c:6441:5: warning: context imbalance in 'follow_pfnmap_start' - different lock contexts for basic block
../mm/memory.c:6527:28: warning: context imbalance in 'follow_pfnmap_end' - unexpected unlock
../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:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../include/trace/events/fs_dax.h:153:1: warning: incorrect type in initializer (different base types)
../include/trace/events/fs_dax.h:153:1:    expected unsigned long mask
../include/trace/events/fs_dax.h:153:1:    got restricted vm_fault_t
../fs/dax.c:650:39: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:650:39:    expected unsigned long v
../fs/dax.c:650:39:    got restricted vm_fault_t
../fs/dax.c:652:39: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:652:39:    expected unsigned long v
../fs/dax.c:652:39:    got restricted vm_fault_t
../fs/dax.c:656:31: warning: incorrect type in argument 1 (different base types)
../fs/dax.c:656:31:    expected unsigned long v
../fs/dax.c:656:31:    got restricted vm_fault_t
../fs/dax.c:1197:41: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1197:41:    expected int result
../fs/dax.c:1197:41:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1727:46: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1727:46:    expected int result
../fs/dax.c:1727:46:    got restricted vm_fault_t [usertype] ret
../fs/dax.c:1743:21: warning: incorrect type in assignment (different base types)
../fs/dax.c:1743:21:    expected restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1743:21:    got unsigned long
../fs/dax.c:1784:51: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1784:51:    expected int result
../fs/dax.c:1784:51:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1864:21: warning: incorrect type in assignment (different base types)
../fs/dax.c:1864:21:    expected restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1864:21:    got unsigned long
../fs/dax.c:1898:62: warning: incorrect type in argument 4 (different base types)
../fs/dax.c:1898:62:    expected int result
../fs/dax.c:1898:62:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:1959:55: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1959:55:    expected int result
../fs/dax.c:1959:55:    got restricted vm_fault_t
../fs/dax.c:1974:58: warning: incorrect type in argument 3 (different base types)
../fs/dax.c:1974:58:    expected int result
../fs/dax.c:1974:58:    got restricted vm_fault_t [assigned] [usertype] ret
../fs/dax.c:243:13: warning: context imbalance in 'wait_entry_unlocked' - unexpected unlock
../fs/dax.c:431:49: warning: context imbalance in 'dax_lock_folio' - different lock contexts for basic block
../fs/dax.c:498:17: warning: context imbalance in 'dax_lock_mapping_entry' - different lock contexts for basic block
../fs/dax.c:967:9: warning: context imbalance in 'dax_writeback_one' - unexpected unlock
../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
../drivers/gpu/drm/drm_drv.c:446:6: warning: context imbalance in 'drm_dev_enter' - different lock contexts for basic block
../drivers/gpu/drm/drm_drv.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...):
../include/linux/srcu.h:350:9: warning: context imbalance in 'drm_dev_exit' - unexpected unlock
../mm/rmap.c: note: in included file (through ../include/linux/ksm.h):
../include/linux/rmap.h:703:28: warning: context imbalance in 'folio_referenced_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'try_to_unmap_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'try_to_migrate_one' - unexpected unlock
../include/linux/rmap.h:703:28: warning: context imbalance in 'page_make_device_exclusive_one' - unexpected unlock
../kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init]
  121 |         [CLOCK_REALTIME]        = HRTIMER_BASE_REALTIME,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:121:35: note: (near initialization for ‘hrtimer_clock_to_base_table[0]’)
../kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init]
  122 |         [CLOCK_MONOTONIC]       = HRTIMER_BASE_MONOTONIC,
      |                                   ^~~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:122:35: note: (near initialization for ‘hrtimer_clock_to_base_table[1]’)
../kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init]
  123 |         [CLOCK_BOOTTIME]        = HRTIMER_BASE_BOOTTIME,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:123:35: note: (near initialization for ‘hrtimer_clock_to_base_table[7]’)
../kernel/time/hrtimer.c:124:35: warning: initialized field overwritten [-Woverride-init]
  124 |         [CLOCK_TAI]             = HRTIMER_BASE_TAI,
      |                                   ^~~~~~~~~~~~~~~~
../kernel/time/hrtimer.c:124:35: note: (near initialization for ‘hrtimer_clock_to_base_table[11]’)
../kernel/acct.c:476:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:476:31:    expected struct spinlock [usertype] *lock
../kernel/acct.c:476:31:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:486:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:486:33:    expected struct spinlock [usertype] *lock
../kernel/acct.c:486:33:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:569:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:569:31:    expected struct spinlock [usertype] *lock
../kernel/acct.c:569:31:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:589:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/acct.c:589:33:    expected struct spinlock [usertype] *lock
../kernel/acct.c:589:33:    got struct spinlock [noderef] __rcu *
../kernel/acct.c:211:12: warning: context imbalance in 'acct_on' - different lock contexts for basic block
../kernel/acct.c:312:9: warning: context imbalance in '__se_sys_acct' - different lock contexts for basic block
../kernel/acct.c:317:22: warning: context imbalance in 'acct_exit_ns' - wrong count at exit
../mm/vmalloc.c:1054:25: warning: context imbalance in 'find_vmap_area_exceed_addr_lock' - wrong count at exit
../mm/vmalloc.c:4425:28: warning: context imbalance in 'vread_iter' - unexpected unlock
../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:133:30: warning: cast truncates bits from constant value (100790 becomes 790)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a000a becomes a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (190019 becomes 19)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (190019 becomes 19)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80688 becomes 688)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80a88 becomes a88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80608 becomes 608)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80108 becomes 108)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80388 becomes 388)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20482 becomes 482)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80b88 becomes b88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100910 becomes 910)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80188 becomes 188)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80208 becomes 208)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80288 becomes 288)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a000a becomes a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100010 becomes 10)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100710 becomes 710)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100090 becomes 90)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20402 becomes 402)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100790 becomes 790)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100490 becomes 490)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100310 becomes 310)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100610 becomes 610)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100690 becomes 690)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120912 becomes 912)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100590 becomes 590)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20002 becomes 2)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20082 becomes 82)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20102 becomes 102)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20182 becomes 182)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20202 becomes 202)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20282 becomes 282)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20302 becomes 302)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (20382 becomes 382)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120012 becomes 12)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120092 becomes 92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120112 becomes 112)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120192 becomes 192)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120212 becomes 212)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120292 becomes 292)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120312 becomes 312)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120392 becomes 392)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120412 becomes 412)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120492 becomes 492)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120592 becomes 592)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120612 becomes 612)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120512 becomes 512)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120692 becomes 692)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120712 becomes 712)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120792 becomes 792)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120812 becomes 812)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120892 becomes 892)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a019a becomes 19a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a021a becomes 21a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a029a becomes 29a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a031a becomes 31a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a039a becomes 39a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a041a becomes 41a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a049a becomes 49a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a051a becomes 51a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a059a becomes 59a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a061a becomes 61a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (120a92 becomes a92)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a089a becomes 89a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a091a becomes 91a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a099a becomes 99a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a040a becomes 40a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80b08 becomes b08)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100190 becomes 190)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100210 becomes 210)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80708 becomes 708)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80788 becomes 788)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80808 becomes 808)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80888 becomes 888)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100390 becomes 390)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100410 becomes 410)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (100510 becomes 510)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a008a becomes 8a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a048a becomes 48a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180018 becomes 18)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a010a becomes 10a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80408 becomes 408)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (80c88 becomes c88)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180118 becomes 118)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (180198 becomes 198)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (1a009a becomes 9a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a028a becomes 28a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a030a becomes 30a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: cast truncates bits from constant value (a038a becomes 38a)
../arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: warning: too many warnings
../kernel/rcu/tree.c:1044:9: warning: context imbalance in 'rcu_start_this_gp' - different lock contexts for basic block
../kernel/rcu/tree.c:1452:9: warning: context imbalance in 'rcu_poll_gp_seq_start_unlocked' - different lock contexts for basic block
../kernel/rcu/tree.c:1469:9: warning: context imbalance in 'rcu_poll_gp_seq_end_unlocked' - different lock contexts for basic block
../kernel/rcu/tree.c:1920:9: warning: context imbalance in 'rcu_gp_init' - different lock contexts for basic block
../kernel/rcu/tree.c:2490:13: warning: context imbalance in 'rcu_do_batch' - wrong count at exit
../kernel/rcu/tree.c:2692:9: warning: context imbalance in 'force_qs_rnp' - different lock contexts for basic block
../kernel/rcu/tree.c:2758:25: warning: context imbalance in 'rcu_force_quiescent_state' - unexpected unlock
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_stall.h:986:17: warning: context imbalance in 'rcu_check_gp_start_stall' - different lock contexts for basic block
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_exp.h:192:9: warning: context imbalance in '__rcu_report_exp_rnp' - different lock contexts for basic block
../kernel/rcu/tree_exp.h:1059:9: warning: context imbalance in 'start_poll_synchronize_rcu_expedited' - different lock contexts for basic block
../kernel/rcu/tree.c: note: in included file:
../kernel/rcu/tree_nocb.h:113:16: warning: context imbalance in 'rcu_nocb_bypass_trylock' - wrong count at exit
../kernel/rcu/tree_nocb.h:130:13: warning: context imbalance in 'rcu_nocb_lock' - wrong count at exit
../kernel/rcu/tree_nocb.h:145:17: warning: context imbalance in 'rcu_nocb_unlock' - unexpected unlock
../kernel/rcu/tree_nocb.h:158:17: warning: context imbalance in 'rcu_nocb_unlock_irqrestore' - unexpected unlock
../kernel/rcu/tree_nocb.h:335:9: warning: context imbalance in 'rcu_nocb_do_flush_bypass' - unexpected unlock
../kernel/rcu/tree_nocb.h:352:13: warning: context imbalance in 'rcu_nocb_flush_bypass' - wrong count at exit
../kernel/rcu/tree_nocb.h:526:13: warning: context imbalance in '__call_rcu_nocb_wake' - wrong count at exit
../kernel/rcu/tree_nocb.h:608:17: warning: context imbalance in 'call_rcu_nocb' - unexpected unlock
../kernel/rcu/tree_nocb.h:691:9: warning: context imbalance in 'nocb_gp_wait' - different lock contexts for basic block
../kernel/rcu/tree_nocb.h:942:9: warning: context imbalance in 'nocb_cb_wait' - wrong count at exit
../kernel/rcu/tree_nocb.h:1111:9: warning: context imbalance in 'rcu_nocb_rdp_deoffload' - wrong count at exit
../kernel/rcu/tree_nocb.h:1236:1: warning: context imbalance in 'lazy_rcu_shrink_scan' - different lock contexts for basic block
../mm/page_alloc.c:2644:6: warning: context imbalance in 'free_unref_page' - different lock contexts for basic block
../mm/page_alloc.c:2736:33: warning: context imbalance in 'free_unref_folios' - unexpected unlock
../mm/page_alloc.c:3019:20: warning: context imbalance in 'rmqueue_pcplist' - different lock contexts for basic block
../mm/page_alloc.c:4699:9: warning: context imbalance in 'alloc_pages_bulk_noprof' - different lock contexts for basic block
../mm/page_alloc.c:6907:30: warning: context imbalance in '__accept_page' - unexpected unlock
../mm/page_alloc.c:6918:6: warning: context imbalance in 'accept_page' - wrong count at exit
../mm/page_alloc.c:6933:13: warning: context imbalance in 'try_to_accept_memory_one' - wrong count at exit
../drivers/md/bcache/trace.c: note: in included file (through ../drivers/md/bcache/bcache.h):
../drivers/md/bcache/bset.h:232: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
../fs/coredump.c:392:27: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:392:27:    expected struct spinlock [usertype] *lock
../fs/coredump.c:392:27:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:401:29: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:401:29:    expected struct spinlock [usertype] *lock
../fs/coredump.c:401:29:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:440:31: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:440:31:    expected struct spinlock [usertype] *lock
../fs/coredump.c:440:31:    got struct spinlock [noderef] __rcu *
../fs/coredump.c:445:33: warning: incorrect type in argument 1 (different address spaces)
../fs/coredump.c:445:33:    expected struct spinlock [usertype] *lock
../fs/coredump.c:445:33:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:749:17: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:749:17:    expected struct spinlock [usertype] *lock
../net/9p/client.c:749:17:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:751:48: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:751:48:    expected struct spinlock [usertype] *lock
../net/9p/client.c:751:48:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:834:17: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:834:17:    expected struct spinlock [usertype] *lock
../net/9p/client.c:834:17:    got struct spinlock [noderef] __rcu *
../net/9p/client.c:836:48: warning: incorrect type in argument 1 (different address spaces)
../net/9p/client.c:836:48:    expected struct spinlock [usertype] *lock
../net/9p/client.c:836:48:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/ftrace.c:41:6: warning: context imbalance in 'ftrace_arch_code_modify_prepare' - wrong count at exit
../arch/x86/kernel/ftrace.c:53:6: warning: context imbalance in 'ftrace_arch_code_modify_post_process' - wrong count at exit
../drivers/cpufreq/cpufreq.c:483:17: warning: incorrect type in assignment (different address spaces)
../drivers/cpufreq/cpufreq.c:483:17:    expected struct notifier_block *nb
../drivers/cpufreq/cpufreq.c:483:17:    got struct notifier_block [noderef] __rcu *static [addressable] [toplevel] head
../drivers/cpufreq/cpufreq.c:483:65: warning: incorrect type in assignment (different address spaces)
../drivers/cpufreq/cpufreq.c:483:65:    expected struct notifier_block *nb
../drivers/cpufreq/cpufreq.c:483:65:    got struct notifier_block [noderef] __rcu *next
../kernel/time/alarmtimer.c:532:13: warning: context imbalance in 'alarm_handle_timer' - wrong count at exit
../mm/madvise.c:206:17: warning: context imbalance in 'swapin_walk_pmd_entry' - unexpected unlock
../mm/madvise.c:432:28: warning: context imbalance in 'madvise_cold_or_pageout_pte_range' - unexpected unlock
../mm/madvise.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/mman.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'madvise_free_pte_range' - unexpected unlock
../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:198:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:198:27:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:198:27:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:212:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:212:29:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:212:29:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:236:35: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:236:35:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:236:35:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:245:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:245:45:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:245:45:    got struct spinlock [noderef] __rcu *
../kernel/time/itimer.c:258:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/itimer.c:258:37:    expected struct spinlock [usertype] *lock
../kernel/time/itimer.c:258:37:    got struct spinlock [noderef] __rcu *
../arch/x86/kernel/apic/apic.c:2143: warning: Function parameter or struct member 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ'
../arch/x86/kernel/apic/apic.c:2143: warning: expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead
../kernel/time/posix-timers.c:292:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:292:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:292:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:299:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:299:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:299:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:465:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:465:31:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:465:31:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:469:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:469:33:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:469:33:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1097:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1097:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1097:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1099:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1099:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1099:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:253:13: warning: context imbalance in '__posixtimer_deliver_signal' - wrong count at exit
../kernel/time/posix-timers.c:283:6: warning: context imbalance in 'posixtimer_deliver_signal' - unexpected unlock
../kernel/time/posix-timers.c:318:29: warning: context imbalance in 'posix_timer_fn' - wrong count at exit
../kernel/time/posix-timers.c:510:24: warning: context imbalance in '__lock_timer' - different lock contexts for basic block
../kernel/time/posix-timers.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'timer_wait_running' - unexpected unlock
../kernel/time/posix-timers.c:868:12: warning: context imbalance in 'do_timer_settime' - different lock contexts for basic block
../kernel/time/posix-timers.c:1011:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1011:27:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1011:27:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:1024:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/time/posix-timers.c:1024:29:    expected struct spinlock [usertype] *lock
../kernel/time/posix-timers.c:1024:29:    got struct spinlock [noderef] __rcu *
../kernel/time/posix-timers.c:994:1: warning: context imbalance in '__se_sys_timer_delete' - different lock contexts for basic block
../kernel/time/posix-timers.c:1035:13: warning: context imbalance in 'itimer_delete' - wrong count at exit
../arch/x86/kernel/apic/vector.c:61:6: warning: context imbalance in 'lock_vector_lock' - wrong count at exit
../arch/x86/kernel/apic/vector.c:69:6: warning: context imbalance in 'unlock_vector_lock' - unexpected unlock
../kernel/pid_namespace.c:186:26: warning: incorrect type in argument 1 (different address spaces)
../kernel/pid_namespace.c:186:26:    expected struct spinlock [usertype] *lock
../kernel/pid_namespace.c:186:26:    got struct spinlock [noderef] __rcu *
../kernel/pid_namespace.c:188:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/pid_namespace.c:188:28:    expected struct spinlock [usertype] *lock
../kernel/pid_namespace.c:188:28:    got struct spinlock [noderef] __rcu *
../kernel/pid_namespace.c:187:28: warning: dereference of noderef expression
../arch/x86/kernel/cpu/sgx/virt.c:59:13: warning: incorrect type in assignment (different base types)
../arch/x86/kernel/cpu/sgx/virt.c:59:13:    expected int [assigned] ret
../arch/x86/kernel/cpu/sgx/virt.c:59:13:    got restricted vm_fault_t
../arch/x86/kernel/cpu/sgx/virt.c:60:20: warning: restricted vm_fault_t degrades to integer
../arch/x86/kernel/cpu/sgx/virt.c:354:36: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:24: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:43: warning: cast removes address space '__user' of expression
../arch/x86/kernel/cpu/sgx/virt.c:385:58: warning: cast removes address space '__user' of expression
../kernel/audit.c: In function ‘audit_log_vformat’:
../kernel/audit.c:1978:9: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 1978 |         len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args);
      |         ^~~
../kernel/audit.c:1987:17: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 1987 |                 len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2);
      |                 ^~~
../mm/swapfile.c:602:13: warning: context imbalance in 'cluster_reclaim_range' - unexpected unlock
../mm/swapfile.c:738:23: warning: context imbalance in 'alloc_swap_scan_cluster' - different lock contexts for basic block
../mm/swapfile.c:756:31: warning: context imbalance in 'swap_reclaim_full_clusters' - unexpected unlock
../mm/swapfile.c:1032:13: warning: context imbalance in 'swap_offset_available_and_locked' - wrong count at exit
../mm/swapfile.c:1238:9: warning: context imbalance in 'scan_swap_map_slots' - unexpected unlock
../mm/swapfile.c:1388:36: warning: context imbalance in 'swap_info_get_cont' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_entry_free' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_entries_free' - different lock contexts for basic block
../mm/swapfile.c:1590:23: warning: context imbalance in 'swap_entry_range_free' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'cluster_swap_free_nr' - different lock contexts for basic block
../mm/swapfile.c:1670:38: warning: context imbalance in 'put_swap_folio' - different lock contexts for basic block
../mm/swapfile.c:1714:28: warning: context imbalance in 'swapcache_free_entries' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in 'swap_swapcount' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'swp_swapcount' - different lock contexts for basic block
../mm/swapfile.c:436:9: warning: context imbalance in 'swap_page_trans_huge_swapped' - different lock contexts for basic block
../mm/swapfile.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h, ../include/linux/highmem.h, ../include/linux/bvec.h, ../include/linux/blk_types.h, ...):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unuse_pte' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'unuse_pte_range' - unexpected unlock
../mm/swapfile.c:436:9: warning: context imbalance in '__swap_duplicate' - different lock contexts for basic block
../mm/swapfile.c:3886:23: warning: context imbalance in 'add_swap_count_continuation' - different lock contexts for basic block
../kernel/audit.c:2232:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/audit.c:2232:9:    expected struct spinlock [usertype] *lock
../kernel/audit.c:2232:9:    got struct spinlock [noderef] __rcu *
../kernel/audit.c:2235:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/audit.c:2235:40:    expected struct spinlock [usertype] *lock
../kernel/audit.c:2235:40:    got struct spinlock [noderef] __rcu *
../drivers/gpu/drm/bridge/tc358767.c:1722:24: warning: Using plain integer as NULL pointer
../arch/x86/kernel/kprobes/opt.c:529:13: warning: function 'arch_unoptimize_kprobes' with external linkage has definition
../drivers/hv/hv_trace.c: note: in included file (through ../drivers/hv/hyperv_vmbus.h):
../include/linux/hyperv.h:646:31: 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
../kernel/cgroup/cgroup.c:6704:41: warning: incorrect type in argument 1 (different address spaces)
../kernel/cgroup/cgroup.c:6704:41:    expected struct spinlock [usertype] *lock
../kernel/cgroup/cgroup.c:6704:41:    got struct spinlock [noderef] __rcu *
../kernel/cgroup/cgroup.c:6707:43: warning: incorrect type in argument 1 (different address spaces)
../kernel/cgroup/cgroup.c:6707:43:    expected struct spinlock [usertype] *lock
../kernel/cgroup/cgroup.c:6707:43:    got struct spinlock [noderef] __rcu *
../kernel/cgroup/cgroup.c:3116:9: warning: context imbalance in 'cgroup_lock_and_drain_offline' - wrong count at exit
../kernel/cgroup/cgroup.c:6475:12: warning: context imbalance in 'cgroup_css_set_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6587:9: warning: context imbalance in 'cgroup_css_set_put_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6607:5: warning: context imbalance in 'cgroup_can_fork' - wrong count at exit
../kernel/cgroup/cgroup.c:6656:9: warning: context imbalance in 'cgroup_cancel_fork' - unexpected unlock
../kernel/time/timer_migration.c:852:9: warning: context imbalance in 'tmigr_update_events' - different lock contexts for basic block
../kernel/kprobes.c:141: warning: Function parameter or struct member 'c' not described in '__get_insn_slot'
../mm/mempolicy.c:548:17: warning: context imbalance in 'queue_folios_pte_range' - unexpected unlock
../kernel/debug/debug_core.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h, ../include/linux/pid_namespace.h):
../include/linux/rcupdate.h:847:9: warning: context imbalance in 'kgdb_cpu_enter' - different lock contexts for basic block
../arch/x86/kernel/kvm.c:71:1: warning: symbol '__pcpu_scope_steal_time' was not declared. Should it be static?
../drivers/hv/hv_balloon.c:770:9: warning: context imbalance in 'hv_online_page' - wrong count at exit
../drivers/hv/hv_balloon.c:830:9: warning: context imbalance in 'pfn_covered' - wrong count at exit
../drivers/hv/hv_balloon.c:2043:9: warning: context imbalance in 'balloon_remove' - wrong count at exit
../kernel/seccomp.c:579:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:579:27:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:579:27:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:583:29: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:583:29:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:583:29:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:895:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:895:9:    expected struct qspinlock *lock
../kernel/seccomp.c:895:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:1396:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1396:31:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1396:31:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1408:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1408:33:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1408:33:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1894:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1894:9:    expected struct lockdep_map const *lock
../kernel/seccomp.c:1894:9:    got struct lockdep_map [noderef] __rcu *
../kernel/seccomp.c:1980:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1980:31:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1980:31:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:1998:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:1998:33:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:1998:33:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2140:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2140:28:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2140:28:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2143:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2143:38:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2143:38:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:2149:30: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:2149:30:    expected struct spinlock [usertype] *lock
../kernel/seccomp.c:2149:30:    got struct spinlock [noderef] __rcu *
../kernel/seccomp.c:495:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:495:9:    expected struct qspinlock *lock
../kernel/seccomp.c:495:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:602:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:602:9:    expected struct qspinlock *lock
../kernel/seccomp.c:602:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:439:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:439:9:    expected struct qspinlock *lock
../kernel/seccomp.c:439:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:439:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:439:9:    expected struct qspinlock *lock
../kernel/seccomp.c:439:9:    got struct qspinlock [noderef] __rcu *
../kernel/seccomp.c:453:9: warning: incorrect type in argument 1 (different address spaces)
../kernel/seccomp.c:453:9:    expected struct qspinlock *lock
../kernel/seccomp.c:453: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:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../include/linux/sched/signal.h:751:37: warning: incorrect type in argument 1 (different address spaces)
../include/linux/sched/signal.h:751:37:    expected struct spinlock [usertype] *lock
../include/linux/sched/signal.h:751:37:    got struct spinlock [noderef] __rcu *
../drivers/perf/arm-ni.c: note: in included file:
../include/linux/io-64-nonatomic-lo-hi.h:38:9: warning: cast truncates bits from constant value (8000000000000000 becomes 0)
../kernel/debug/kdb/kdb_main.c:2271:40: warning: dereference of noderef expression
../mm/ksm.c:643:25: warning: context imbalance in 'break_ksm' - unexpected unlock
../mm/ksm.c:754:17: warning: context imbalance in 'get_mergeable_page' - unexpected unlock
../mm/ksm.c: note: in included file:
../include/linux/rmap.h:703:28: warning: context imbalance in 'write_protect_page' - unexpected unlock
../mm/ksm.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'replace_page' - unexpected unlock
../mm/ksm.c:2551:33: warning: context imbalance in 'scan_get_next_rmap_item' - unexpected unlock
../drivers/nvdimm/core.c:187:30: warning: cast to restricted __le32
../drivers/nvdimm/core.c:221: warning: Function parameter or struct member 'len' not described in 'nd_uuid_store'
../mm/migrate.c:406:20: warning: context imbalance in 'migration_entry_wait' - unexpected unlock
../mm/migrate.c:897:9: warning: context imbalance in '__buffer_migrate_folio' - different lock contexts for basic block
../mm/migrate.c:2248:25: warning: context imbalance in 'add_folio_for_migration' - unexpected unlock
../mm/migrate.c:2421:25: warning: context imbalance in 'do_pages_stat_array' - unexpected unlock
../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/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:558:1: warning: cast to restricted __le16
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1: warning: restricted __le16 degrades to integer
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558: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:558:1: warning: incorrect type in assignment (different base types)
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    expected restricted __le16 [usertype] maxpack_reg
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558: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:558:1: warning: incorrect type in assignment (different base types)
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    expected restricted __le16 [usertype] maxpack_reg
../drivers/usb/gadget/udc/cdns2/./cdns2-trace.h:558:1:    got int
../drivers/nvdimm/region_devs.c:955:9: warning: context imbalance in 'nd_region_acquire_lane' - wrong count at exit
../drivers/nvdimm/region_devs.c:968:36: warning: context imbalance in 'nd_region_release_lane' - unexpected unlock
../kernel/events/callchain.c:67:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:67:9:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:67:9:    struct callchain_cpus_entries *
../kernel/events/callchain.c:97:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:97:9:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:97:9:    struct callchain_cpus_entries *
../kernel/events/callchain.c:162:19: error: incompatible types in comparison expression (different address spaces):
../kernel/events/callchain.c:162:19:    struct callchain_cpus_entries [noderef] __rcu *
../kernel/events/callchain.c:162:19:    struct callchain_cpus_entries *
../arch/x86/kernel/callthunks.c: In function ‘callthunks_debugfs_init’:
../arch/x86/kernel/callthunks.c:390:35: warning: ‘%lu’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                                   ^~~
../arch/x86/kernel/callthunks.c:390:31: note: directive argument in the range [0, 4294967294]
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                               ^~~~~~~~
../arch/x86/kernel/callthunks.c:390:17: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 10
  390 |                 sprintf(name, "cpu%lu", cpu);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kernel/events/ring_buffer.c:22:39: warning: incorrect type in argument 2 (different base types)
../kernel/events/ring_buffer.c:22:39:    expected int i
../kernel/events/ring_buffer.c:22:39:    got restricted __poll_t [usertype]
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../kernel/events/ring_buffer.c:174:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/ring_buffer.c:174:14:    struct perf_buffer *
../mm/khugepaged.c:849:25: warning: symbol 'khugepaged_collapse_control' was not declared. Should it be static?
../mm/khugepaged.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__collapse_huge_page_swapin' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'collapse_huge_page' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'hpage_collapse_scan_pmd' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'collapse_pte_mapped_thp' - unexpected unlock
../mm/khugepaged.c:1782:28: warning: context imbalance in 'retract_page_tables' - different lock contexts for basic block
../kernel/context_tracking.c:126:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:126:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:126:39:    got struct context_tracking *
../kernel/context_tracking.c:165:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:165:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:165:39:    got struct context_tracking *
../kernel/context_tracking.c:206:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:206:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:206:39:    got struct context_tracking *
../kernel/context_tracking.c:261:39: warning: incorrect type in initializer (different address spaces)
../kernel/context_tracking.c:261:39:    expected void const [noderef] __percpu *__vpp_verify
../kernel/context_tracking.c:261:39:    got struct context_tracking *
../arch/x86/kernel/shstk.c:370:55: warning: cast removes address space '__user' of expression
../kernel/bpf/core.c:243:49: error: arithmetics on pointers to functions
../kernel/bpf/core.c:2891: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:321:1: warning: Using plain integer as NULL pointer
../include/trace/events/xdp.h:348:1: warning: Using plain integer as NULL pointer
../include/trace/events/xdp.h:382: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:74:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rbtree.h:74:9:    struct rb_node [noderef] __rcu *
../include/linux/rbtree.h:74:9:    struct rb_node *
../include/linux/rbtree.h:74:9: error: incompatible types in comparison expression (different address spaces):
../include/linux/rbtree.h:74:9:    struct rb_node [noderef] __rcu *
../include/linux/rbtree.h:74:9:    struct rb_node *
../mm/memcontrol.c:3909:52: error: incompatible types in comparison expression (different address spaces):
../mm/memcontrol.c:3909:52:    struct task_struct [noderef] __rcu *
../mm/memcontrol.c:3909:52:    struct task_struct *
../mm/memcontrol.c: note: in included file:
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock' - wrong count at exit
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock_irq' - wrong count at exit
../include/linux/memcontrol.h:717:9: warning: context imbalance in 'folio_lruvec_lock_irqsave' - wrong count at exit
../drivers/android/binder.c:1982: warning: Function parameter or struct member 'file' not described in 'binder_task_work_cb'
../drivers/android/binder.c:1982: warning: Excess struct member 'fd' description in 'binder_task_work_cb'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'offset' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'skip_size' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'fixup_data' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2433: warning: Function parameter or struct member 'node' not described in 'binder_ptr_fixup'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'offset' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'sender_uaddr' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'length' not described in 'binder_sg_copy'
../drivers/android/binder.c:2453: warning: Function parameter or struct member 'node' not described in 'binder_sg_copy'
../drivers/android/binder.c:4014: warning: Function parameter or struct member 'thread' not described in 'binder_free_buf'
../mm/huge_memory.c:2102:20: warning: context imbalance in 'madvise_free_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2140:28: warning: context imbalance in 'zap_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2251:28: warning: context imbalance in 'move_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2391:20: warning: context imbalance in 'change_huge_pmd' - unexpected unlock
../mm/huge_memory.c: note: in included file (through ../include/linux/pgtable.h, ../include/linux/mm.h):
../arch/x86/include/asm/pgtable.h:898:9: warning: context imbalance in 'change_huge_pud' - unexpected unlock
../mm/huge_memory.c:2473:28: warning: context imbalance in 'move_pages_huge_pmd' - unexpected unlock
../mm/huge_memory.c:2588:12: warning: context imbalance in '__pmd_trans_huge_lock' - wrong count at exit
../mm/huge_memory.c:2605:12: warning: context imbalance in '__pud_trans_huge_lock' - wrong count at exit
../mm/huge_memory.c:2631:28: warning: context imbalance in 'zap_huge_pud' - unexpected unlock
../mm/huge_memory.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/mm.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__split_huge_zero_page_pmd' - unexpected unlock
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__split_huge_pmd_locked' - unexpected unlock
../mm/huge_memory.c:3315:38: warning: context imbalance in '__split_huge_page' - unexpected unlock
../mm/huge_memory.c:3620:17: warning: context imbalance in 'split_huge_page_to_list_to_order' - different lock contexts for basic block
../mm/huge_memory.c:4054:17: warning: context imbalance in 'split_huge_pages_pid' - unexpected unlock
../kernel/trace/ring_buffer.c:5686:9: warning: context imbalance in 'ring_buffer_peek' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:5772:9: warning: context imbalance in 'ring_buffer_consume' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:6188:17: warning: context imbalance in 'ring_buffer_empty' - different lock contexts for basic block
../kernel/trace/ring_buffer.c:6218:9: warning: context imbalance in 'ring_buffer_empty_cpu' - different lock contexts for basic block
../kernel/trace/ftrace.c:233:49: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:233:49:    expected struct ftrace_ops *ops
../kernel/trace/ftrace.c:233:49:    got struct ftrace_ops [noderef] __rcu *[addressable] [toplevel] ftrace_ops_list
../kernel/trace/ftrace.c:318:16: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:318:16:    expected struct ftrace_ops **p
../kernel/trace/ftrace.c:318:16:    got struct ftrace_ops [noderef] __rcu **list
../kernel/trace/ftrace.c:318:50: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:318:50:    expected struct ftrace_ops **p
../kernel/trace/ftrace.c:318:50:    got struct ftrace_ops [noderef] __rcu **
../kernel/trace/ftrace.c:325:12: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:325:12:    expected struct ftrace_ops *
../kernel/trace/ftrace.c:325:12:    got struct ftrace_ops [noderef] __rcu *next
../kernel/trace/ftrace.c:1096:43: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:1096:43:    expected struct ftrace_hash [noderef] __rcu *notrace_hash
../kernel/trace/ftrace.c:1096:43:    got struct ftrace_hash *
../kernel/trace/ftrace.c:1097:43: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:1097:43:    expected struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1097:43:    got struct ftrace_hash *
../kernel/trace/ftrace.c:1320:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1320:40:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:1320:40:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1321:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1321:40:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:1321:40:    got struct ftrace_hash [noderef] __rcu *notrace_hash
../kernel/trace/ftrace.c:2123:54: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2123:54:    expected struct ftrace_hash *old_hash
../kernel/trace/ftrace.c:2123:54:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:1525:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/ftrace.c:1525:9:    struct ftrace_hash [noderef] __rcu *
../kernel/trace/ftrace.c:1525:9:    struct ftrace_hash *
../kernel/trace/ftrace.c:1541:39: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1542:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1543:40: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1544:42: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:1717:18: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1718:43: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1779:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:1780:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:2101:50: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2112:50: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2595:53: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:2606:36: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3328:63: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3353:88: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3361:77: warning: incorrect type in argument 3 (different address spaces)
../kernel/trace/ftrace.c:3428:51: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3429:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3435:52: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3436:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3475:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3477:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3479:48: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3481:49: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3486:58: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3487:59: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3494:34: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3495:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3497:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3498:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3503:53: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3504:54: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3523:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3524:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3529:83: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3532:66: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3539:45: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3540:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3551:67: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:3552:55: warning: incorrect type in argument 3 (different address spaces)
../kernel/trace/ftrace.c:3611:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3612:48: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:3613:45: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3614:46: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3668:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3671:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3911:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:3928:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:4576:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:4579:22: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5007:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5009:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5384:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5528:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5534:34: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5809:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5811:27: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5884:50: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:5886:51: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:5935:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:5984:19: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6026: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:6082:52: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:6377:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6379:43: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6440:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6448:35: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:6516:47: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:6517:55: warning: incorrect type in initializer (different address spaces)
../kernel/trace/ftrace.c:7187:46: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7188:47: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7192:44: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/ftrace.c:7210:18: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:7210:66: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:7262:59: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7263:59: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7643:62: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7644:62: warning: incorrect type in argument 2 (different address spaces)
../kernel/trace/ftrace.c:7688:36: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/ftrace.c:7688:36:    struct ftrace_ops [noderef] __rcu *
../kernel/trace/ftrace.c:7688:36:    struct ftrace_ops *
../kernel/trace/ftrace.c:8465:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:8465:14:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:8465:14:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:8514:14: warning: incorrect type in assignment (different address spaces)
../kernel/trace/ftrace.c:8514:14:    expected struct ftrace_hash *hash
../kernel/trace/ftrace.c:8514:14:    got struct ftrace_hash [noderef] __rcu *filter_hash
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:231:20: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3323:52: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3352:54: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: dereference of noderef expression
../kernel/trace/ftrace.c:3527:29: warning: too many warnings
../drivers/target/target_core_transport.c: In function ‘transport_dump_vpd_ident’:
../drivers/target/target_core_transport.c:1263:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=]
 1263 |                         "T10 VPD ASCII Device Identifier: %s\n",
      |                                                           ^~
../drivers/target/target_core_transport.c:1262:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254
 1262 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1263 |                         "T10 VPD ASCII Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1264 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/target/target_core_transport.c:1268:59: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 221 [-Wformat-truncation=]
 1268 |                         "T10 VPD UTF-8 Device Identifier: %s\n",
      |                                                           ^~
../drivers/target/target_core_transport.c:1267:17: note: ‘snprintf’ output between 35 and 288 bytes into a destination of size 254
 1267 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1268 |                         "T10 VPD UTF-8 Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1269 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/target/target_core_transport.c:1258:60: warning: ‘%s’ directive output may be truncated writing up to 253 bytes into a region of size 220 [-Wformat-truncation=]
 1258 |                         "T10 VPD Binary Device Identifier: %s\n",
      |                                                            ^~
../drivers/target/target_core_transport.c:1257:17: note: ‘snprintf’ output between 36 and 289 bytes into a destination of size 254
 1257 |                 snprintf(buf, sizeof(buf),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1258 |                         "T10 VPD Binary Device Identifier: %s\n",
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1259 |                         &vpd->device_identifier[0]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/accel/habanalabs/common/command_submission.c:3265:9: warning: context imbalance in 'unregister_timestamp_node' - different lock contexts for basic block
../drivers/accel/habanalabs/common/command_submission.c:3295:25: warning: context imbalance in 'ts_get_and_handle_kernel_record' - unexpected unlock
../kernel/trace/trace.c:5808:1: warning: trying to concatenate 12619-character string (8191 bytes max)
../kernel/trace/trace.c:456:28: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:456:28:    expected struct trace_export **list
../kernel/trace/trace.c:456:28:    got struct trace_export [noderef] __rcu **
../kernel/trace/trace.c:470:33: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:470:33:    expected struct trace_export **list
../kernel/trace/trace.c:470:33:    got struct trace_export [noderef] __rcu **
../kernel/trace/trace.c:2788:38: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.c:2788:38:    expected struct event_filter *filter
../kernel/trace/trace.c:2788:38:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace.c:410:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace.c:410:9:    struct trace_export [noderef] __rcu *
../kernel/trace/trace.c:410:9:    struct trace_export *
../kernel/trace/trace.c:425:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace.c:425:9:    struct trace_export [noderef] __rcu *
../kernel/trace/trace.c:425:9:    struct trace_export *
../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
../kernel/trace/trace_events_filter.c:2672:19: warning: array of flexible structures
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1323:34: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events_filter.c:1323:34:    expected struct event_filter *filter
../kernel/trace/trace_events_filter.c:1323:34:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1340:27: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events_filter.c:1340:27:    expected struct event_filter *filter
../kernel/trace/trace_events_filter.c:1340:27:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../kernel/trace/trace_events_filter.c:1253:20: warning: incorrect type in return expression (different address spaces)
../kernel/trace/trace_events_filter.c:1253:20:    expected struct event_filter *
../kernel/trace/trace_events_filter.c:1253:20:    got struct event_filter [noderef] __rcu *filter
../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/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
../fs/gfs2/glock.c: note: in included file:
../fs/gfs2/glock.h:160:36: warning: context imbalance in '__gfs2_glock_put' - unexpected unlock
../fs/gfs2/glock.c:286:17: warning: context imbalance in '__gfs2_glock_put_or_lock' - unexpected unlock
../fs/gfs2/glock.c:320:9: warning: context imbalance in 'gfs2_glock_put_async' - unexpected unlock
../fs/gfs2/glock.c:1062:13: warning: context imbalance in 'glock_work_func' - different lock contexts for basic block
../fs/gfs2/glock.c:1260: warning: Function parameter or struct member 'ip' not described in '__gfs2_holder_init'
../kernel/events/core.c:1419:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:1419:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:1419:15:    struct perf_event_context *
../kernel/events/core.c:1432:28: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:1432:28:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:1432:28:    struct perf_event_context *
../kernel/events/core.c:3586:20: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3586:20:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3586:20:    struct perf_event_context *
../kernel/events/core.c:3590:18: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3590:18:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3590:18:    struct perf_event_context *
../kernel/events/core.c:3591:23: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3591:23:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3591:23:    struct perf_event_context *
../kernel/events/core.c:3645:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3645:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3645:25:    struct perf_event_context *
../kernel/events/core.c:3646:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:3646:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:3646:25:    struct perf_event_context *
../kernel/events/core.c:4024:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4024:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4024:15:    struct perf_event_context *
../kernel/events/core.c:4436:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4436:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4436:15:    struct perf_event_context *
../kernel/events/core.c:4930:25: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:4930:25:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:4930:25:    struct perf_event_context *
../kernel/events/core.c:6363:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6363:9:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6363:9:    struct perf_buffer *
../kernel/events/core.c:5850:24: warning: incorrect type in assignment (different base types)
../kernel/events/core.c:6079:22: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6079:22:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6079:22:    struct perf_buffer *
../kernel/events/core.c:6203:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6203:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6203:14:    struct perf_buffer *
../kernel/events/core.c:6236:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6236:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6236:14:    struct perf_buffer *
../kernel/events/core.c:6293:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6293:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6293:14:    struct perf_buffer *
../kernel/events/core.c:6384:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6384:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6384:14:    struct perf_buffer *
../kernel/events/core.c:6400:14: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:6400:14:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:6400:14:    struct perf_buffer *
../kernel/events/core.c:8229:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:8229:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:8229:15:    struct perf_event_context *
../kernel/events/core.c:8316:13: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:8316:13:    struct perf_buffer [noderef] __rcu *
../kernel/events/core.c:8316:13:    struct perf_buffer *
../kernel/events/core.c:8420:61: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c:8420:61:    expected struct task_struct *p
../kernel/events/core.c:8420:61:    got struct task_struct [noderef] __rcu *real_parent
../kernel/events/core.c:8422:61: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c:8422:61:    expected struct task_struct *p
../kernel/events/core.c:8422:61:    got struct task_struct [noderef] __rcu *real_parent
../kernel/events/core.c:9110:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:9110:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:9110:15:    struct perf_event_context *
../kernel/events/core.c:10245:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10245:9:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10245:9:    struct swevent_hlist *
../kernel/events/core.c:10284:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10284:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10284:17:    struct swevent_hlist *
../kernel/events/core.c:10558:23: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10558:23:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:10558:23:    struct perf_event_context *
../kernel/events/core.c:11580:1: warning: symbol 'dev_attr_nr_addr_filters' was not declared. Should it be static?
../kernel/events/core.c:13436:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13436:9:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13436:9:    struct perf_event_context *
../kernel/events/core.c:13530:15: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13530:15:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13530:15:    struct perf_event_context *
../kernel/events/core.c:13542:9: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13542:9:    struct perf_event_context [noderef] __rcu *
../kernel/events/core.c:13542:9:    struct perf_event_context *
../kernel/events/core.c:13981:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:13981:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:13981:17:    struct swevent_hlist *
../kernel/events/core.c:182:9: warning: context imbalance in 'perf_ctx_lock' - wrong count at exit
../kernel/events/core.c:198:9: warning: context imbalance in 'perf_ctx_unlock' - unexpected unlock
../kernel/events/core.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:878:9: warning: context imbalance in 'perf_lock_task_context' - different lock contexts for basic block
../kernel/events/core.c:1466:17: warning: context imbalance in 'perf_pin_task_context' - unexpected unlock
../kernel/events/core.c:2889:9: warning: context imbalance in '__perf_install_in_context' - wrong count at exit
../kernel/events/core.c:4904:17: warning: context imbalance in 'find_get_context' - unexpected unlock
../kernel/events/core.c: note: in included file:
../kernel/events/internal.h:211:1: warning: incorrect type in argument 2 (different address spaces)
../kernel/events/core.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/dcache.h, ../include/linux/fs.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'perf_get_pgtable_size' - unexpected unlock
../kernel/events/core.c:10098:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10098:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10098:17:    struct swevent_hlist *
../kernel/events/core.c:10118:17: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10118:17:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10118:17:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../kernel/events/core.c:10234:16: error: incompatible types in comparison expression (different address spaces):
../kernel/events/core.c:10234:16:    struct swevent_hlist [noderef] __rcu *
../kernel/events/core.c:10234:16:    struct swevent_hlist *
../kernel/trace/trace_events.c:1019:31: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace_events.c:1019:31:    expected struct event_filter *filter
../kernel/trace/trace_events.c:1019: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:1524:37: warning: incorrect type in argument 1 (different address spaces)
../kernel/trace/trace.h:1524:37:    expected struct event_filter *filter
../kernel/trace/trace.h:1524:37:    got struct event_filter [noderef] __rcu *filter
../kernel/bpf/stackmap.c:490:9: warning: context imbalance in '__bpf_get_stack' - different lock contexts for basic block
../drivers/gpu/drm/kmb/kmb_drv.c:104:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/kmb/kmb_drv.c:104:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/kmb/kmb_drv.c:104:31:    got void *
../drivers/gpu/drm/kmb/kmb_plane.c:20:11: warning: symbol 'layer_irqs' was not declared. Should it be static?
../kernel/trace/trace_events_user.c:2259:16: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2259:16:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2259:16:    struct user_event_refs *
../kernel/trace/trace_events_user.c:2366:16: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2366:16:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2366:16:    struct user_event_refs *
../kernel/trace/trace_events_user.c:2391:9: error: incompatible types in comparison expression (different address spaces):
../kernel/trace/trace_events_user.c:2391:9:    struct user_event_refs [noderef] __rcu *
../kernel/trace/trace_events_user.c:2391:9:    struct user_event_refs *
../drivers/gpu/drm/scheduler/sched_main.c:409: warning: Function parameter or struct member 'result' not described in 'drm_sched_job_done'
../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/radeon_kms.c:264:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:264:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:264:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:321:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:321:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:321:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:333:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:333:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:333:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:469:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:469:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:469:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:594:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:594:43:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_kms.c:594:43:    got unsigned int [usertype] *[assigned] value_ptr
../drivers/gpu/drm/radeon/radeon_kms.c:611:26: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/radeon/radeon_kms.c:611:26:    expected void [noderef] __user *to
../drivers/gpu/drm/radeon/radeon_kms.c:611:26:    got unsigned int [usertype] *[assigned] value_ptr
../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 *
../kernel/trace/bpf_trace.c:190:29: warning: symbol 'bpf_probe_read_user_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:227:29: warning: symbol 'bpf_probe_read_user_str_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:242:29: warning: symbol 'bpf_probe_read_kernel_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:277:29: warning: symbol 'bpf_probe_read_kernel_str_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:765:29: warning: symbol 'bpf_get_current_task_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:776:29: warning: symbol 'bpf_get_current_task_btf_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:791:29: warning: symbol 'bpf_task_pt_regs_proto' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:839:41: warning: incorrect type in assignment (different address spaces)
../kernel/trace/bpf_trace.c:839:41:    expected void [noderef] __user *[addressable] [assigned] [usertype] sival_ptr
../kernel/trace/bpf_trace.c:839:41:    got void *
../kernel/trace/bpf_trace.c:1290:28: warning: symbol 'bpf_lookup_user_key' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1339:28: warning: symbol 'bpf_lookup_system_key' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1363:18: warning: symbol 'bpf_key_put' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:1383:17: warning: symbol 'bpf_verify_pkcs7_signature' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3497:18: warning: symbol 'bpf_session_is_return' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3505:19: warning: symbol 'bpf_session_cookie' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:3546:17: warning: symbol 'bpf_send_signal_task' was not declared. Should it be static?
../kernel/trace/bpf_trace.c:2600:21: warning: dereference of noderef expression
../kernel/trace/bpf_trace.c:2604:66: warning: dereference of noderef expression
../kernel/trace/bpf_trace.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/slab.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in 'uprobe_prog_run' - unexpected unlock
../drivers/gpu/drm/xe/xe_dma_buf.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_dma_buf.c:290:20: warning: symbol 'xe_dma_buf_test_suite' was not declared. Should it be static?
../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:4040: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
../fs/bcachefs/trace.c: note: in included file:
../fs/bcachefs/bcachefs.h:999:9: warning: array of flexible structures
../kernel/bpf/btf.c: note: in included file (through ../include/linux/bpf.h, ../include/linux/bpf_verifier.h):
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../drivers/gpu/drm/xe/xe_bo.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_bo.c:608:20: warning: symbol 'xe_bo_test_suite' was not declared. Should it be static?
../drivers/gpu/drm/i915/i915_irq.c:451:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:459:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:501:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:509:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:557:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:560:15: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:564:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:451:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:459:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:501:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:509:16: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:557:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:560:15: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:564:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:464:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:514:9: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/i915_irq.c:571:9: warning: unreplaced symbol '<noident>'
../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]
../drivers/gpu/drm/sti/sti_mixer.c:145:58: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/sti/sti_mixer.c:145:58:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/sti/sti_mixer.c:145:58:    got void *
../drivers/gpu/drm/sti/sti_mixer.c:168:38: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/sti/sti_mixer.c:168:38:    expected void *addr
../drivers/gpu/drm/sti/sti_mixer.c:168:38:    got void [noderef] __iomem *
../drivers/gpu/drm/qxl/qxl_kms.c:166:19: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:166:19:    expected struct qxl_rom *rom
../drivers/gpu/drm/qxl/qxl_kms.c:166:19:    got void [noderef] __iomem *
../drivers/gpu/drm/qxl/qxl_kms.c:184:26: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:184:26:    expected struct qxl_ram_header *ram_header
../drivers/gpu/drm/qxl/qxl_kms.c:184:26:    got void [noderef] __iomem *
../drivers/gpu/drm/qxl/qxl_kms.c:271:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:271:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:271:21:    got struct qxl_ram_header *ram_header
../drivers/gpu/drm/qxl/qxl_kms.c:275:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:275:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:275:21:    got struct qxl_rom *rom
../drivers/gpu/drm/qxl/qxl_kms.c:319:21: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/qxl/qxl_kms.c:319:21:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/qxl/qxl_kms.c:319:21:    got struct qxl_ram_header *ram_header
../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_rom *rom
../drivers/gpu/drm/i915/i915_pci.c:145:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:147:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:176:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:178:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:182:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:184:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:188:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:191:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:208:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:211:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:215:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:219:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:223:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:225:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:230:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:233:10:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:398:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:398:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:403:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:403:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:408:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:408:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:426:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:426:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:431:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:431:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:436:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:436:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:444:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:444:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:486:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:486:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:491:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:491:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:502:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:502:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:507:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:507:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:547:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:547:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:552:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:552:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:557:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:557:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:568:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:568:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:573:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:573:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:578:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:578:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:589:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:589:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:594:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:594:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:611:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:611:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:618:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:618:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:625:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:625:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:640:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:640:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:647:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:647:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:662:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:662:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:675:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:675:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:683:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:683:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:741:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:741:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:745:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:745:9:   also defined here
../drivers/gpu/drm/i915/i915_pci.c:761:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/i915_pci.c:771:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../kernel/bpf/verifier.c:346:12: warning: symbol 'btf_vmlinux' was not declared. Should it be static?
../kernel/bpf/verifier.c:21470:38: error: subtraction of functions? Share your drugs
../kernel/bpf/verifier.c: note: in included file (through ../include/linux/bpf.h, ../include/linux/bpf-cgroup.h):
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../include/linux/bpfptr.h:65:40: warning: cast to non-scalar
../include/linux/bpfptr.h:65:40: warning: cast from non-scalar
../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:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in initializer (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long mask
../include/trace/events/f2fs.h:1410:1:    got restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: incorrect type in argument 3 (different base types)
../include/trace/events/f2fs.h:1410:1:    expected unsigned long flags
../include/trace/events/f2fs.h:1410: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:1122:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1122:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: cast to restricted blk_opf_t
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1181:1: warning: restricted blk_opf_t degrades to integer
../include/trace/events/f2fs.h:1410:1: warning: cast to restricted vm_fault_t
../include/trace/events/f2fs.h:1410:1: warning: restricted vm_fault_t degrades to integer
../include/trace/events/f2fs.h:1410:1: warning: restricted vm_fault_t degrades to integer
../fs/f2fs/super.c:319:19: warning: symbol 'f2fs_cf_name_slab' was not declared. Should it be static?
../fs/f2fs/super.c:1481:35: warning: context imbalance in 'f2fs_drop_inode' - unexpected unlock
../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:2396:1: warning: incorrect type in assignment (different base types)
../include/trace/events/btrfs.h:2396:1:    expected unsigned char [usertype] opf
../include/trace/events/btrfs.h:2396:1:    got restricted blk_opf_t enum req_op
../fs/btrfs/super.c: note: in included file (through ../include/trace/perf.h, ../include/trace/define_trace.h, ../include/trace/events/btrfs.h):
../include/trace/events/btrfs.h:2396:1: warning: incorrect type in assignment (different base types)
../include/trace/events/btrfs.h:2396:1:    expected unsigned char [usertype] opf
../include/trace/events/btrfs.h:2396:1:    got restricted blk_opf_t enum req_op
../drivers/gpu/drm/msm/msm_drv.c:55:6: warning: symbol 'dumpstate' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/trace/trace_uprobe.c: note: in included file (through ../include/linux/workqueue.h, ../include/linux/bpf.h, ../include/linux/bpf-cgroup.h):
../include/linux/rcupdate.h:880:25: warning: context imbalance in '__uprobe_perf_func' - unexpected unlock
../drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:502:24: warning: symbol 'vop2_platform_driver' was not declared. Should it be static?
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39: warning: incorrect type in initializer (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39:    expected void *timing_base
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:990:39:    got void [noderef] __iomem *
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1003:33:    got void *
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/exynos/exynos_drm_fimd.c:1005:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:33:37: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:33:37:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:33:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:45:37: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:45:37:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:45:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:163:27: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:163:27:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:163:27:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:168:27: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:168:27:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:168:27:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:172:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:172:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:172:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:231:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:231:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:231:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:234:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:234:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:234:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:338:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:338:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:338:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:351:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:351:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:351:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:368:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:368:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:368:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:371:41: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:371:41:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:371:41:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:384:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:384:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:384:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:403:41: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:403:41:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:403:41:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:424:53: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:424:53:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:424:53:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:435:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:435:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:435:30:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:489:37: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:489:37:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:489:37:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:512:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:512:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:512:33:    got void *
../drivers/gpu/drm/pl111/pl111_display.c:523:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_display.c:523:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_display.c:523:33:    got void *
../drivers/gpu/drm/udl/udl_main.c:62:31: warning: cast to restricted __le16
../drivers/gpu/drm/udl/udl_main.c:70:44: warning: cast to restricted __le32
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9:    void
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1867:9:    int
../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/tve200/tve200_display.c:34:33: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:34:33:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:34:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:51:40: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:51:40:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:51:40:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:61:40: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:61:40:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:61:40:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:66:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:66:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:66:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:139:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:139:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:139:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:142:38: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:142:38:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:142:38:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:148:30: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:148:30:    expected void const volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:148:30:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:237:34: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:237:34:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:237:34:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:251:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:251:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:251:30:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:252:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:252:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:252:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:271:35: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:271:35:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:271:35:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:276:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:276:43:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:276:43:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:278:43: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:278:43:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:278:43:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:301:33: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:301:33:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:301:33:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:302:48: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:302:48:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:302:48:    got void *
../drivers/gpu/drm/tve200/tve200_display.c:312:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_display.c:312:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_display.c:312:30:    got void *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/tve200/tve200_drv.c:197:20: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/tve200/tve200_drv.c:197:20:    expected void *regs
../drivers/gpu/drm/tve200/tve200_drv.c:197:20:    got void [noderef] __iomem *
../drivers/gpu/drm/tve200/tve200_drv.c:211:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/tve200/tve200_drv.c:211:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/tve200/tve200_drv.c:211:30:    got void *
../drivers/gpu/drm/pl111/pl111_drv.c:278:20: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/pl111/pl111_drv.c:278:20:    expected void *regs
../drivers/gpu/drm/pl111/pl111_drv.c:278:20:    got void [noderef] __iomem *
../drivers/gpu/drm/pl111/pl111_drv.c:293:30: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/pl111/pl111_drv.c:293:30:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/pl111/pl111_drv.c:293:30:    got void *
../drivers/gpu/drm/nouveau/nouveau_drm.c:391:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:391:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:392:41: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:396:33: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_drm.c:396:33: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/sti/sti_hdmi.c:1489:24: warning: symbol 'sti_hdmi_driver' was not declared. Should it be static?
../drivers/gpu/drm/rockchip/cdn-dp-core.c:339:25: warning: cast to restricted __le32
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../fs/ocfs2/super.c:2343:34: warning: cast to restricted __le32
../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 *
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/meson/meson_vclk.c:373:3: warning: symbol 'params' was not declared. Should it be static?
../drivers/gpu/drm/gma500/gma_display.c:405:25: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/gma_display.c:405:25:    expected void *tmp_dst
../drivers/gpu/drm/gma500/gma_display.c:405:25:    got unsigned char [noderef] [usertype] __iomem *
../drivers/gpu/drm/ast/ast_mode.c:784:19: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/ast/ast_mode.c:784:16: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/ast/ast_mode.c:784:16:    expected unsigned char [noderef] [usertype] __iomem *dstxor
../drivers/gpu/drm/ast/ast_mode.c:784:16:    got unsigned char [usertype] *
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/vmwgfx/vmwgfx_vkms.c:116:36: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/sti/sti_hda.c:807:24: warning: symbol 'sti_hda_driver' was not declared. Should it be static?
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:301:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:302:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:351:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:713:23:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:724:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:746:25:    struct dma_fence *
../drivers/gpu/drm/msm/msm_io_utils.c:61:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:61:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:61:31:    got void *
../drivers/gpu/drm/msm/msm_io_utils.c:81:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:81:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:81:31:    got void *
../drivers/gpu/drm/msm/msm_io_utils.c:90:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/msm_io_utils.c:90:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/msm_io_utils.c:90:31:    got void *
../drivers/gpu/drm/gma500/intel_bios.c:548:42: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/intel_bios.c:548:42:    expected void const *const p
../drivers/gpu/drm/gma500/intel_bios.c:548:42:    got unsigned char [noderef] [usertype] __iomem *
../drivers/gpu/drm/gma500/intel_bios.c:549:40: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/gma500/intel_bios.c:559:24: warning: cast removes address space '__iomem' of expression
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/intel_wakeref.c:145:19: warning: context imbalance in 'wakeref_auto_timeout' - unexpected unlock
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/gma500/mmu.c:307:26: warning: context imbalance in 'psb_mmu_pt_alloc_map_lock' - wrong count at exit
../drivers/gpu/drm/gma500/mmu.c:347:26: warning: context imbalance in 'psb_mmu_pt_map_lock' - wrong count at exit
../drivers/gpu/drm/gma500/mmu.c:380:28: warning: context imbalance in 'psb_mmu_pt_unmap_unlock' - unexpected unlock
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35:    expected void volatile [noderef] __iomem *
../drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35:    got void *kptr
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51:    expected void const volatile [noderef] __iomem *
../drivers/gpu/drm/loongson/lsdc_benchmark.c:42:51:    got void *kptr
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_gem.c:884:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_gem.c:885: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:918:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_gem.c:920:33: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/i915/intel_uncore.c:1920:1: warning: context imbalance in 'fwtable_read8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1921:1: warning: context imbalance in 'fwtable_read16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1922:1: warning: context imbalance in 'fwtable_read32' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1923:1: warning: context imbalance in 'fwtable_read64' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1988:1: warning: context imbalance in 'gen6_write8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1989:1: warning: context imbalance in 'gen6_write16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:1990:1: warning: context imbalance in 'gen6_write32' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2010:1: warning: context imbalance in 'fwtable_write8' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2011:1: warning: context imbalance in 'fwtable_write16' - unexpected unlock
../drivers/gpu/drm/i915/intel_uncore.c:2012:1: warning: context imbalance in 'fwtable_write32' - unexpected unlock
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/gma500/oaktrail_crtc.c:663:30: warning: symbol 'mrst_clock_funcs' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13:    expected restricted vm_fault_t [usertype] ret
../drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13:    got int
../drivers/gpu/drm/nouveau/nouveau_dmem.c:457:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:457:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:461:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:461:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:474:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:474:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:478:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:478:25: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:488:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:502:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:502:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:529:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:529:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:533:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:533:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:542:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:551:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:556:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:556:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:558:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_dmem.c:558:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/msm/msm_rd.c:44:6: warning: symbol 'rd_full' was not declared. Should it be static?
../drivers/gpu/drm/radeon/radeon_ring.c:309:23: warning: cast to restricted __le32
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_backlight.c: In function ‘nouveau_backlight_init’:
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:69: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                                                                     ^~
In function ‘nouveau_get_backlight_name’,
    inlined from ‘nouveau_backlight_init’ at ../drivers/gpu/drm/nouveau/nouveau_backlight.c:351:7:
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:56: note: directive argument in the range [1, 2147483647]
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                                                        ^~~~~~~~~~~~~~~~
../drivers/gpu/drm/nouveau/nouveau_backlight.c:56:17: note: ‘snprintf’ output between 14 and 23 bytes into a destination of size 15
   56 |                 snprintf(backlight_name, BL_NAME_SIZE, "nv_backlight%d", nb);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/gma500/psb_intel_display.c:435:30: warning: symbol 'psb_clock_funcs' 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/gpu/drm/radeon/radeon_cs.c:297:45: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:297:45:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_cs.c:297:45:    got unsigned long long [usertype] *[assigned] chunk_array_ptr
../drivers/gpu/drm/radeon/radeon_cs.c:312:27: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:312:27:    expected struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr
../drivers/gpu/drm/radeon/radeon_cs.c:312:27:    got void [noderef] __user *
../drivers/gpu/drm/radeon/radeon_cs.c:313:49: warning: incorrect type in argument 2 (different address spaces)
../drivers/gpu/drm/radeon/radeon_cs.c:313:49:    expected void const [noderef] __user *from
../drivers/gpu/drm/radeon/radeon_cs.c:313:49:    got struct drm_radeon_cs_chunk [noderef] __user **chunk_ptr
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a2xx_catalog.c:47:1: warning: symbol 'a2xx_gpulist' was not declared. Should it be static?
../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:23:5: warning: symbol 'enable_preemption' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/gma500/opregion.c:294:25: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:294:25:    expected void volatile [noderef] __iomem *addr
../drivers/gpu/drm/gma500/opregion.c:294:25:    got struct opregion_header *header
../drivers/gpu/drm/gma500/opregion.c:324:20: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:324:20:    expected void const *const p
../drivers/gpu/drm/gma500/opregion.c:324:20:    got void [noderef] __iomem *[assigned] base
../drivers/gpu/drm/gma500/opregion.c:330:26: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:330:26:    expected struct opregion_header *header
../drivers/gpu/drm/gma500/opregion.c:330:26:    got void [noderef] __iomem *[assigned] base
../drivers/gpu/drm/gma500/opregion.c:331:23: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:331:23:    expected void *vbt
../drivers/gpu/drm/gma500/opregion.c:331:23:    got void [noderef] __iomem *
../drivers/gpu/drm/gma500/opregion.c:338:32: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:338:32:    expected struct opregion_acpi *acpi
../drivers/gpu/drm/gma500/opregion.c:338:32:    got void [noderef] __iomem *
../drivers/gpu/drm/gma500/opregion.c:343:32: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/gma500/opregion.c:343:32:    expected struct opregion_asle *asle
../drivers/gpu/drm/gma500/opregion.c:343:32:    got void [noderef] __iomem *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a3xx_catalog.c:87:1: warning: symbol 'a3xx_gpulist' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a4xx_catalog.c:47:1: warning: symbol 'a4xx_gpulist' was not declared. Should it be static?
../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/xe/xe_guc_ct.c:821:9: warning: context imbalance in '__guc_ct_send_locked' - different lock contexts for basic block
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1137:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1137:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1222:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1222:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1223:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1223:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1224:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1224:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1225:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv04/crtc.c:1225:17: warning: cast removes address space '__iomem' of expression
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a5xx_catalog.c:152:1: warning: symbol 'a5xx_gpulist' 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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1062:1: warning: symbol 'a6xx_gpulist' was not declared. Should it be static?
../drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1440:1: warning: symbol 'a7xx_gpulist' was not declared. Should it be static?
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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_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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:1099:24: warning: cast to restricted __le32
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_hw_engine_group.c:320:5: warning: context imbalance in 'xe_hw_engine_group_get_mode' - wrong count at exit
../drivers/gpu/drm/xe/xe_hw_engine_group.c:355:6: warning: context imbalance in 'xe_hw_engine_group_put' - wrong count at exit
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1506:31:    got void *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31:    expected void [noderef] __iomem *
../drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1512:31:    got void *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1833:25:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1834:17:    struct dma_fence *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1893:17:    struct dma_fence *
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/amdgpu_object.h):
../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36:    expected void [noderef] __iomem *llc_mmio
../drivers/gpu/drm/msm/adreno/a6xx_gpu.c:1901:36:    got void *
../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:414: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]
../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/nouveau/dispnv50/corec57d.c:39:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:39:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:42:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:50:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/corec57d.c:50: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: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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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 *
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/xe/xe_mocs.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_mocs.c:197:20: warning: symbol 'xe_mocs_test_suite' was not declared. Should it be static?
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_pci.c:140:9: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_pci.c:141:10:   also defined here
../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/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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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_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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/gt/intel_gt_buffer_pool.c:76:38: warning: context imbalance in 'pool_free_older_than' - different lock contexts for basic block
../drivers/gpu/drm/xe/xe_migrate.c: note: in included file:
../drivers/gpu/drm/xe/tests/xe_migrate.c:776:20: warning: symbol 'xe_migrate_test_suite' was not declared. Should it be static?
../drivers/gpu/drm/xe/xe_oa.c:2455:25: warning: incorrect type in initializer (different address spaces)
../drivers/gpu/drm/xe/xe_oa.c:2455:25:    expected unsigned long long [usertype] *ptr
../drivers/gpu/drm/xe/xe_oa.c:2455:25:    got void [noderef] __user *
../drivers/gpu/drm/xe/xe_oa.c:2468:15: warning: incorrect type in argument 1 (different address spaces)
../drivers/gpu/drm/xe/xe_oa.c:2468:15:    expected void const volatile [noderef] __user *ptr
../drivers/gpu/drm/xe/xe_oa.c:2468:15:    got unsigned long long [usertype] *ptr
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/radeon/evergreen.c:4206:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4206:44:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4206:44:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4220:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4220:44:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4220:44:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4223:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4223:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4223:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4286:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4286:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4286:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4287:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4287:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4287:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4288:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4288:36:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4288:36:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4294:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4294:57:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4294:57:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4300:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4300:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4300:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4304:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4304:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4304:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4308:73: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4308:73:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4308:73:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4313:81: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4313:81:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4313:81:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4319:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/evergreen.c:4319:57:    expected unsigned int volatile [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4319:57:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/evergreen.c:4680:24: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/evergreen.c:4739:27: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/evergreen.c:4740:28: warning: cast to restricted __le32
../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:816:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:820:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:826:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:891:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:893:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:899:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:903:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:905:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:907:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rs780_dpm.c:909:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/rs780_dpm.c:913:46: warning: cast to restricted __le32
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_pt.c:933:73: warning: Using plain integer as NULL pointer
../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/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/radeon/r600_dpm.c:832:48: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:834:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:856:38: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:857:47: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:858:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:888:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:892:55: 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:50: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:896:51: 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:52: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:899:53: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:901:58: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:908:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:911:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:918:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:923:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:932:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:943:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:955:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:969:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:972:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:975:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:978:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:980:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:987:34: 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:1006:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1016:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1018:42: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1019:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1021:45: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1027:53: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1028:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1029:48: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1034:34: 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:1050:49: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1053:49: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1055:49: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1065:13: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1069:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1070:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1074:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1078:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1083:34: 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:1110: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:1123:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1132:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1136:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1140:34: 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:1163:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1168:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1173:34: 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:1190:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1195:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1199:34: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1208:33: warning: cast to restricted __le16
../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:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/r600_dpm.c:1226:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1231:34: 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:1248:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1253:22: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1256:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1267:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1269:41: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1274:42: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1278:69: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1280:33: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/r600_dpm.c:1281:69: 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/gpu/drm/radeon/r600_dpm.c:1289:33: warning: cast to restricted __le16
../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/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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:1899:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv6xx_dpm.c:1903:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv6xx_dpm.c:1920:42: warning: cast to restricted __le16
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:2295:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv770_dpm.c:2299:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/rv770_dpm.c:2317:42: 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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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:1676:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1677:41: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1678:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1680:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1694:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1696:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1698:33: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1701:25: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1703:25: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/sumo_dpm.c:1705:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1706:46: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1708:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/sumo_dpm.c:1709:43: warning: cast to restricted __le32
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:1764:24: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/trinity_dpm.c:1819:44: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1820:41: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1821:47: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1822:49: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1824:25: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/trinity_dpm.c:1843:52: warning: cast to restricted __le32
../drivers/gpu/drm/radeon/trinity_dpm.c:1844:52: warning: cast to restricted __le32
../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/radeon/trinity_dpm.c:1850:53: warning: cast to restricted __le16
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/gt/intel_execlists_submission.c:806:59: warning: context imbalance in 'assert_pending_valid' - different lock contexts for basic block
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:61:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:61:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:74:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:103:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:148:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:148:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:152:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:152:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:165:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:165:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:170:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192: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:195:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:195:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:199:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:199:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:203:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:203:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:218:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:218:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:231:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:248:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:248:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:261:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:277:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281:9: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281:9: warning: dubious: !x & y
../drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:281:9: warning: cast removes address space '__iomem' of expression
../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
../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/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/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:414: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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:4012:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/ni_dpm.c:4016:26: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/ni_dpm.c:4034:42: warning: cast to 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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:2509:24: warning: cast to restricted __le16
../drivers/gpu/drm/radeon/kv_dpm.c:2610:24: warning: cast to restricted __be32
../drivers/gpu/drm/radeon/kv_dpm.c:2632:24: warning: cast to restricted __be32
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_wa.c:396:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:396:11:   also defined here
../drivers/gpu/drm/xe/xe_wa.c:418:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:418:11:   also defined here
../drivers/gpu/drm/xe/xe_wa.c:453:11: warning: Initializer entry defined twice
../drivers/gpu/drm/xe/xe_wa.c:453:11:   also defined here
../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/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/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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37:    expected unsigned int [usertype] *bgn
../drivers/gpu/drm/nouveau/nouveau_chan.c:134:37:    got void [noderef] __iomem *ptr
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44:    expected void [noderef] __iomem *ptr
../drivers/gpu/drm/nouveau/nouveau_chan.c:182:44:    got void *virtual
../drivers/gpu/drm/nouveau/nouveau_chan.c:468:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_chan.c:482:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_chan.c:482:17: warning: cast removes address space '__iomem' of expression
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24: warning: incorrect type in assignment (different address spaces)
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24:    expected struct nouveau_channel [noderef] __rcu *channel
../drivers/gpu/drm/nouveau/nouveau_fence.c:431:24:    got struct nouveau_channel *chan
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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
../drivers/gpu/drm/radeon/si_dpm.c:4055:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4055:40:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4055:40:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4089:24: warning: cast to restricted __be16
../drivers/gpu/drm/radeon/si_dpm.c:4097:37: warning: cast to restricted __be16
../drivers/gpu/drm/radeon/si_dpm.c:4112: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:3980:35: warning: invalid assignment: |=
../drivers/gpu/drm/radeon/si_dpm.c:3980:35:    left side has type unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:3980:35:    right side has type restricted __be32
../drivers/gpu/drm/radeon/si_dpm.c:4001:88: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4001:88:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4001:88:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4015:89: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4015:89:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4015:89:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4023:88: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4023:88:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4023:88:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4032:109: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4032:109:    expected unsigned int
../drivers/gpu/drm/radeon/si_dpm.c:4032:109:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4078:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4078:32:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4078:32:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4139:24: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4139:24:    expected unsigned short [usertype] value
../drivers/gpu/drm/radeon/si_dpm.c:4139:24:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4247:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4247:39:    expected unsigned int [usertype] mc_arb_dram_timing
../drivers/gpu/drm/radeon/si_dpm.c:4247:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4248:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4248:39:    expected unsigned int [usertype] mc_arb_dram_timing2
../drivers/gpu/drm/radeon/si_dpm.c:4248:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4312:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4312:50:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4312:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4314:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4314:58:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4314:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4316:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4316:59:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4316:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4318:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4318:59:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4318:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4320:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4320:56:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4320:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4322:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4322:58:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4322:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4324:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4324:58:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4324:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4326:49: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4326:49:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4326:49:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4328:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4328:50:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4328:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4331:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4331:51:    expected unsigned int [usertype] mclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4331:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4334:59: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4334:59:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4334:59:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4336:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4336:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4336:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4338:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4338:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4338:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4340:61: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4340:61:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4340:61:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4342:65: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4342:65:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM
../drivers/gpu/drm/radeon/si_dpm.c:4342:65:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4344:68: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4344:68:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2
../drivers/gpu/drm/radeon/si_dpm.c:4344:68:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4347:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4347:51:    expected unsigned int [usertype] sclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4347:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4388:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4388:38:    expected unsigned int [usertype] aT
../drivers/gpu/drm/radeon/si_dpm.c:4388:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4390:39: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4390:39:    expected unsigned int [usertype] bSP
../drivers/gpu/drm/radeon/si_dpm.c:4390:39:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4416:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4416:51:    expected unsigned int [usertype] SQPowerThrottle
../drivers/gpu/drm/radeon/si_dpm.c:4416:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4419:53: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4419:53:    expected unsigned int [usertype] SQPowerThrottle_2
../drivers/gpu/drm/radeon/si_dpm.c:4419:53:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4514:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4514:47:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4514:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4516:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4516:55:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4516:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4518:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4518:56:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4518:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4520:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4520:56:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4520:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4522:53: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4522:53:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4522:53:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4524:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4524:55:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4524:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4526:55: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4526:55:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4526:55:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4528:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4528:46:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4528:46:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4530:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4530:47:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4530:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4533:56: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4533:56:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4533:56:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4535:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4535:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4535:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4537:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4537:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4537:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4539:58: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4539:58:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4539:58:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4557:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4557:48:    expected unsigned int [usertype] SQPowerThrottle
../drivers/gpu/drm/radeon/si_dpm.c:4557:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4560:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4560:50:    expected unsigned int [usertype] SQPowerThrottle_2
../drivers/gpu/drm/radeon/si_dpm.c:4560:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4798:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4798:34:    expected unsigned int [usertype] sclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4798:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4799:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4799:42:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4799:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4800:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4800:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4800:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4801:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4801:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_3
../drivers/gpu/drm/radeon/si_dpm.c:4801:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4802:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4802:44:    expected unsigned int [usertype] vCG_SPLL_FUNC_CNTL_4
../drivers/gpu/drm/radeon/si_dpm.c:4802:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4803:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4803:48:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM
../drivers/gpu/drm/radeon/si_dpm.c:4803:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4804:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4804:50:    expected unsigned int [usertype] vCG_SPLL_SPREAD_SPECTRUM_2
../drivers/gpu/drm/radeon/si_dpm.c:4804:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4885:26: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4885:26:    expected unsigned int [usertype] mclk_value
../drivers/gpu/drm/radeon/si_dpm.c:4885:26:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4886:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4886:31:    expected unsigned int [usertype] vMPLL_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4886:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4887:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4887:33:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_1
../drivers/gpu/drm/radeon/si_dpm.c:4887:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4888:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4888:33:    expected unsigned int [usertype] vMPLL_FUNC_CNTL_2
../drivers/gpu/drm/radeon/si_dpm.c:4888:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4889:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4889:34:    expected unsigned int [usertype] vMPLL_AD_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4889:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4890:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4890:34:    expected unsigned int [usertype] vMPLL_DQ_FUNC_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4890:34:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4891:33: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4891:33:    expected unsigned int [usertype] vMCLK_PWRMGT_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4891:33:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4892:25: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4892:25:    expected unsigned int [usertype] vDLL_CNTL
../drivers/gpu/drm/radeon/si_dpm.c:4892:25:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4893:24: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4893:24:    expected unsigned int [usertype] vMPLL_SS
../drivers/gpu/drm/radeon/si_dpm.c:4893:24:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4894:25: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/si_dpm.c:4894:25:    expected unsigned int [usertype] vMPLL_SS2
../drivers/gpu/drm/radeon/si_dpm.c:4894:25:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/si_dpm.c:4908:42: warning: too many warnings
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/radeon/radeon_vce.c:363:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:363:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:363:32:    got restricted __le32 [usertype]
../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:367:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:367:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:367: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:380:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:380:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:380: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:387:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:387:27:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:387:27:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:430:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:430:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:430:32:    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:434:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:434:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:434: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:440:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:440:32:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:440: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:444:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:444:27:    expected unsigned int [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:444:27:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:701:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:701:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:701:33:    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:706:41: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:706:41:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:706:41:    got restricted __le32 [usertype]
../drivers/gpu/drm/radeon/radeon_vce.c:721:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:721:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:721:33:    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:740:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:740:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:740: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:767:33: warning: incorrect type in argument 2 (different base types)
../drivers/gpu/drm/radeon/radeon_vce.c:767:33:    expected unsigned int [usertype] v
../drivers/gpu/drm/radeon/radeon_vce.c:767:33:    got restricted __le32 [usertype]
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:2495:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2495:36:    expected unsigned int [usertype] McArbDramTiming
../drivers/gpu/drm/radeon/ci_dpm.c:2495:36:    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] McArbDramTiming2
../drivers/gpu/drm/radeon/ci_dpm.c:2496:36:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43:    expected unsigned int [usertype] DownT
../drivers/gpu/drm/radeon/ci_dpm.c:2595:43:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41:    expected unsigned int [usertype] UpT
../drivers/gpu/drm/radeon/ci_dpm.c:2596:41:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54:    expected unsigned int [usertype] VclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2639:54:    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] DclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2640:54:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48:    expected unsigned short [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2641:48:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2672:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2673:51:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2705:50:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2706:51:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51:    expected unsigned int [usertype] Frequency
../drivers/gpu/drm/radeon/ci_dpm.c:2737:51:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52:    expected unsigned short [usertype] MinVoltage
../drivers/gpu/drm/radeon/ci_dpm.c:2738:52:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2925:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:2926:37:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:2927:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31:    expected unsigned int [usertype] MinMvdd
../drivers/gpu/drm/radeon/ci_dpm.c:2928:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37:    expected unsigned int [usertype] MclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2930:37:    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 short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:2931:37:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36:    expected unsigned int [usertype] MpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2932:36:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38:    expected unsigned int [usertype] MpllFuncCntl_1
../drivers/gpu/drm/radeon/ci_dpm.c:2933:38:    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_2
../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] MpllAdFuncCntl
../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] MpllDqFuncCntl
../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] MclkPwrmgtCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2937:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31:    expected unsigned int [usertype] DllCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2938:31:    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] MpllSs1
../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] MpllSs2
../drivers/gpu/drm/radeon/ci_dpm.c:2940:31:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2960:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:2962:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32:    expected unsigned int [usertype] Flags
../drivers/gpu/drm/radeon/ci_dpm.c:2993:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:2994:40:    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] SclkFrequency
../drivers/gpu/drm/radeon/ci_dpm.c:2995:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41:    expected unsigned int [usertype] CgSpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:2996:41:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42:    expected unsigned int [usertype] CgSpllFuncCntl2
../drivers/gpu/drm/radeon/ci_dpm.c:2997:42:    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] CgSpllFuncCntl3
../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] CgSpllFuncCntl4
../drivers/gpu/drm/radeon/ci_dpm.c:2999:42:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45:    expected unsigned int [usertype] SpllSpreadSpectrum
../drivers/gpu/drm/radeon/ci_dpm.c:3000:45:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46:    expected unsigned int [usertype] SpllSpreadSpectrum2
../drivers/gpu/drm/radeon/ci_dpm.c:3001:46:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3002:37:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38:    expected unsigned int [usertype] CcPwrDynRm1
../drivers/gpu/drm/radeon/ci_dpm.c:3003:38:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:3010:57:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57:    expected unsigned int [usertype] MinVddci
../drivers/gpu/drm/radeon/ci_dpm.c:3013:57:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48:    expected unsigned int [usertype] MinMvdd
../drivers/gpu/drm/radeon/ci_dpm.c:3020:48:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40:    expected unsigned int [usertype] DllCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3028:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47:    expected unsigned int [usertype] MclkPwrmgtCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3029:47:    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] MpllAdFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3030:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47:    expected unsigned int [usertype] MpllDqFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3032:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45:    expected unsigned int [usertype] MpllFuncCntl
../drivers/gpu/drm/radeon/ci_dpm.c:3034:45:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47:    expected unsigned int [usertype] MpllFuncCntl_1
../drivers/gpu/drm/radeon/ci_dpm.c:3036:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47:    expected unsigned int [usertype] MpllFuncCntl_2
../drivers/gpu/drm/radeon/ci_dpm.c:3038:47:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40:    expected unsigned int [usertype] MpllSs1
../drivers/gpu/drm/radeon/ci_dpm.c:3040:40:    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] MpllSs2
../drivers/gpu/drm/radeon/ci_dpm.c:3041:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46:    expected unsigned short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:3048:46:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3108:27:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28:    expected unsigned int [usertype] CcPwrDynRm1
../drivers/gpu/drm/radeon/ci_dpm.c:3109:28:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27:    expected unsigned short [usertype] VddcOffset
../drivers/gpu/drm/radeon/ci_dpm.c:3110:27:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30:    expected unsigned int [usertype] Flags
../drivers/gpu/drm/radeon/ci_dpm.c:3217:30:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32:    expected unsigned int [usertype] MinVddc
../drivers/gpu/drm/radeon/ci_dpm.c:3218:32:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38:    expected unsigned int [usertype] MinVddcPhases
../drivers/gpu/drm/radeon/ci_dpm.c:3219:38:    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] SclkFrequency
../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 short [usertype] ActivityLevel
../drivers/gpu/drm/radeon/ci_dpm.c:3221:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40:    expected unsigned int [usertype] CgSpllFuncCntl3
../drivers/gpu/drm/radeon/ci_dpm.c:3222:40:    got restricted __be32 [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] CgSpllFuncCntl4
../drivers/gpu/drm/radeon/ci_dpm.c:3223:40:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43:    expected unsigned int [usertype] SpllSpreadSpectrum
../drivers/gpu/drm/radeon/ci_dpm.c:3224:43:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44:    expected unsigned int [usertype] SpllSpreadSpectrum2
../drivers/gpu/drm/radeon/ci_dpm.c:3225:44:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35:    expected unsigned int [usertype] CcPwrDynRm
../drivers/gpu/drm/radeon/ci_dpm.c:3226:35:    got restricted __be32 [usertype]
../drivers/gpu/drm/radeon/ci_dpm.c:3227:36: warning: too many warnings
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/gt/intel_reset.c:1540:12: warning: context imbalance in '_intel_gt_reset_lock' - different lock contexts for basic block
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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/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:414: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/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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_cdclk.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/msm/dsi/dsi_host.c:1424:27: warning: cast to restricted __be32
../drivers/gpu/drm/msm/dsi/dsi_host.c:1425:17: warning: cast to restricted __be32
../drivers/gpu/drm/i915/display/intel_display_device.c:523:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:524:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:576:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:577:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:825:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:827:17:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1032:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1037:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1075:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1077:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1312:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1314:10:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1321:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1322:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/i915_active.c:1081:16: warning: context imbalance in '__i915_active_fence_set' - different lock contexts for basic block
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_hdcp.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_pps.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/xe/xe_debugfs.c:30:1: warning: symbol 'gt_reset_failure' was not declared. Should it be static?
../drivers/gpu/drm/i915/display/intel_fbdev.c:162:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_fbdev.c:163:10:   also defined here
../drivers/gpu/drm/i915/display/intel_cdclk.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/dce_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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_psr.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_hdcp.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_fbdev.c:162:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_fbdev.c:163:10:   also defined here
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_psr.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_display_device.c:523:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:524:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:576:25: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:577:25:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:825:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:827:17:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1032:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1037:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1075:17: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1077:18:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1312:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1314:10:   also defined here
../drivers/gpu/drm/i915/display/intel_display_device.c:1321:9: warning: Initializer entry defined twice
../drivers/gpu/drm/i915/display/intel_display_device.c:1322:10:   also defined here
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_pasid.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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_pps.c: note: in included file:
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../drivers/gpu/drm/i915/display/intel_display_types.h:1943:24: warning: unreplaced symbol '<noident>'
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17: error: incompatible types in comparison expression (different address spaces):
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17:    struct dma_fence [noderef] __rcu *
../drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:3068:17:    struct dma_fence *
../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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:886:17:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1141:9:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1173:9:    int
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9: error: incompatible types in conditional expression (different base types):
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9:    void
../drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1350:9:    int
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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/../pm/powerplay/inc/amd_powerplay.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../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:414: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:414: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/../display/amdgpu_dm/amdgpu_dm_psr.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34:    expected unsigned short [usertype] usPixelClock
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:205:34:    got restricted __le16 [usertype]
../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:414: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/../display/amdgpu_dm/amdgpu_dm_hdcp.h):
../drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgv_sriovmsg.h:414: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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2029:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1981:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1985:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1989:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1995:26: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2012:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1870:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1877:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1890:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1892:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1894:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1896:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1898:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1900:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1902:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1904:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:880:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1522:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:153:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:166:19: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:183:14: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:235:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:298:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:358:29: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:360:44: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:438:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:440:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:442:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:444:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:446:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:489:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:491:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:493:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:495:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:497:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:499:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:501:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:575:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:577:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:579:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:581:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:583:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:585:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:587:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:642:37: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:672:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:719:33: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:721:43: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:723:44: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:866:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1142:23: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1162:35: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1045:21: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1068:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1070:35: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1072:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1247:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1250:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1256:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1259:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1265:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1267:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1269:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1271:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1273:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1299:30: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1365:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1368:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1374:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1377:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1383:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1385:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1387:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1389:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1391:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1731:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1772:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1670:23: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1820:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1826:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1834:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2262:38: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2263:34: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2264:35: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2269:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2272:25: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2276:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2278:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2288:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2289:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2291:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2293:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2297:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2300:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2303:47: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2304:47: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2306:28: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2308:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2310:17: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2311:34: warning: too many warnings
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c:649:26: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_rq_dlg_calc_20.c:649:26: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:483:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:491:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:521:48: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:615:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:673:27: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:680:18: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:688:36: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1456:38: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1458:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1464:53: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1466:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1472:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1473:51: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1474:50: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1475:49: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1476:48: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1595:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1598:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2514:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2523:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2524:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2528:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2530:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2532:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2534:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2536:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2538:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2540:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2550:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2554:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2558:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2561:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2570:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2731:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2740:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2741:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2745:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2755:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2759:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2763:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2766:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2775:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2842:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2844:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2846:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2858:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2860:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2862:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2893:9: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2902:31: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2903:30: warning: cast to restricted __le32
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2907:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2919:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2923:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2927:25: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2930:17: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2939:33: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2948:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2950:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2952:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2964:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2966:9: warning: cast to restricted __le16
../drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:2968:9: warning: cast to restricted __le16
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_rq_dlg_calc_21.c:655:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_rq_dlg_calc_30.c:623:34: warning: dubious: !x & y
../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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:442:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_rq_dlg_calc_314.c:706:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/dcn314_fpu.c:36:30: warning: symbol 'dcn3_14_ip' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/dcn314_fpu.c:313:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_rq_dlg_calc_31.c:618:34: warning: dubious: !x & y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn351/dcn351_fpu.c:476:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/clk_mgr.c: note: in included file:
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.h:34:29: warning: no newline at end of file
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c: note: in included file:
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.h:34:29: warning: no newline at end of file
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c:511:22: warning: symbol 'dcn3_fpga_funcs' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c:1089:22: warning: symbol 'dcn35_fpga_funcs' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_sw.c:454:62: warning: dubious: x | !y
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_hw.c:543:62: warning: dubious: x | !y
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/link/accessories/link_dp_cts.c:898:47: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn32/dcn32_resource_helpers.c:386:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn316/dcn316_resource.c:1617:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn31/dcn31_resource.c:1648:33: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_factory.c:13:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_dpmm/dml2_dpmm_factory.c:23:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_factory.c:29:20: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_top/dml_top_mcache.c:109:87: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_top/dml_top_mcache.c:109:90: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1164:40: warning: symbol 'easf_v_bf3_mode_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1176:40: warning: symbol 'easf_h_bf3_mode_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1188:40: warning: symbol 'easf_reducer_gain6_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1200:40: warning: symbol 'easf_reducer_gain4_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1212:40: warning: symbol 'easf_gain_ring6_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1224:40: warning: symbol 'easf_gain_ring4_6tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1236:40: warning: symbol 'easf_reducer_gain6_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1248:40: warning: symbol 'easf_reducer_gain4_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1260:40: warning: symbol 'easf_gain_ring6_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1272:40: warning: symbol 'easf_gain_ring4_4tap_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1284:40: warning: symbol 'easf_3tap_dntilt_uptilt_offset_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1296:40: warning: symbol 'easf_3tap_uptilt_maxval_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1308:40: warning: symbol 'easf_3tap_dntilt_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1320:40: warning: symbol 'easf_3tap_uptilt1_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1332:40: warning: symbol 'easf_3tap_uptilt2_slope_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_scl_easf_filters.c:1344:40: warning: symbol 'easf_3tap_uptilt2_offset_lookup' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_isharp_filters.c:464:29: warning: symbol 'filter_isharp_1D_lut_pregen' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/spl/dc_spl_isharp_filters.c:503:43: warning: symbol 'sharpness_level_adj' was not declared. Should it be static?
../drivers/gpu/drm/amd/amdgpu/../display/dc/hdcp/hdcp_msg.c:133:31: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dce60/dce60_hw_sequencer.c:312:84: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_state.c:362:30: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_state.c:365:46: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:270:48:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:272:45:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:303:25: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:304:25: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:306:25: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:307:25: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38:    expected unsigned short [usertype] min_abm_backlight
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:315:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36:    expected unsigned short [usertype] blRampReduction
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:319:36:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32:    expected unsigned short [usertype] blRampStart
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:321:32:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:456:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:457:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:458:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:459:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:460:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:461:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:462:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:463:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:464:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:465:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:466:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:467:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:468:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:469:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:470:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:471:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:472:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:473:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:474:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:475:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:476:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:477:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:478:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:479:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38:    expected unsigned short [usertype] min_abm_backlight
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:491:38:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:602:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:603:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:604:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:605:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:606:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:607:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:608:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:609:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:610:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:611:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:612:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:613:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:614:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:615:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:616:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:617:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:618:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:619:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:620:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:621:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:622:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:623:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:624:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35:    expected unsigned short
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:625:35:    got restricted __be16 [usertype]
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:638:17: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:639:17: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:663:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:663:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:664:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:664:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:665:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:665:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:666:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:666:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:667:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:667:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:668:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:668:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:669:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:669:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:670:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:670:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:671:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:671:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:672:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:672:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:673:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:673:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:674:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:674:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:675:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:675:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:676:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:676:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:677:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:677:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:678:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:678:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:679:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:679:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:680:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:680:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:681:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:681:37: warning: restricted __le16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:682:37: warning: restricted __be16 degrades to integer
../drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:682:37: warning: too many warnings
../drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:873:64: warning: cast truncates bits from constant value (44 becomes 4)
../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:414: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:414: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:414: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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn401.c:505:9: error: static assertion failed: "DMUB command size mismatch"
../drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_dcn401.c:541:9: error: static assertion failed: "DMUB command size mismatch"
../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:414:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB"
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:11286:74: warning: Using plain integer as NULL pointer
../drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:11287:70: warning: Using plain integer as NULL pointer
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/rnull_mod.o
../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static?