# git rev-parse -q --verify 7b306892cc57e27959b5232c1b8415cf09b7571c^{commit} 7b306892cc57e27959b5232c1b8415cf09b7571c already have revision, skipping fetch # git checkout -q -f -B kisskb 7b306892cc57e27959b5232c1b8415cf09b7571c # git clean -qxdf # < git log -1 # commit 7b306892cc57e27959b5232c1b8415cf09b7571c # Merge: 915ed9320cba cd3967bee004 # Author: Linus Torvalds # Date: Tue Jun 18 10:59:59 2019 -0700 # # 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 bad at collecting fixes this release cycle, so this is a # fairly large batch that's been trickling in for a while. # # It's the usual mix, more or less. # # Some of the bigger things fixed: # # - Voltage fix for MMC on TI DRA7 that sometimes would overvoltage # cards # # - Regression fixes for D_CAN on am355x # # - i.MX6SX cpuidle fix to deal with wakeup latency (dropped uart # chars) # # - DT fixes for some DRA7 variants that don't share the superset of # blocks on the chip # # plus the usual mix of stuff: minor build/warning fixes, Kconfig # dependencies, and some DT fixlets" # # * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (28 commits) # soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe # ARM: ixp4xx: include irqs.h where needed # ARM: ixp4xx: mark ixp4xx_irq_setup as __init # ARM: ixp4xx: don't select SERIAL_OF_PLATFORM # firmware: trusted_foundations: add ARMv7 dependency # MAINTAINERS: Change QCOM repo location # ARM: davinci: da8xx: specify dma_coherent_mask for lcdc # ARM: davinci: da850-evm: call regulator_has_full_constraints() # ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog # ARM: dts: am335x phytec boards: Fix cd-gpios active level # ARM: dts: dra72x: Disable usb4_tm target module # arm64: arch_k3: Fix kconfig dependency warning # ARM: dts: Drop bogus CLKSEL for timer12 on dra7 # MAINTAINERS: Update Stefan Wahren email address # ARM: dts: bcm: Add missing device_type = "memory" property # soc: bcm: brcmstb: biuctrl: Register writes require a barrier # soc: brcmstb: Fix error path for unsupported CPUs # ARM: dts: dra71x: Disable usb4_tm target module # ARM: dts: dra71x: Disable rtc target module # ARM: dts: dra76x: Disable usb4_tm target module # ... # < /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 7b306892cc57e27959b5232c1b8415cf09b7571c # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_shx3_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- shx3_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_shx3_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h /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/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:140:32: 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/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/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:331:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589: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:1850:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /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/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/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:295:1: warning: the frame size of 1200 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:338:1: warning: the frame size of 1108 bytes is larger than 1024 bytes [-Wframe-larger-than=] /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/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:690:1: warning: the frame size of 1148 bytes is larger than 1024 bytes [-Wframe-larger-than=] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_shx3_defconfig_sh4 # Build took: 0:00:26.286863