# git rev-parse -q --verify 4b6f23161b4e888e72671e377c32eabe9a8e62fc^{commit} 4b6f23161b4e888e72671e377c32eabe9a8e62fc already have revision, skipping fetch # git checkout -q -f -B kisskb 4b6f23161b4e888e72671e377c32eabe9a8e62fc # git clean -qxdf # < git log -1 # commit 4b6f23161b4e888e72671e377c32eabe9a8e62fc # Merge: 4c0d228c3bd4 d7e23b887f67 # Author: Linus Torvalds # Date: Sun Aug 4 10:30:47 2019 -0700 # # Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc fixes from Michael Ellerman: # "Some more powerpc fixes for 5.3: # # - Wire up the new clone3 syscall. # # - A fix for the PAPR SCM nvdimm driver, to fix a crash when firmware # gives us a device that's attached to a non-online NUMA node. # # - A fix for a boot failure on 32-bit with KASAN enabled. # # - Three fixes for implicit fall through warnings, some of which are # errors for us due to -Werror. # # Thanks to: Aneesh Kumar K.V, Christophe Leroy, Kees Cook, Santosh # Sivaraj, Stephen Rothwell" # # * tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: # powerpc/kasan: fix early boot failure on PPC32 # drivers/macintosh/smu.c: Mark expected switch fall-through # powerpc/spe: Mark expected switch fall-throughs # powerpc/nvdimm: Pick nearby online node if the device node is not online # powerpc/kvm: Fall through switch case explicitly # powerpc: Wire up clone3 syscall # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 4b6f23161b4e888e72671e377c32eabe9a8e62fc # < make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allnoconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allnoconfig # make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allnoconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/nds32/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/nds32/kernel/signal.c:362:20: warning: this statement may fall through [-Wimplicit-fallthrough=] regs->uregs[15] = __NR_restart_syscall; /kisskb/src/arch/nds32/kernel/signal.c:363:3: note: here case -ERESTARTNOHAND: ^~~~ /kisskb/src/arch/nds32/kernel/signal.c: In function 'handle_signal': /kisskb/src/arch/nds32/kernel/signal.c:315:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!(ksig->ka.sa.sa_flags & SA_RESTART)) { ^ /kisskb/src/arch/nds32/kernel/signal.c:319:3: note: here case -ERESTARTNOINTR: ^~~~ Completed OK # rm -rf /kisskb/build/linus_nds32-allnoconfig_nds32le # Build took: 0:00:17.957019