# git rev-parse -q --verify 11030fe96b57ad843518b0e9430f3cd4b3610ce2^{commit} 11030fe96b57ad843518b0e9430f3cd4b3610ce2 already have revision, skipping fetch # git checkout -q -f -B kisskb 11030fe96b57ad843518b0e9430f3cd4b3610ce2 # git clean -qxdf # < git log -1 # commit 11030fe96b57ad843518b0e9430f3cd4b3610ce2 # Merge: 449dc8c97089 634b06def11c # Author: Linus Torvalds # Date: Sat Aug 8 09:32:18 2020 -0700 # # Merge tag 'for-linus-5.9-1' of git://github.com/cminyard/linux-ipmi # # Pull IPMI updates from Corey Minyard: # "Minor cleanups to the IPMI driver for 5.9 # # Nothing of any major consequence. Duplicate code, some missing \n's in # sysfs files, some documentation and comment changes" # # * tag 'for-linus-5.9-1' of git://github.com/cminyard/linux-ipmi: # ipmi/watchdog: add missing newlines when printing parameters by sysfs # ipmi: remve duplicate code in __ipmi_bmc_register() # ipmi: ssif: Remove finished TODO comment about SMBus alert # Doc: driver-api: ipmi: Add description of alerts_broken module param # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 11030fe96b57ad843518b0e9430f3cd4b3610ce2 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- rsk7201_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/process_32.c: In function 'dump_fpu': /kisskb/src/arch/sh/kernel/process_32.c:107:19: error: excess elements in struct initializer [-Werror] (struct membuf){fpu, sizeof(*fpu)}); ^ /kisskb/src/arch/sh/kernel/process_32.c:107:19: error: (near initialization for '(anonymous)') [-Werror] /kisskb/src/arch/sh/kernel/process_32.c:107:19: error: excess elements in struct initializer [-Werror] /kisskb/src/arch/sh/kernel/process_32.c:107:19: error: (near initialization for '(anonymous)') [-Werror] /kisskb/src/arch/sh/kernel/process_32.c:107:19: error: invalid use of undefined type 'struct membuf' /kisskb/src/arch/sh/kernel/process_32.c:106:14: error: too few arguments to function 'fpregs_get' fpvalid = !fpregs_get(tsk, NULL, ^ In file included from /kisskb/src/arch/sh/kernel/process_32.c:27:0: /kisskb/src/arch/sh/include/asm/fpu.h:40:12: note: declared here extern int fpregs_get(struct task_struct *target, ^ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:281: arch/sh/kernel/process_32.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/sh/kernel/ptrace_32.c:168:5: error: conflicting types for 'fpregs_get' int fpregs_get(struct task_struct *target, ^ In file included from /kisskb/src/arch/sh/kernel/ptrace_32.c:31:0: /kisskb/src/arch/sh/include/asm/fpu.h:40:12: note: previous declaration of 'fpregs_get' was here extern int fpregs_get(struct task_struct *target, ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:281: arch/sh/kernel/ptrace_32.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1781: arch/sh/kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 # Build took: 0:00:21.802779