# git rev-parse -q --verify c7e0d9bb9154c6e6b2ac8746faba27b53393f25e^{commit} c7e0d9bb9154c6e6b2ac8746faba27b53393f25e already have revision, skipping fetch # git checkout -q -f -B kisskb c7e0d9bb9154c6e6b2ac8746faba27b53393f25e # git clean -qxdf # < git log -1 # commit c7e0d9bb9154c6e6b2ac8746faba27b53393f25e # Author: Christophe Leroy # Date: Fri Sep 22 14:33:13 2023 +0200 # # powerpc: Only define __parse_fpscr() when required # # Clang 17 reports: # # arch/powerpc/kernel/traps.c:1167:19: error: unused function '__parse_fpscr' [-Werror,-Wunused-function] # # __parse_fpscr() is called from two sites. First call is guarded # by #ifdef CONFIG_PPC_FPU_REGS # # Second call is guarded by CONFIG_MATH_EMULATION which selects # CONFIG_PPC_FPU_REGS. # # So only define __parse_fpscr() when CONFIG_PPC_FPU_REGS is defined. # # Reported-by: kernel test robot # Closes: https://lore.kernel.org/oe-kbuild-all/202309210327.WkqSd5Bq-lkp@intel.com/ # Fixes: b6254ced4da6 ("powerpc/signal: Don't manage floating point regs when no FPU") # Signed-off-by: Christophe Leroy # Signed-off-by: Michael Ellerman # Link: https://msgid.link/5de2998c57f3983563b27b39228ea9a7229d4110.1695385984.git.christophe.leroy@csgroup.eu # < /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 c7e0d9bb9154c6e6b2ac8746faba27b53393f25e # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- wii_defconfig # < make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_wii_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/powerpc-next_wii_defconfig_powerpc-gcc5 # Build took: 0:00:46.211364