# git rev-parse -q --verify 36f9ff9e03de89691274a6aec45aa079bd3ae405^{commit} 36f9ff9e03de89691274a6aec45aa079bd3ae405 already have revision, skipping fetch # git checkout -q -f -B kisskb 36f9ff9e03de89691274a6aec45aa079bd3ae405 # git clean -qxdf # < git log -1 # commit 36f9ff9e03de89691274a6aec45aa079bd3ae405 # Author: Gustavo A. R. Silva # Date: Thu Nov 19 07:11:44 2020 -0600 # # lib: Fix fall-through warnings for Clang # # In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple # warnings by explicitly adding multiple break statements instead of # letting the code fall through to the next case, and by replacing a # number of /* fall through */ comments with the new pseudo-keyword # macro fallthrough. # # Notice that Clang doesn't recognize /* Fall through */ comments as # implicit fall-through markings. # # Link: https://github.com/KSPP/linux/issues/115 # Signed-off-by: Gustavo A. R. Silva # < /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 36f9ff9e03de89691274a6aec45aa079bd3ae405 # < make -s -j 48 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allmodconfig # < make -s -j 48 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- help # make -s -j 48 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- olddefconfig # make -s -j 48 ARCH=nds32 O=/kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 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/setup.c: In function 'setup_memory': /kisskb/src/arch/nds32/kernel/setup.c:247:26: warning: unused variable 'region' [-Wunused-variable] struct memblock_region *region; ^~~~~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ WARNING: modpost: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. Completed OK # rm -rf /kisskb/build/gustavoars_nds32-allmodconfig_nds32le-gcc8 # Build took: 0:13:29.817174