Additional info with DEBUG_SECTION_MISMATCH: WARNING: vmlinux.o(.text.unlikely+0x3201): Section mismatch in reference from the function new_kmalloc_cache() to the variable .init.rodata:kmalloc_info The function new_kmalloc_cache() references the variable __initconst kmalloc_info. This is often because new_kmalloc_cache lacks a __initconst annotation or the annotation of kmalloc_info is wrong.
WARNING: vmlinux.o(.text.unlikely+0x3208): Section mismatch in reference from the function new_kmalloc_cache() to the variable .init.rodata:kmalloc_info The function new_kmalloc_cache() references the variable __initconst kmalloc_info. This is often because new_kmalloc_cache lacks a __initconst annotation or the annotation of kmalloc_info is wrong. WARNING: vmlinux.o(.text.unlikely+0x320d): Section mismatch in reference from the function new_kmalloc_cache() to the function .init.text:create_kmalloc_cache() The function new_kmalloc_cache() references the function __init create_kmalloc_cache(). This is often because new_kmalloc_cache lacks a __init annotation or the annotation of create_kmalloc_cache is wrong. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1605267 Title: Building kernel pachakges failed Status in linux package in Ubuntu: Confirmed Bug description: Hello! This command failed: make-kpkg --append-to-version=-test-12 --initrd kernel_image I tried to build a kernel packages with kernel 3.13.0-92.139 on Ubuntu 14.04.4 LTS: WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o KSYM .tmp_kallsyms1.o KSYM .tmp_kallsyms2.o LD vmlinux SORTEX vmlinux SYSMAP System.map VOFFSET arch/x86/boot/voffset.h CC arch/x86/boot/version.o OBJCOPY arch/x86/boot/compressed/vmlinux.bin GZIP arch/x86/boot/compressed/vmlinux.bin.gz MKPIGGY arch/x86/boot/compressed/piggy.S AS arch/x86/boot/compressed/piggy.o LD arch/x86/boot/compressed/vmlinux arch/x86/boot/compressed/head_64.o: In function `efi64_config': (.data+0x90): undefined reference to `efi_call6' make[3]: *** [arch/x86/boot/compressed/vmlinux] Error 1 make[2]: *** [arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** [bzImage] Error 2 make[1]: Leaving directory `/usr/src/linux-source-3.13.0/linux-source-3.13.0' make: *** [debian/stamp/build/kernel] Error 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1605267/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp