# git rev-parse -q --verify 575966e080270b7574175da35f7f7dd5ecd89ff4^{commit} 575966e080270b7574175da35f7f7dd5ecd89ff4 already have revision, skipping fetch # git checkout -q -f -B kisskb 575966e080270b7574175da35f7f7dd5ecd89ff4 # git clean -qxdf # < git log -1 # commit 575966e080270b7574175da35f7f7dd5ecd89ff4 # Merge: ef64753c1922 70db729fe1b3 # Author: Linus Torvalds # Date: Thu Jan 16 19:42:08 2020 -0800 # # Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Olof Johansson: # "I've been sitting on these longer than I meant, so the patch count is # a bit higher than ideal for this part of the release. There's also # some reverts of double-applied patches that brings the diffstat up a # bit. # # With that said, the biggest changes are: # # - Revert of duplicate i2c device addition on two Aspeed (BMC) # Devicetrees. # # - Move of two device nodes that got applied to the wrong part of the # tree on ASpeed G6. # # - Regulator fix for Beaglebone X15 (adding 12/5V supplies) # # - Use interrupts for keys on Amlogic SM1 to avoid missed polls # # In addition to that, there is a collection of smaller DT fixes: # # - Power supply assignment fixes for i.MX6 # # - Fix of interrupt line for magnetometer on i.MX8 Librem5 devkit # # - Build fixlets (selects) for davinci/omap2+ # # - More interrupt number fixes for Stratix10, Amlogic SM1, etc. # # - ... and more similar fixes across different platforms # # And some non-DT stuff: # # - optee fix to register multiple shared pages properly # # - Clock calculation fixes for MMP3 # # - Clock fixes for OMAP as well" # # * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (42 commits) # MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms # ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support # ARM: dts: imx6sll-evk: Remove incorrect power supply assignment # ARM: dts: imx6sl-evk: Remove incorrect power supply assignment # ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment # ARM: dts: imx6qdl-sabresd: Remove incorrect power supply assignment # ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL # ARM: omap2plus: select RESET_CONTROLLER # ARM: davinci: select CONFIG_RESET_CONTROLLER # ARM: dts: aspeed: rainier: Fix fan fault and presence # ARM: dts: aspeed: rainier: Remove duplicate i2c busses # ARM: dts: aspeed: tacoma: Remove duplicate flash nodes # ARM: dts: aspeed: tacoma: Remove duplicate i2c busses # ARM: dts: aspeed: tacoma: Fix fsi master node # ARM: dts: aspeed-g6: Fix FSI master location # ARM: dts: mmp3: Fix the TWSI ranges # clk: mmp2: Fix the order of timer mux parents # ARM: mmp: do not divide the clock rate # arm64: dts: rockchip: Fix IR on Beelink A1 # optee: Fix multi page dynamic shm pool alloc # ... # < /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 575966e080270b7574175da35f7f7dd5ecd89ff4 # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7722_defconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_se7722_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/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/mm/vmstat.c: In function 'sysctl_vm_numa_stat_handler': /kisskb/src/mm/vmstat.c:90:5: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1426:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /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/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 *' mm/page_alloc.o: In function `get_page_from_freelist': page_alloc.c:(.text+0x3148): undefined reference to `node_reclaim_distance' make[1]: *** [/kisskb/src/Makefile:1078: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_se7722_defconfig_sh4 # Build took: 0:00:33.373708