# git rev-parse -q --verify 3613962ac5bc340ea9014940644aba35b385ce1e^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/linuxppc/linux.git fixes-test # git rev-parse -q --verify 3613962ac5bc340ea9014940644aba35b385ce1e^{commit} 3613962ac5bc340ea9014940644aba35b385ce1e # git checkout -q -f -B kisskb 3613962ac5bc340ea9014940644aba35b385ce1e # git clean -qxdf # < git log -1 # commit 3613962ac5bc340ea9014940644aba35b385ce1e # Author: Michael Ellerman # Date: Tue Dec 15 14:29:06 2020 +1100 # # powerpc/boot: Fix build of dts/fsl # # The lkp robot reported that some configs fail to build, for example # mpc85xx_smp_defconfig, with: # # cc1: fatal error: opening output file arch/powerpc/boot/dts/fsl/.mpc8540ads.dtb.dts.tmp: No such file or directory # # This bisects to: # cc8a51ca6f05 ("kbuild: always create directories of targets") # # Although that commit claims to be about in-tree builds, it somehow # breaks out-of-tree builds. But presumably it's just exposing a latent # bug in our Makefiles. # # We can fix it by adding to targets for dts/fsl in the same way that we # do for dts. # # Fixes: cc8a51ca6f05 ("kbuild: always create directories of targets") # Reported-by: kernel test robot # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20201215032906.473460-1-mpe@ellerman.id.au # < /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 3613962ac5bc340ea9014940644aba35b385ce1e # < make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+UP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64e_defconfig # Added to kconfig CONFIG_SMP=n # < make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+UP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+UP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+UP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- INFO: Uncompressed kernel (size 0xc62cac) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.10.0-g3613962ac5bc Created: Fri Dec 18 22:32:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4994321 Bytes = 4877.27 KiB = 4.76 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/powerpc-fixes_ppc64e_defconfig+UP_powerpc-gcc5 # Build took: 0:02:44.832403