# git rev-parse -q --verify 19ae1f2bd9c091059f80646604ccef8a1e614f57^{commit} 19ae1f2bd9c091059f80646604ccef8a1e614f57 already have revision, skipping fetch # git checkout -q -f -B kisskb 19ae1f2bd9c091059f80646604ccef8a1e614f57 # git clean -qxdf # < git log -1 # commit 19ae1f2bd9c091059f80646604ccef8a1e614f57 # Author: Stephen Rothwell # Date: Tue Jun 15 19:02:40 2021 +1000 # # Add linux-next specific files for 20210615 # # Signed-off-by: Stephen Rothwell # < /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 19ae1f2bd9c091059f80646604ccef8a1e614f57 # < make -s -j 24 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # 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 # < make -s -j 24 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 24 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 24 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBCallBack_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:40:8: note: in expansion of macro 'CM_NAME' static CM_NAME(CallBack); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBInitCallBackState_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:51:8: note: in expansion of macro 'CM_NAME' static CM_NAME(InitCallBackState); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBInitCallBackState3_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:62:8: note: in expansion of macro 'CM_NAME' static CM_NAME(InitCallBackState3); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBProbe_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:73:8: note: in expansion of macro 'CM_NAME' static CM_NAME(Probe); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBProbeUuid_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:84:8: note: in expansion of macro 'CM_NAME' static CM_NAME(ProbeUuid); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBTellMeAboutYourself_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:95:8: note: in expansion of macro 'CM_NAME' static CM_NAME(TellMeAboutYourself); ^ /kisskb/src/fs/afs/cmservice.c:34:21: warning: '_afs_SRXCBYFS_CallBack_name' defined but not used [-Wunused-variable] static const char *_afs_SRXCB##name##_name __tracepoint_string =\ ^ /kisskb/src/fs/afs/cmservice.c:106:8: note: in expansion of macro 'CM_NAME' static CM_NAME(YFS_CallBack); ^ /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:16:0, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_alloc_page_table': /kisskb/src/include/linux/minmax.h:20:28: warning: comparison of distinct pointer types lacks a cast (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^ /kisskb/src/include/linux/minmax.h:26:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^ /kisskb/src/include/linux/minmax.h:36:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^ /kisskb/src/include/linux/minmax.h:45:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^ /kisskb/src/fs/io_uring.c:7095:28: note: in expansion of macro 'min' unsigned int this_size = min(size, PAGE_SIZE); ^ /kisskb/src/drivers/scsi/ufs/ufshcd.c:9016:12: warning: 'ufshcd_wl_runtime_suspend' defined but not used [-Wunused-function] static int ufshcd_wl_runtime_suspend(struct device *dev) ^ /kisskb/src/drivers/scsi/ufs/ufshcd.c:9036:12: warning: 'ufshcd_wl_runtime_resume' defined but not used [-Wunused-function] static int ufshcd_wl_runtime_resume(struct device *dev) ^ /kisskb/src/drivers/scsi/ufs/ufshcd.c:9769:12: warning: 'ufshcd_rpmb_resume' defined but not used [-Wunused-function] static int ufshcd_rpmb_resume(struct device *dev) ^ /kisskb/src/drivers/crypto/gemini/sl3516-ce-core.c:345:12: warning: 'sl3516_ce_pm_resume' defined but not used [-Wunused-function] static int sl3516_ce_pm_resume(struct device *dev) ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version generation failed, symbol will not be versioned. arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1249: vmlinux] Error 1 make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sparc O=/kisskb/build/linux-next_sparc-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_sparc-allmodconfig_sparc64 # Build took: 0:12:25.119119