# git rev-parse -q --verify c1a6d08348fc729e59776fe22878d4ce8fb97cde^{commit} c1a6d08348fc729e59776fe22878d4ce8fb97cde already have revision, skipping fetch # git checkout -q -f -B kisskb c1a6d08348fc729e59776fe22878d4ce8fb97cde # git clean -qxdf # < git log -1 # commit c1a6d08348fc729e59776fe22878d4ce8fb97cde # Author: Stephen Rothwell # Date: Thu Jul 15 13:45:29 2021 +1000 # # Add linux-next specific files for 20210715 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 c1a6d08348fc729e59776fe22878d4ce8fb97cde # < make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence In file included from /kisskb/src/arch/sh/math-emu/math.c:23: /kisskb/src/include/math-emu/single.h:50:21: warning: "__BIG_ENDIAN" is not defined, evaluates to 0 [-Wundef] 50 | #if __BYTE_ORDER == __BIG_ENDIAN | ^~~~~~~~~~~~ In file included from /kisskb/src/arch/sh/math-emu/math.c:24: /kisskb/src/include/math-emu/double.h:59:21: warning: "__BIG_ENDIAN" is not defined, evaluates to 0 [-Wundef] 59 | #if __BYTE_ORDER == __BIG_ENDIAN | ^~~~~~~~~~~~ /kisskb/src/arch/sh/math-emu/math.c:54: warning: "WRITE" redefined 54 | #define WRITE(d,a) ({if(put_user(d, (typeof (d) __user *)a)) return -EFAULT;}) | In file included from /kisskb/src/arch/sh/math-emu/math.c:10: /kisskb/src/include/linux/kernel.h:38: note: this is the location of the previous definition 38 | #define WRITE 1 | /kisskb/src/arch/sh/math-emu/math.c:55: warning: "READ" redefined 55 | #define READ(d,a) ({if(get_user(d, (typeof (d) __user *)a)) return -EFAULT;}) | In file included from /kisskb/src/arch/sh/math-emu/math.c:10: /kisskb/src/include/linux/kernel.h:37: note: this is the location of the previous definition 37 | #define READ 0 | /kisskb/src/arch/sh/math-emu/math.c:505:12: warning: 'ieee_fpe_handler' defined but not used [-Wunused-function] 505 | static int ieee_fpe_handler(struct pt_regs *regs) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:591, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:24: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:2: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:2: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:27: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/vmscan.c:33: /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/include/linux/rmap.h:294:34: warning: statement with no effect [-Wunused-value] 294 | #define try_to_unmap(page, refs) false | ^~~~~ /kisskb/src/mm/vmscan.c:1508:4: note: in expansion of macro 'try_to_unmap' 1508 | try_to_unmap(page, flags); | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/asic3.c: In function 'asic3_mfd_remove': /kisskb/src/drivers/mfd/asic3.c:937:16: warning: unused variable 'asic' [-Wunused-variable] 937 | struct asic3 *asic = platform_get_drvdata(pdev); | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:2657:19: warning: unused variable 'sport' [-Wunused-variable] 2657 | struct sci_port *sport = to_sci_port(port); | ^~~~~ /kisskb/src/drivers/mfd/htc-pasic3.c: In function 'pasic3_remove': /kisskb/src/drivers/mfd/htc-pasic3.c:186:22: warning: unused variable 'asic' [-Wunused-variable] 186 | struct pasic3_data *asic = platform_get_drvdata(pdev); | ^~~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] 160 | #warning Precise timer not defined for this architecture. | ^~~~~~~ {standard input}: Assembler messages: {standard input}:1918: Warning: end of file not at end of a line; newline inserted {standard input}:1919: Error: missing operand {standard input}:1919: Error: missing operand {standard input}:1919: Error: invalid operands for opcode {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1860: Error: displacement to undefined symbol .L282 overflows 12-bit field {standard input}:1869: Error: displacement to undefined symbol .L282 overflows 8-bit field {standard input}:1900: Error: displacement to undefined symbol .L329 overflows 8-bit field {standard input}:1916: Error: displacement to undefined symbol .L329 overflows 8-bit field {standard input}:1844: Error: pcrel too far {standard input}:1853: Error: pcrel too far {standard input}:1864: Error: pcrel too far {standard input}:1867: Error: pcrel too far {standard input}:1870: Error: pcrel too far {standard input}:1879: Error: pcrel too far {standard input}:1884: Error: pcrel too far {standard input}:1890: Error: pcrel too far {standard input}:1891: Error: pcrel too far {standard input}:1892: Error: pcrel too far {standard input}:1895: Error: pcrel too far {standard input}:1903: Error: pcrel too far {standard input}:1904: Error: pcrel too far {standard input}:1905: Error: pcrel too far {standard input}:1907: Error: pcrel too far {standard input}:1910: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:272: drivers/net/pcs/pcs-xpcs.o] Error 4 make[3]: *** [/kisskb/src/scripts/Makefile.build:536: drivers/net/pcs] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/net/ethernet/8390/ax88796.c: In function 'ax_remove': /kisskb/src/drivers/net/ethernet/8390/ax88796.c:808:20: warning: unused variable 'ei_local' [-Wunused-variable] 808 | struct ei_device *ei_local = netdev_priv(dev); | ^~~~~~~~ /kisskb/src/drivers/net/ethernet/freescale/fsl_pq_mdio.c: In function 'fsl_pq_mdio_remove': /kisskb/src/drivers/net/ethernet/freescale/fsl_pq_mdio.c:518:27: warning: unused variable 'priv' [-Wunused-variable] 518 | struct fsl_pq_mdio_priv *priv = bus->priv; | ^~~~ /kisskb/src/drivers/net/ethernet/smsc/smc91c92_cs.c: In function 'smc91c92_release': /kisskb/src/drivers/net/ethernet/smsc/smc91c92_cs.c:958:23: warning: unused variable 'smc' [-Wunused-variable] 958 | struct smc_private *smc = netdev_priv(dev); | ^~~ /kisskb/src/drivers/net/ethernet/smsc/smc911x.c: In function 'smc911x_drv_remove': /kisskb/src/drivers/net/ethernet/smsc/smc911x.c:2118:24: warning: unused variable 'lp' [-Wunused-variable] 2118 | struct smc911x_local *lp = netdev_priv(ndev); | ^~ /kisskb/src/drivers/thermal/broadcom/ns-thermal.c: In function 'ns_thermal_remove': /kisskb/src/drivers/thermal/broadcom/ns-thermal.c:78:21: warning: unused variable 'ns_thermal' [-Wunused-variable] 78 | struct ns_thermal *ns_thermal = platform_get_drvdata(pdev); | ^~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:536: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1990: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:227: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_sh-allmodconfig_sh4-gcc10 # Build took: 0:08:58.630894