In file included from ../kernel/bpf/btf.c:6:
In file included from ../include/uapi/linux/bpf_perf_event.h:11:
In file included from ./arch/x86/include/generated/uapi/asm/bpf_perf_event.h:1:
In file included from ../include/uapi/asm-generic/bpf_perf_event.h:4:
In file included from ../include/linux/ptrace.h:10:
In file included from ../include/linux/pid_namespace.h:7:
In file included from ../include/linux/mm.h:2223:
../include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  504 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  505 |                            item];
      |                            ~~~~
../include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  511 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  512 |                            NR_VM_NUMA_EVENT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~~
../include/linux/vmstat.h:518:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion]
  518 |         return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_"
      |                               ~~~~~~~~~~~ ^ ~~~
../include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  524 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  525 |                            NR_VM_NUMA_EVENT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~~
../kernel/bpf/btf.c:7666:46: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7666 |                         sub->args[i].arg_type = ARG_PTR_TO_DYNPTR | MEM_RDONLY;
      |                                                 ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
../kernel/bpf/btf.c:7681:46: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7681 |                         sub->args[i].arg_type = ARG_PTR_TO_BTF_ID | PTR_TRUSTED;
      |                                                 ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
../kernel/bpf/btf.c:7712:43: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7712 |                         sub->args[i].arg_type = ARG_PTR_TO_MEM | PTR_MAYBE_NULL;
      |                                                 ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
../kernel/bpf/btf.c:8248:30: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 8248 |         .arg1_type      = ARG_PTR_TO_MEM | MEM_RDONLY,
      |                           ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
8 warnings generated.
vmlinux.o: warning: objtool: __static_call_update_early+0x4c: call to serialize() leaves .noinstr.text section
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/staging/gpib/fmh_gpib/fmh_gpib.o
In file included from ../kernel/bpf/btf.c:6:
In file included from ../include/uapi/linux/bpf_perf_event.h:11:
In file included from ./arch/x86/include/generated/uapi/asm/bpf_perf_event.h:1:
In file included from ../include/uapi/asm-generic/bpf_perf_event.h:4:
In file included from ../include/linux/ptrace.h:10:
In file included from ../include/linux/pid_namespace.h:7:
In file included from ../include/linux/mm.h:2223:
../include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  504 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  505 |                            item];
      |                            ~~~~
../include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  511 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  512 |                            NR_VM_NUMA_EVENT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~~
../include/linux/vmstat.h:518:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion]
  518 |         return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_"
      |                               ~~~~~~~~~~~ ^ ~~~
../include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
  524 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~ ^
  525 |                            NR_VM_NUMA_EVENT_ITEMS +
      |                            ~~~~~~~~~~~~~~~~~~~~~~
../kernel/bpf/btf.c:7666:46: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7666 |                         sub->args[i].arg_type = ARG_PTR_TO_DYNPTR | MEM_RDONLY;
      |                                                 ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
../kernel/bpf/btf.c:7681:46: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7681 |                         sub->args[i].arg_type = ARG_PTR_TO_BTF_ID | PTR_TRUSTED;
      |                                                 ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
../kernel/bpf/btf.c:7712:43: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 7712 |                         sub->args[i].arg_type = ARG_PTR_TO_MEM | PTR_MAYBE_NULL;
      |                                                 ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
../kernel/bpf/btf.c:8237:30: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag') [-Wenum-enum-conversion]
 8237 |         .arg1_type      = ARG_PTR_TO_MEM | MEM_RDONLY,
      |                           ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
8 warnings generated.
vmlinux.o: warning: objtool: __static_call_update_early+0x4c: call to serialize() leaves .noinstr.text section
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/staging/gpib/fmh_gpib/fmh_gpib.o