# git rev-parse -q --verify c7d64b560ce80d8c44f082eee8352f0778a73195^{commit} c7d64b560ce80d8c44f082eee8352f0778a73195 already have revision, skipping fetch # git checkout -q -f -B kisskb c7d64b560ce80d8c44f082eee8352f0778a73195 # git clean -qxdf # < git log -1 # commit c7d64b560ce80d8c44f082eee8352f0778a73195 # Author: Christophe Leroy # Date: Tue May 7 13:31:38 2019 +0000 # # powerpc/ftrace: Enable C Version of recordmcount # # Selects HAVE_C_RECORDMCOUNT to use the C version of the recordmcount # intead of the old Perl Version of recordmcount. # # This should improve build time. It also seems like the old Perl # Version misses some calls to _mcount that the C version finds. # # mpe: The perl version misses symbols with '.' in the name for example # "lmb_is_removable.isra.3.part.4", and also weak symbols. # # Signed-off-by: Christophe Leroy # Signed-off-by: Michael Ellerman # < /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 c7d64b560ce80d8c44f082eee8352f0778a73195 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_chrp32_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- chrp32_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_chrp32_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1658:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1633:6: note: 'oldval' was declared here int oldval, ret; ^ Completed OK # rm -rf /kisskb/build/powerpc-next_chrp32_defconfig_powerpc-gcc5 # Build took: 0:00:51.704311