# git rev-parse -q --verify c6f6ebd77ce1bb8931f78412a841dd1371820181^{commit} c6f6ebd77ce1bb8931f78412a841dd1371820181 already have revision, skipping fetch # git checkout -q -f -B kisskb c6f6ebd77ce1bb8931f78412a841dd1371820181 # git clean -qxdf # < git log -1 # commit c6f6ebd77ce1bb8931f78412a841dd1371820181 # Merge: 56c642e2aa1c fcfacb9f8374 # Author: Linus Torvalds # Date: Fri Oct 11 10:19:24 2019 -0700 # # Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux # # Pull module fixes from Jessica Yu: # "Code cleanups and kbuild/namespace related fixups from Masahiro. # # Most importantly, it fixes a namespace-related modpost issue for # external module builds # # - Fix broken external module builds due to a modpost bug in # read_dump(), where the namespace was not being strdup'd and # sym->namespace would be set to bogus data. # # - Various namespace-related kbuild fixes and cleanups thanks to # Masahiro Yamada" # # * tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux: # doc: move namespaces.rst from kbuild/ to core-api/ # nsdeps: make generated patches independent of locale # nsdeps: fix hashbang of scripts/nsdeps # kbuild: fix build error of 'make nsdeps' in clean tree # module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflict # modpost: fix broken sym->namespace for external module builds # module: swap the order of symbol.namespace # scripts: add_namespace: Fix coccicheck failed # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 c6f6ebd77ce1bb8931f78412a841dd1371820181 # < make -s -j 80 ARCH=arm O=/kisskb/build/linus_mmp2_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- mmp2_defconfig # make -s -j 80 ARCH=arm O=/kisskb/build/linus_mmp2_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] WARNING: vmlinux.o(.text.unlikely+0x7ac): Section mismatch in reference from the function mmp2_add_uart() to the function .init.text:pxa_register_device() The function mmp2_add_uart() references the function __init pxa_register_device(). This is often because mmp2_add_uart lacks a __init annotation or the annotation of pxa_register_device is wrong. WARNING: vmlinux.o(.text.unlikely+0x7b8): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart1 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart1. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart1 is wrong. WARNING: vmlinux.o(.text.unlikely+0x7bc): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart3 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart3. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart3 is wrong. WARNING: vmlinux.o(.text.unlikely+0x7c0): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart4 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart4. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart4 is wrong. WARNING: vmlinux.o(.text.unlikely+0x7c4): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart2 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart2. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart2 is wrong. WARNING: vmlinux.o(.text.unlikely+0x804): Section mismatch in reference from the function mmp2_add_sdhost() to the function .init.text:pxa_register_device() The function mmp2_add_sdhost() references the function __init pxa_register_device(). This is often because mmp2_add_sdhost lacks a __init annotation or the annotation of pxa_register_device is wrong. WARNING: vmlinux.o(.text.unlikely+0x810): Section mismatch in reference from the function mmp2_add_sdhost() to the variable .init.data:mmp2_device_sdh0 The function mmp2_add_sdhost() references the variable __initdata mmp2_device_sdh0. This is often because mmp2_add_sdhost lacks a __initdata annotation or the annotation of mmp2_device_sdh0 is wrong. WARNING: vmlinux.o(.text.unlikely+0x814): Section mismatch in reference from the function mmp2_add_sdhost() to the variable .init.data:mmp2_device_sdh2 The function mmp2_add_sdhost() references the variable __initdata mmp2_device_sdh2. This is often because mmp2_add_sdhost lacks a __initdata annotation or the annotation of mmp2_device_sdh2 is wrong. WARNING: vmlinux.o(.text.unlikely+0x818): Section mismatch in reference from the function mmp2_add_sdhost() to the variable .init.data:mmp2_device_sdh3 The function mmp2_add_sdhost() references the variable __initdata mmp2_device_sdh3. This is often because mmp2_add_sdhost lacks a __initdata annotation or the annotation of mmp2_device_sdh3 is wrong. WARNING: vmlinux.o(.text.unlikely+0x81c): Section mismatch in reference from the function mmp2_add_sdhost() to the variable .init.data:mmp2_device_sdh1 The function mmp2_add_sdhost() references the variable __initdata mmp2_device_sdh1. This is often because mmp2_add_sdhost lacks a __initdata annotation or the annotation of mmp2_device_sdh1 is wrong. WARNING: vmlinux.o(.text.unlikely+0x864): Section mismatch in reference from the function mmp2_add_uart() to the function .init.text:pxa_register_device() The function mmp2_add_uart() references the function __init pxa_register_device(). This is often because mmp2_add_uart lacks a __init annotation or the annotation of pxa_register_device is wrong. WARNING: vmlinux.o(.text.unlikely+0x870): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart1 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart1. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart1 is wrong. WARNING: vmlinux.o(.text.unlikely+0x874): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart3 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart3. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart3 is wrong. WARNING: vmlinux.o(.text.unlikely+0x878): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart4 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart4. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart4 is wrong. WARNING: vmlinux.o(.text.unlikely+0x87c): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart2 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart2. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart2 is wrong. WARNING: vmlinux.o(.text.unlikely+0x8c4): Section mismatch in reference from the function mmp2_add_uart() to the function .init.text:pxa_register_device() The function mmp2_add_uart() references the function __init pxa_register_device(). This is often because mmp2_add_uart lacks a __init annotation or the annotation of pxa_register_device is wrong. WARNING: vmlinux.o(.text.unlikely+0x8d0): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart1 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart1. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart1 is wrong. WARNING: vmlinux.o(.text.unlikely+0x8d4): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart3 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart3. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart3 is wrong. WARNING: vmlinux.o(.text.unlikely+0x8d8): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart4 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart4. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart4 is wrong. WARNING: vmlinux.o(.text.unlikely+0x8dc): Section mismatch in reference from the function mmp2_add_uart() to the variable .init.data:mmp2_device_uart2 The function mmp2_add_uart() references the variable __initdata mmp2_device_uart2. This is often because mmp2_add_uart lacks a __initdata annotation or the annotation of mmp2_device_uart2 is wrong. WARNING: "return_address" [vmlinux] is a static EXPORT_SYMBOL_GPL Completed OK # rm -rf /kisskb/build/linus_mmp2_defconfig_arm # Build took: 0:00:54.704068