# git rev-parse -q --verify fa121bb3fed6313b1f0af23952301e06cf6d32ed^{commit} fa121bb3fed6313b1f0af23952301e06cf6d32ed already have revision, skipping fetch # git checkout -q -f -B kisskb fa121bb3fed6313b1f0af23952301e06cf6d32ed # git clean -qxdf # < git log -1 # commit fa121bb3fed6313b1f0af23952301e06cf6d32ed # Merge: 7d4901c08ae5 e5793cd1b5fe # Author: Linus Torvalds # Date: Wed Jul 17 09:42:03 2019 -0700 # # Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux # # Pull MIPS updates from Paul Burton: # "A light batch this time around but significant improvements for # certain systems: # # - Removal of readq & writeq for MIPS32 kernels where they would # simply BUG() anyway, allowing drivers or other code that #ifdefs on # their presence to work properly. # # - Improvements for Ingenic JZ4740 systems, including support for the # external memory controller & pinmuxing fixes for qi_lb60/NanoNote # systems. # # - Improvements for Lantiq systems, in particular around SMP & IPIs. # # - DT updates for ralink/MediaTek MT7628a systems to probe & configure # a bunch more devices. # # - Miscellaneous cleanups & build fixes" # # * tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (30 commits) # MIPS: fix some more fall through errors in arch/mips # MIPS: perf events: handle switch statement falling through warnings # mips/kprobes: Export kprobe_fault_handler() # MAINTAINERS: Add myself as Ingenic SoCs maintainer # MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node # MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node # MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node # MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes # MIPS: ralink: mt7628a.dtsi: Add pinmux DT node # MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier # MIPS: lantiq: Add SMP support for lantiq interrupt controller # MIPS: lantiq: Shorten register names, remove unused macros # MIPS: lantiq: Fix bitfield masking # MIPS: lantiq: Remove unused macros # MIPS: lantiq: Fix attributes of of_device_id structure # MIPS: lantiq: Change variables to the same type as the source # MIPS: lantiq: Move macro directly to iomem function # mips: Remove q-accessors from non-64bit platforms # FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h # MIPS: configs: Remove useless UEVENT_HELPER_PATH # ... # < /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 fa121bb3fed6313b1f0af23952301e06cf6d32ed # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7785lcr_32bit_defconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_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:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1465:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /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/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 *' /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:613:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Image Name: Linux-5.2.0-gfa121bb3fed6 Created: Thu Jul 18 04:24:53 2019 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4227998 Bytes = 4128.90 KiB = 4.03 MiB Load Address: 80001000 Entry Point: 80002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 # Build took: 0:01:12.813198