# git rev-parse -q --verify c420ddda506b80ec2686e405698d37fafeea3b7a^{commit} c420ddda506b80ec2686e405698d37fafeea3b7a already have revision, skipping fetch # git checkout -q -f -B kisskb c420ddda506b80ec2686e405698d37fafeea3b7a # git clean -qxdf # < git log -1 # commit c420ddda506b80ec2686e405698d37fafeea3b7a # Merge: 5613970af3f5 bbcc5672b006 # Author: Linus Torvalds # Date: Sat Jan 4 14:16:57 2020 -0800 # # Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux # # Pull MIPS fixes from Paul Burton: # "A collection of MIPS fixes: # # - Fill the struct cacheinfo shared_cpu_map field with sensible # values, notably avoiding issues with perf which was unhappy in the # absence of these values. # # - A boot fix for Loongson 2E & 2F machines which was fallout from # some refactoring performed this cycle. # # - A Kconfig dependency fix for the Loongson CPU HWMon driver. # # - A couple of VDSO fixes, ensuring gettimeofday() behaves # appropriately for kernel configurations that don't include support # for a clocksource the VDSO can use & fixing the calling convention # for the n32 & n64 VDSOs which would previously clobber the $gp/$28 # register. # # - A build fix for vmlinuz compressed images which were # inappropriately building with -fsanitize-coverage despite not being # part of the kernel proper, then failing to link due to the missing # __sanitizer_cov_trace_pc() function. # # - A couple of eBPF JIT fixes, including disabling it for MIPS32 due # to a large number of issues with the code generated there & # reflecting ISA dependencies in Kconfig to enforce that systems # which don't support the JIT must include the interpreter" # # * tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: # MIPS: Avoid VDSO ABI breakage due to global register variable # MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig # MIPS: BPF: Disable MIPS32 eBPF JIT # MIPS: Prevent link failure with kcov instrumentation # MIPS: Kconfig: Use correct form for 'depends on' # mips: Fix gettimeofday() in the vdso library # MIPS: Fix boot on Fuloong2 systems # mips: cacheinfo: report shared CPU map # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 c420ddda506b80ec2686e405698d37fafeea3b7a # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- kfr2r09_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-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/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_kfr2r09_defconfig_sh4 # Build took: 0:00:35.804536