# git rev-parse -q --verify 3a9dd3ecb207b2cb8a4aabd12d20e43fa360b66d^{commit} 3a9dd3ecb207b2cb8a4aabd12d20e43fa360b66d already have revision, skipping fetch # git checkout -q -f -B kisskb 3a9dd3ecb207b2cb8a4aabd12d20e43fa360b66d # git clean -qxdf # < git log -1 # commit 3a9dd3ecb207b2cb8a4aabd12d20e43fa360b66d # Author: Masahiro Yamada # Date: Mon Mar 2 15:23:40 2020 +0900 # # kconfig: make 'imply' obey the direct dependency # # The 'imply' statement may create unmet direct dependency when the # implied symbol depends on m. # # [Test Code] # # config FOO # tristate "foo" # imply BAZ # # config BAZ # tristate "baz" # depends on BAR # # config BAR # def_tristate m # # config MODULES # def_bool y # option modules # # If you set FOO=y, BAZ is also promoted to y, which results in the # following .config file: # # CONFIG_FOO=y # CONFIG_BAZ=y # CONFIG_BAR=m # CONFIG_MODULES=y # # This does not meet the dependency 'BAZ depends on BAR'. # # Unlike 'select', what is worse, Kconfig never shows the # 'WARNING: unmet direct dependencies detected for ...' for this case. # # Because 'imply' is considered to be weaker than 'depends on', Kconfig # should take the direct dependency into account. # # For clarification, describe this case in kconfig-language.rst too. # # Signed-off-by: Masahiro Yamada # Acked-by: Nicolas Pitre # Tested-by: Geert Uytterhoeven # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 3a9dd3ecb207b2cb8a4aabd12d20e43fa360b66d # < make -s -j 24 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc44x_defconfig # < make -s -j 24 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/arch/powerpc/boot/dts/virtex440-ml510.dts:335.37-439.6: Warning (pci_bridge): /plb@0/plbv46-pci@85e00000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/virtex440-ml510.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72: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/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/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1836:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1749:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_process_vlan_info': /kisskb/src/net/bridge/br_netlink.c:571:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update.isra.82': /kisskb/src/fs/io_uring.c:5824:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/katmai.dts:322.26-361.5: Warning (pci_bridge): /plb/pciex@d00000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:363.26-402.5: Warning (pci_bridge): /plb/pciex@d20000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:404.26-443.5: Warning (pci_bridge): /plb/pciex@d40000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x587cc4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x598344) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2812410 Bytes = 2746.49 KiB = 2.68 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844060 Bytes = 2777.40 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006000c8 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844127 Bytes = 2777.47 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014e0 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844239 Bytes = 2777.58 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014d8 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2843908 Bytes = 2777.25 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006001bc Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844081 Bytes = 2777.42 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014e0 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844017 Bytes = 2777.36 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014cc Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844156 Bytes = 2777.50 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014c0 Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844058 Bytes = 2777.40 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014ec Image Name: Linux-5.6.0-rc4-g3a9dd3ecb207 Created: Fri Mar 13 13:54:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2844631 Bytes = 2777.96 KiB = 2.71 MiB Load Address: 00600000 Entry Point: 006014e0 Completed OK # rm -rf /kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc4.6 # Build took: 0:01:00.394158