# git rev-parse -q --verify 2860180770b4136b1d05f47ed85723aa93bd5bb5^{commit} 2860180770b4136b1d05f47ed85723aa93bd5bb5 already have revision, skipping fetch # git checkout -q -f -B kisskb 2860180770b4136b1d05f47ed85723aa93bd5bb5 # git clean -qxdf # < git log -1 # commit 2860180770b4136b1d05f47ed85723aa93bd5bb5 # Author: Michael Ellerman # Date: Sat Mar 2 22:30:28 2019 +1100 # # powerpc/kconfig: Select HAVE_FUTEX_CMPXCHG # # The futex code allows architectures to determine at runtime if they # support futex_atomic_cmpxchg_inatomic(). It does this by calling that # function early in boot and checking if it returns -ENOSYS. # # That is fine but unnecessary on powerpc, as we always have support for # futex_atomic_cmpxchg_inatomic() if the kernel is built with FUTEX # support. It also means the first page fault we take at boot is on a # deliberate NULL pointer in kernel space, which can be confusing if # you're debugging the page fault code. # # We can avoid the runtime check by selecting HAVE_FUTEX_CMPXCHG, so # let's do that. # # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 2860180770b4136b1d05f47ed85723aa93bd5bb5 # < make -s -j 48 ARCH=sparc64 O=/kisskb/build/powerpc-next_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- defconfig # make -s -j 48 ARCH=sparc64 O=/kisskb/build/powerpc-next_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1336:2: warning: #warning syscall rseq not implemented [-Wcpp] WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/powerpc-next_sparc64-defconfig_sparc64 # Build took: 0:01:03.600353