# git rev-parse -q --verify 84368d882b9688bfac77ce48d33b1e20a4e4a787^{commit} 84368d882b9688bfac77ce48d33b1e20a4e4a787 already have revision, skipping fetch # git checkout -q -f -B kisskb 84368d882b9688bfac77ce48d33b1e20a4e4a787 # git clean -qxdf # < git log -1 # commit 84368d882b9688bfac77ce48d33b1e20a4e4a787 # Merge: ae75334011d3 0d6a10dc2b97 # Author: Linus Torvalds # Date: Thu Nov 17 14:06:25 2022 -0800 # # Merge tag 'soc-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "Another set of devicetree and code changes for SoC platforms, notably: # # - DT schema warning fixes for i.MX # # - Functional fixes for i.MX tqma8mqml-mba8mx USB and i.MX8M OCOTP # # - MAINTAINERS updates for Hisilicon and RISC-V, documenting which # RISC-V SoC specific patches will now get merged through the SoC # tree in the future. # # - A code fix for at91 suspend, to work around broken hardware # # - A devicetree fix for lan966x/pcb8291 LED support # # - Lots of DT fixes for Qualcomm SoCs, mostly fixing minor problems # like incorrect register sizes and schema warnings. One fix makes # the UFS controller work on sc8280xp, and six fixes address the same # regulator problem in a variety of platforms" # # * tag 'soc-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (31 commits) # MAINTAINERS: repair Microchip corei2c driver entry # MAINTAINERS: add an entry for StarFive devicetrees # MAINTAINERS: generify the Microchip RISC-V entry name # MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees # MAINTAINERS: git://github.com -> https://github.com for HiSilicon # soc: imx8m: Enable OCOTP clock before reading the register # arm64: dts: imx93-pinfunc: drop execution permission # arm64: dts: imx8mn: Fix NAND controller size-cells # arm64: dts: imx8mm: Fix NAND controller size-cells # ARM: dts: imx7: Fix NAND controller size-cells # arm64: dts: imx8mm-tqma8mqml-mba8mx: Fix USB DR # ARM: at91: pm: avoid soft resetting AC DLL # ARM: dts: lan966x: Enable sgpio on pcb8291 # arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state # ARM: dts: at91: sama7g5: fix signal name of pin PB2 # arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280 # arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size # arm64: dts: qcom: sc8280xp: drop broken DP PHY nodes # arm64: dts: qcom: sc8280xp: fix USB PHY PCS registers # arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registers # ... # < /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 84368d882b9688bfac77ce48d33b1e20a4e4a787 # < make -s -j 24 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 24 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 24 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 24 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:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989: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:457: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:989: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:03:38.052587