# git rev-parse -q --verify e402b08634b398e9feb94902c7adcf05bb8ba47d^{commit} e402b08634b398e9feb94902c7adcf05bb8ba47d already have revision, skipping fetch # git checkout -q -f -B kisskb e402b08634b398e9feb94902c7adcf05bb8ba47d # git clean -qxdf # < git log -1 # commit e402b08634b398e9feb94902c7adcf05bb8ba47d # Merge: 3b347e403210 b0b88a585c27 # Author: Linus Torvalds # Date: Sat Sep 30 18:41:37 2023 -0700 # # Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "These are the latest bug fixes that have come up in the soc tree. Most # of these are fairly minor. Most notably, the majority of changes this # time are not for dts files as usual. # # - Updates to the addresses of the broadcom and aspeed entries in the # MAINTAINERS file. # # - Defconfig updates to address a regression on samsung and a build # warning from an unknown Kconfig symbol # # - Build fixes for the StrongARM and Uniphier platforms # # - Code fixes for SCMI and FF-A firmware drivers, both of which had a # simple bug that resulted in invalid data, and a lesser fix for the # optee firmware driver # # - Multiple fixes for the recently added loongson/loongarch "guts" soc # driver # # - Devicetree fixes for RISC-V on the startfive platform, addressing # issues with NOR flash, usb and uart. # # - Multiple fixes for NXP i.MX8/i.MX9 dts files, fixing problems with # clock, gpio, hdmi settings and the Makefile # # - Bug fixes for i.MX firmware code and the OCOTP soc driver # # - Multiple fixes for the TI sysc bus driver # # - Minor dts updates for TI omap dts files, to address boot time # warnings and errors" # # * tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (35 commits) # MAINTAINERS: Fix Florian Fainelli's email address # arm64: defconfig: enable syscon-poweroff driver # ARM: locomo: fix locomolcd_power declaration # soc: loongson: loongson2_guts: Remove unneeded semicolon # soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource() # soc: loongson: loongson_pm2: Populate children syscon nodes # dt-bindings: soc: loongson,ls2k-pmc: Allow syscon-reboot/syscon-poweroff as child # soc: loongson: loongson_pm2: Drop useless of_device_id compatible # dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc compatible # soc: loongson: loongson_pm2: Add dependency for INPUT # arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y # ARM: uniphier: fix cache kernel-doc warnings # MAINTAINERS: aspeed: Update Andrew's email address # MAINTAINERS: aspeed: Update git tree URL # firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND # arm64: dts: imx: Add imx8mm-prt8mm.dtb to build # arm64: dts: imx8mm-evk: Fix hdmi@3d node # soc: imx8m: Enable OCOTP clock for imx8mm before reading registers # arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock # arm64: dts: imx8mp: Fix SDMA2/3 clocks # ... # < /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 e402b08634b398e9feb94902c7adcf05bb8ba47d # 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:58.801082