- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Open
Description
After llvm/llvm-project#82448 gets merged LLVM 19 no longer works.
During build:
  CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND objtool
  CHK     include/generated/compile.h
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  AR      init/built-in.a
  LD      vmlinux.o
  MODPOST vmlinux.symvers
WARNING: modpost: vmlinux.o(.text+0xcc807): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
The function test_bit() references
the variable __initdata numa_nodes_parsed.
This is often because test_bit lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
WARNING: modpost: vmlinux.o(.text+0xcc862): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
The function __nodes_weight() references
the variable __initdata numa_nodes_parsed.
This is often because __nodes_weight lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
WARNING: modpost: vmlinux.o(.text+0xcc8bb): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
The function __first_node() references
the variable __initdata numa_nodes_parsed.
This is often because __first_node lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
WARNING: modpost: vmlinux.o(.text+0xcc943): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
The function __next_node() references
the variable __initdata numa_nodes_parsed.
This is often because __next_node lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
WARNING: modpost: vmlinux.o(.text+0xcc9b8): Section mismatch in reference from the function set_bit() to the variable .init.data:numa_nodes_parsed
The function set_bit() references
the variable __initdata numa_nodes_parsed.
This is often because set_bit lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
WARNING: modpost: vmlinux.o(.text+0xcc9f8): Section mismatch in reference from the function set_bit() to the variable .init.data:numa_nodes_parsed
The function set_bit() references
the variable __initdata numa_nodes_parsed.
This is often because set_bit lacks a __initdata
annotation or the annotation of numa_nodes_parsed is wrong.
  MODINFO modules.builtin.modinfo
  GEN     modules.builtin
  LD      .tmp_vmlinux.kallsyms1
ld.lld: error: kernel image bigger than KERNEL_IMAGE_SIZE
ld.lld: error: kernel image bigger than KERNEL_IMAGE_SIZE
ld.lld: error: kernel image bigger than KERNEL_IMAGE_SIZE
make: *** [Makefile:1233: vmlinux] Error 1
More information will be posted here.
Note: if we follow the current documentation we will checkout a snapshot earlier this week (2024-06-11) and should not be affected.
Metadata
Metadata
Assignees
Labels
No labels