# git rev-parse -q --verify 55be6084c8e0e0ada9278c2ab60b7a584378efda^{commit} 55be6084c8e0e0ada9278c2ab60b7a584378efda already have revision, skipping fetch # git checkout -q -f -B kisskb 55be6084c8e0e0ada9278c2ab60b7a584378efda # git clean -qxdf # < git log -1 # commit 55be6084c8e0e0ada9278c2ab60b7a584378efda # Merge: 7f6dcffb44ad 6cb5ce13357d # Author: Linus Torvalds # Date: Mon Oct 10 10:16:00 2022 -0700 # # Merge tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull timer updates from Thomas Gleixner: # "A boring time, timekeeping, timers update: # # - No core code changes # # - No new clocksource/event driver # # - Cleanup of the TI DM clocksource/event driver # # - The usual set of device tree binding updates # # - Small improvement, fixes and cleanups all over the place" # # * tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (22 commits) # clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO value # clocksource/drivers/imx-sysctr: handle nxp,no-divider property # dt-bindings: timer: nxp,sysctr-timer: add nxp,no-divider property # clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get() # clocksource/drivers/timer-ti-dm: Add flag to detect omap1 # clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driver # clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errors # clocksource/drivers/timer-ti-dm: Move private defines to the driver # clocksource/drivers/timer-ti-dm: Simplify register access further # clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write() # clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read() # clocksource/drivers/timer-ti-dm: Drop unused functions # clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probe # clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921 # clocksource/drivers/exynos_mct: Enable building on ARTPEC # clocksource/drivers/exynos_mct: Support local-timers property # clocksource/drivers/exynos_mct: Support frc-shared property # dt-bindings: timer: exynos4210-mct: Add ARTPEC-8 MCT support # clocksource/drivers/sun4i: Add definition of clear interrupt # clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC # ... # < /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 55be6084c8e0e0ada9278c2ab60b7a584378efda # < make -s -j 32 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 32 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 32 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 32 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:464: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:08.317794