# git rev-parse -q --verify b0b9f351fd616a01eea7c8d44e798db5a122a005^{commit} b0b9f351fd616a01eea7c8d44e798db5a122a005 already have revision, skipping fetch # git checkout -q -f -B kisskb b0b9f351fd616a01eea7c8d44e798db5a122a005 # git clean -qxdf # < git log -1 # commit b0b9f351fd616a01eea7c8d44e798db5a122a005 # Author: Masahiro Yamada # Date: Fri Jul 5 19:01:44 2019 +0900 # # powerpc/boot: pass CONFIG options in a simpler and more robust way # # Commit 5e9dcb6188a4 ("powerpc/boot: Expose Kconfig symbols to wrapper") # was wrong, but commit e41b93a6be57 ("powerpc/boot: Fix build failures # with -j 1") was also wrong. # # The correct dependency is: # # $(obj)/serial.o: $(obj)/autoconf.h # # However, I do not see the reason why we need to copy autoconf.h to # arch/power/boot/. Nor do I see consistency in the way of passing # CONFIG options. # # decompress.c references CONFIG_KERNEL_GZIP and CONFIG_KERNEL_XZ, which # are passed via the command line. # # serial.c includes autoconf.h to reference a couple of CONFIG options, # but this is fragile because we often forget to include "autoconf.h" # from source files. # # In fact, it is already broken. # # ppc_asm.h references CONFIG_PPC_8xx, but utils.S is not given any way # to access CONFIG options. So, CONFIG_PPC_8xx is never defined here. # # Pass $(LINUXINCLUDE) to make sure CONFIG options are accessible from # all .c and .S files in arch/powerpc/boot/. # # I also removed the -traditional flag to make include/linux/kconfig.h # work. This flag makes the preprocessor imitate the behavior of the # pre-standard C compiler, but I do not understand why it is necessary. # # Signed-off-by: Masahiro Yamada # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20190705100144.28785-2-yamada.masahiro@socionext.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 b0b9f351fd616a01eea7c8d44e798db5a122a005 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/powerpc-next_85xx_tqm8548_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 85xx/tqm8548_defconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/powerpc-next_85xx_tqm8548_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/mtd/nand/raw/fsl_upm.c: In function 'fun_wait_rnb': /kisskb/src/drivers/mtd/nand/raw/fsl_upm.c:69:20: warning: unused variable 'mtd' [-Wunused-variable] struct mtd_info *mtd = nand_to_mtd(&fun->chip); ^ INFO: Uncompressed kernel (size 0x4f026c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4dfad8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-5.2.0-rc2-gb0b9f351fd61 Created: Mon Jul 8 17:41:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2553841 Bytes = 2493.99 KiB = 2.44 MiB Load Address: 00500000 Entry Point: 005002a4 Image Name: Linux-5.2.0-rc2-gb0b9f351fd61 Created: Mon Jul 8 17:41:30 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2523609 Bytes = 2464.46 KiB = 2.41 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/powerpc-next_85xx_tqm8548_defconfig_powerpc-gcc5 # Build took: 0:00:46.116697