# git rev-parse -q --verify 771b65e89c8a51d611b8049718693a4202e4f732^{commit} 771b65e89c8a51d611b8049718693a4202e4f732 already have revision, skipping fetch # git checkout -q -f -B kisskb 771b65e89c8a51d611b8049718693a4202e4f732 # git clean -qxdf # < git log -1 # commit 771b65e89c8a51d611b8049718693a4202e4f732 # Author: Stephen Rothwell # Date: Thu Oct 11 16:21:03 2018 +1100 # # Add linux-next specific files for 20181011 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < git log --format=%s --max-count=1 771b65e89c8a51d611b8049718693a4202e4f732 # < make -s -j 8 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 8 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 8 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] :1338:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1341:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1344:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1347:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1350:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1353:2: warning: #warning syscall fspick not implemented [-Wcpp] :1356:2: warning: #warning syscall fsinfo not implemented [-Wcpp] In file included from /kisskb/src/include/linux/wait.h:9:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/kernel/sched/psi.c:128: /kisskb/src/kernel/sched/psi.c: In function 'cgroup_move_task': /kisskb/src/include/linux/spinlock.h:273:32: warning: 'rq' may be used uninitialized in this function [-Wmaybe-uninitialized] #define raw_spin_unlock(lock) _raw_spin_unlock(lock) ^ /kisskb/src/kernel/sched/psi.c:639:13: note: 'rq' was declared here struct rq *rq; ^ In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:5:0, from /kisskb/src/arch/sparc/include/asm/atomic_64.h:12, from /kisskb/src/arch/sparc/include/asm/atomic.h:5, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/sparc/include/asm/bitops_64.h:52, from /kisskb/src/arch/sparc/include/asm/bitops.h:5, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:27: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/sparc/include/asm/cmpxchg_64.h:55:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2386:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c: In function 'cxgb4_thermal_get_trip_type': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:48:11: error: 'struct adapter' has no member named 'ch_thermal' if (!adap->ch_thermal.trip_temp) ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:51:14: error: 'struct adapter' has no member named 'ch_thermal' *type = adap->ch_thermal.trip_type; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c: In function 'cxgb4_thermal_get_trip_temp': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:60:11: error: 'struct adapter' has no member named 'ch_thermal' if (!adap->ch_thermal.trip_temp) ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:63:14: error: 'struct adapter' has no member named 'ch_thermal' *temp = adap->ch_thermal.trip_temp; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c: In function 'cxgb4_thermal_init': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:75:39: error: 'struct adapter' has no member named 'ch_thermal' struct ch_thermal *ch_thermal = &adap->ch_thermal; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:92:13: error: dereferencing pointer to incomplete type 'struct ch_thermal' ch_thermal->trip_temp = val * 1000; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c: In function 'cxgb4_thermal_remove': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:111:10: error: 'struct adapter' has no member named 'ch_thermal' if (adap->ch_thermal.tzdev) ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:112:38: error: 'struct adapter' has no member named 'ch_thermal' thermal_zone_device_unregister(adap->ch_thermal.tzdev); ^ make[6]: *** [/kisskb/src/scripts/Makefile.build:296: drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:520: drivers/net/ethernet/chelsio/cxgb4] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:520: drivers/net/ethernet/chelsio] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:520: drivers/net/ethernet] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:520: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1060: drivers] Error 2 make: *** [Makefile:152: sub-make] Error 2 Command 'make -s -j 8 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_sparc64-allmodconfig_sparc64 # Build took: 0:10:47.282560