# 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: 7f6dcffb44ad2 6cb5ce13357de # 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-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 55be6084c8e0e0ada9278c2ab60b7a584378efda # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5544:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5546:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/fs/coredump.c:834:12: error: 'dump_emit_page' defined but not used [-Werror=unused-function] 834 | static int dump_emit_page(struct coredump_params *cprm, struct page *page) | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:250: fs/coredump.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1995: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c: In function 'dc_stream_remove_writeback': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:527:83: error: array subscript 1 is above array bounds of 'struct dc_writeback_info[1]' [-Werror=array-bounds] 527 | stream->writeback_info[j] = stream->writeback_info[i]; | ~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:1269, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/basics/dc_common.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_stream.h:241:34: note: while referencing 'writeback_info' 241 | struct dc_writeback_info writeback_info[MAX_DWB_PIPES]; | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1995: drivers] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:02:41.023812