# git rev-parse -q --verify b010bb39ab1aead45df6858ddcb147630ce5a759^{commit} b010bb39ab1aead45df6858ddcb147630ce5a759 already have revision, skipping fetch # git checkout -q -f -B kisskb b010bb39ab1aead45df6858ddcb147630ce5a759 # git clean -qxdf # < git log -1 # commit b010bb39ab1aead45df6858ddcb147630ce5a759 # Author: Stephen Rothwell # Date: Tue Jul 23 14:21:53 2019 +1000 # # Add linux-next specific files for 20190723 # # Signed-off-by: Stephen Rothwell # < /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 b010bb39ab1aead45df6858ddcb147630ce5a759 # < make -s -j 24 ARCH=nds32 O=/kisskb/build/linux-next_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allyesconfig # make -s -j 24 ARCH=nds32 O=/kisskb/build/linux-next_nds32-allyesconfig_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: ^~~~ In file included from /kisskb/src/arch/nds32/math-emu/fdivd.c:6: /kisskb/src/arch/nds32/math-emu/fdivd.c: In function 'fdivd': /kisskb/src/include/math-emu/soft-fp.h:124:8: warning: this statement may fall through [-Wimplicit-fallthrough=] _fex |= (ex) ~~~~~^~~~~~~ /kisskb/src/include/math-emu/op-common.h:495:5: note: in expansion of macro 'FP_SET_EXCEPTION' FP_SET_EXCEPTION(FP_EX_DIVZERO); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:113:27: note: in expansion of macro '_FP_DIV' #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fdivd.c:22:2: note: in expansion of macro 'FP_DIV_D' FP_DIV_D(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fdivd.c:6: /kisskb/src/include/math-emu/op-common.h:496:3: note: here case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \ ^~~~ /kisskb/src/include/math-emu/double.h:113:27: note: in expansion of macro '_FP_DIV' #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fdivd.c:22:2: note: in expansion of macro 'FP_DIV_D' FP_DIV_D(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fmuld.c:6: /kisskb/src/arch/nds32/math-emu/fmuld.c: In function 'fmuld': /kisskb/src/include/math-emu/op-common.h:417:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_s = X##_s; \ /kisskb/src/include/math-emu/double.h:112:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuld.c:18:2: note: in expansion of macro 'FP_MUL_D' FP_MUL_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:419:3: note: here case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \ ^~~~ /kisskb/src/include/math-emu/double.h:112:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuld.c:18:2: note: in expansion of macro 'FP_MUL_D' FP_MUL_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:430:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_s = Y##_s; \ /kisskb/src/include/math-emu/double.h:112:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuld.c:18:2: note: in expansion of macro 'FP_MUL_D' FP_MUL_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:432:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_INF): \ ^~~~ /kisskb/src/include/math-emu/double.h:112:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuld.c:18:2: note: in expansion of macro 'FP_MUL_D' FP_MUL_D(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fsubd.c:6: /kisskb/src/arch/nds32/math-emu/fsubd.c: In function 'fsubd': /kisskb/src/include/math-emu/op-common.h:310:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = X##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubd.c:22:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:311:3: note: here case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubd.c:22:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:320:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = Y##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubd.c:22:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:321:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubd.c:22:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/faddd.c:6: /kisskb/src/arch/nds32/math-emu/faddd.c: In function 'faddd': /kisskb/src/include/math-emu/op-common.h:310:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = X##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/faddd.c:18:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:311:3: note: here case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/faddd.c:18:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:320:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = Y##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/faddd.c:18:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:321:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/double.h:110:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/faddd.c:18:2: note: in expansion of macro 'FP_ADD_D' FP_ADD_D(R, A, B); ^~~~~~~~ In file included from /kisskb/src/arch/nds32/math-emu/fdivs.c:6: /kisskb/src/arch/nds32/math-emu/fdivs.c: In function 'fdivs': /kisskb/src/include/math-emu/soft-fp.h:124:8: warning: this statement may fall through [-Wimplicit-fallthrough=] _fex |= (ex) ~~~~~^~~~~~~ /kisskb/src/include/math-emu/op-common.h:495:5: note: in expansion of macro 'FP_SET_EXCEPTION' FP_SET_EXCEPTION(FP_EX_DIVZERO); \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:102:27: note: in expansion of macro '_FP_DIV' #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fdivs.c:21:2: note: in expansion of macro 'FP_DIV_S' FP_DIV_S(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fdivs.c:6: /kisskb/src/include/math-emu/op-common.h:496:3: note: here case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \ ^~~~ /kisskb/src/include/math-emu/single.h:102:27: note: in expansion of macro '_FP_DIV' #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fdivs.c:21:2: note: in expansion of macro 'FP_DIV_S' FP_DIV_S(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fmuls.c:6: /kisskb/src/arch/nds32/math-emu/fmuls.c: In function 'fmuls': /kisskb/src/include/math-emu/op-common.h:417:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_s = X##_s; \ /kisskb/src/include/math-emu/single.h:101:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuls.c:18:2: note: in expansion of macro 'FP_MUL_S' FP_MUL_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:419:3: note: here case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \ ^~~~ /kisskb/src/include/math-emu/single.h:101:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuls.c:18:2: note: in expansion of macro 'FP_MUL_S' FP_MUL_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:430:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_s = Y##_s; \ /kisskb/src/include/math-emu/single.h:101:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuls.c:18:2: note: in expansion of macro 'FP_MUL_S' FP_MUL_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:432:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_INF): \ ^~~~ /kisskb/src/include/math-emu/single.h:101:27: note: in expansion of macro '_FP_MUL' #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fmuls.c:18:2: note: in expansion of macro 'FP_MUL_S' FP_MUL_S(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fsubs.c:6: /kisskb/src/arch/nds32/math-emu/fsubs.c: In function 'fsubs': /kisskb/src/include/math-emu/op-common.h:310:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = X##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubs.c:22:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:311:3: note: here case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubs.c:22:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:320:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = Y##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubs.c:22:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:321:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fsubs.c:22:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ In file included from /kisskb/src/include/math-emu/soft-fp.h:187, from /kisskb/src/arch/nds32/math-emu/fadds.c:6: /kisskb/src/arch/nds32/math-emu/fadds.c: In function 'fadds': /kisskb/src/include/math-emu/op-common.h:310:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = X##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fadds.c:18:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:311:3: note: here case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_NORMAL): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fadds.c:18:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:320:11: warning: this statement may fall through [-Wimplicit-fallthrough=] R##_e = Y##_e; \ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fadds.c:18:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /kisskb/src/include/math-emu/op-common.h:321:3: note: here case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_NAN): \ ^~~~ /kisskb/src/include/math-emu/op-common.h:367:34: note: in expansion of macro '_FP_ADD_INTERNAL' #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') ^~~~~~~~~~~~~~~~ /kisskb/src/include/math-emu/single.h:99:27: note: in expansion of macro '_FP_ADD' #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) ^~~~~~~ /kisskb/src/arch/nds32/math-emu/fadds.c:18:2: note: in expansion of macro 'FP_ADD_S' FP_ADD_S(R, A, B); ^~~~~~~~ /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. ^~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/net/arcnet/com90xx.c:30: /kisskb/src/drivers/net/arcnet/com90xx.c: In function 'com90xx_setup': /kisskb/src/include/linux/printk.h:304:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:695:3: note: in expansion of macro 'pr_err' pr_err("Too many arguments\n"); ^~~~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:696:2: note: here case 3: /* Mem address */ ^~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:697:9: warning: this statement may fall through [-Wimplicit-fallthrough=] shmem = ints[3]; ~~~~~~^~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:698:2: note: here case 2: /* IRQ */ ^~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:699:7: warning: this statement may fall through [-Wimplicit-fallthrough=] irq = ints[2]; ~~~~^~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90xx.c:700:2: note: here case 1: /* IO address */ ^~~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/drivers/net/arcnet/com90io.c:31: /kisskb/src/drivers/net/arcnet/com90io.c: In function 'com90io_setup': /kisskb/src/include/linux/printk.h:304:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90io.c:365:3: note: in expansion of macro 'pr_err' pr_err("Too many arguments\n"); ^~~~~~ /kisskb/src/drivers/net/arcnet/com90io.c:366:2: note: here case 2: /* IRQ */ ^~~~ /kisskb/src/drivers/net/arcnet/com90io.c:367:7: warning: this statement may fall through [-Wimplicit-fallthrough=] irq = ints[2]; ~~~~^~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90io.c:368:2: note: here case 1: /* IO address */ ^~~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/drivers/net/arcnet/arc-rimi.c:30: /kisskb/src/drivers/net/arcnet/arc-rimi.c: In function 'arcrimi_setup': /kisskb/src/include/linux/printk.h:304:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:365:3: note: in expansion of macro 'pr_err' pr_err("Too many arguments\n"); ^~~~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:366:2: note: here case 3: /* Node ID */ ^~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:367:8: warning: this statement may fall through [-Wimplicit-fallthrough=] node = ints[3]; ~~~~~^~~~~~~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:368:2: note: here case 2: /* IRQ */ ^~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:369:7: warning: this statement may fall through [-Wimplicit-fallthrough=] irq = ints[2]; ~~~~^~~~~~~~~ /kisskb/src/drivers/net/arcnet/arc-rimi.c:370:2: note: here case 1: /* IO address */ ^~~~ /kisskb/src/drivers/net/hamradio/baycom_epp.c: In function 'transmit': /kisskb/src/drivers/net/hamradio/baycom_epp.c:491:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (i) { ^ /kisskb/src/drivers/net/hamradio/baycom_epp.c:504:3: note: here default: /* fall through */ ^~~~~~~ WARNING: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. Completed OK # rm -rf /kisskb/build/linux-next_nds32-allyesconfig_nds32le # Build took: 0:14:19.322376