# git rev-parse -q --verify 203ec2fed17ade9582277570eb234be52085f8c5^{commit} 203ec2fed17ade9582277570eb234be52085f8c5 already have revision, skipping fetch # git checkout -q -f -B kisskb 203ec2fed17ade9582277570eb234be52085f8c5 # git clean -qxdf # < git log -1 # commit 203ec2fed17ade9582277570eb234be52085f8c5 # Merge: 0b449a4 709f490 # Author: Linus Torvalds # Date: Sat May 19 19:56:15 2018 -0700 # # Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc # # Pull ARM SoC fixes from Olof Johansson: # "A handful of fixes. I've been queuing them up a bit too long so the # list is longer than it otherwise would have been spread out across a # few -rcs. # # In general, it's a scattering of fixes across several platforms, # nothing truly serious enough to point out. # # There's a slightly larger batch of them for the Davinci platforms due # to work to bring them back to life after some time, so there's a # handful of regressions, some of them going back very far, others more # recent. # # There's also a few patches fixing DT on Renesas platforms since they # changed some bindings without remaining backwards compatible, # splitting up describing LVDS as a proper bridge instead of having it # as part of the display unit. # # We could push for them to be backwards compatible with old device # trees, but it's likely to regress eventually if nobody's actually # using said compatibility" # # * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (36 commits) # ARM: davinci: board-dm646x-evm: set VPIF capture card name # ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF # ARM: davinci: dm646x: fix timer interrupt generation # ARM: keystone: fix platform_domain_notifier array overrun # arm64: dts: exynos: Fix interrupt type for I2S1 device on Exynos5433 # ARM: dts: imx51-zii-rdu1: fix touchscreen bindings # firmware: arm_scmi: Use after free in scmi_create_protocol_device() # ARM: dts: cygnus: fix irq type for arm global timer # Revert "ARM: dts: logicpd-som-lv: Fix pinmux controller references" # tee: check shm references are consistent in offset/size # tee: shm: fix use-after-free via temporarily dropped reference # ARM: dts: imx7s: Pass the 'fsl,sec-era' property # ARM: dts: tegra20: Revert "Fix ULPI regression on Tegra20" # ARM: dts: correct missing "compatible" entry for ti81xx SoCs # ARM: OMAP1: ams-delta: fix deferred_fiq handler # arm64: tegra: Make BCM89610 PHY interrupt as active low # ARM: davinci: fix GPIO lookup for I2C # ARM: dts: logicpd-som-lv: Fix pinmux controller references # ARM: dts: logicpd-som-lv: Fix Audio Mute # ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 203ec2fed17ade9582277570eb234be52085f8c5 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_urquell_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- urquell_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_urquell_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx 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:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4a/setup-sh7786.c:245:31: warning: 'tmu3_device' defined but not used [-Wunused-variable] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1268:20: warning: 'root' 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:183: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:1433:5: warning: 'page' 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:2497: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:1819:6: warning: 'ret' 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/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:340:21: note: 'pdeo' was declared here Image Name: Linux-4.17.0-rc5-g203ec2f Created: Sun May 20 16:24:55 2018 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4437780 Bytes = 4333.77 kB = 4.23 MB Load Address: 88001000 Entry Point: 88002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_urquell_defconfig_sh4 # Build took: 0:00:55.893874