# git rev-parse -q --verify ec351c8f2e6211054e51e661589cddd1fe856425^{commit} ec351c8f2e6211054e51e661589cddd1fe856425 already have revision, skipping fetch # git checkout -q -f -B kisskb ec351c8f2e6211054e51e661589cddd1fe856425 # git clean -qxdf # < git log -1 # commit ec351c8f2e6211054e51e661589cddd1fe856425 # Merge: a4e98a30bc95 d21afb098c51 # Author: Linus Torvalds # Date: Wed Aug 2 18:21:12 2023 -0700 # # Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "A couple of platforms get a lone dts fix each: # # - SoCFPGA: Fix incorrect I2C property for SCL signal # # - Renesas: Fix interrupt names for MTU3 channels on RZ/G2L and # RZ/V2L. # # - Juno/Vexpress: remove a dangling symlink # # - at91: sam9x60 SoC detection compatible strings # # - nspire: Fix arm primecell compatible string # # On the NXP i.MX platform, there multiple issues that get addressed: # # - A couple of ARM DTS fixes for i.MX6SLL usbphy and supported CPU # frequency of sk-imx53 board # # - Add missing pull-up for imx8mn-var-som onboard PHY reset pinmux # # - A couple of imx8mm-venice fixes from Tim Harvey to diable # disp_blk_ctrl # # - A couple of phycore-imx8mm fixes from Yashwanth Varakala to correct # VPU label and gpio-line-names # # - Fix imx8mp-blk-ctrl driver to register HSIO PLL clock as # bus_power_dev child, so that runtime PM can translate into the # necessary GPC power domain action # # On the driver side, there are two fixes for tegra memory controller # drivers addressing regressions from the merge window, a couple of # minor correctness fixes for SCMI and SMCCC firmware, as well as a # build fix for an lcd backlight driver" # # * tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (22 commits) # backlight: corgi_lcd: fix missing prototype # memory: tegra: make icc_set_bw return zero if BWMGR not supported # arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channels # dt-bindings: serial: atmel,at91-usart: update compatible for sam9x60 # ARM: dts: at91: sam9x60: fix the SOC detection # ARM: dts: nspire: Fix arm primecell compatible string # firmware: arm_scmi: Fix chan_free cleanup on SMC # firmware: arm_scmi: Drop OF node reference in the transport channel setup # soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as bus_power_dev child # ARM: dts: nxp/imx: limit sk-imx53 supported frequencies # firmware: arm_scmi: Fix signed error return values handling # firmware: smccc: Fix use of uninitialised results structure # arm64: dts: freescale: Fix VPU G2 clock # arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux # arm64: dts: phycore-imx8mm: Correction in gpio-line-names # arm64: dts: phycore-imx8mm: Label typo-fix of VPU # ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node # arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl # arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl # arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ec351c8f2e6211054e51e661589cddd1fe856425 # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:455:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:00:56.189407