# git rev-parse -q --verify 442489c219235991de86d0277b5d859ede6d8792^{commit} 442489c219235991de86d0277b5d859ede6d8792 already have revision, skipping fetch # git checkout -q -f -B kisskb 442489c219235991de86d0277b5d859ede6d8792 # git clean -qxdf # < git log -1 # commit 442489c219235991de86d0277b5d859ede6d8792 # Merge: f8b036a7fc23 31cd0e119d50 # Author: Linus Torvalds # Date: Tue Aug 4 18:17:37 2020 -0700 # # Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull timer updates from Thomas Gleixner: # "Time, timers and related driver updates: # # - Prevent unnecessary timer softirq invocations by extending the # tracking of the next expiring timer in the timer wheel beyond the # existing NOHZ functionality. # # The tracking overhead at enqueue time is within the noise, but on # sensitive workloads the avoidance of the soft interrupt invocation # is a measurable improvement. # # - The obligatory new clocksource driver for Ingenic X100 OST # # - The usual fixes, improvements, cleanups and extensions for newer # chip variants all over the driver space" # # * tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (28 commits) # timers: Recalculate next timer interrupt only when necessary # clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST. # dt-bindings: timer: Add Ingenic X1000 OST bindings. # clocksource/drivers: Replace HTTP links with HTTPS ones # clocksource/drivers/nomadik-mtu: Handle 32kHz clock # clocksource/drivers/sh_cmt: Use "kHz" for kilohertz # clocksource/drivers/imx: Add support for i.MX TPM driver with ARM64 # clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT. # timers: Lower base clock forwarding threshold # timers: Remove must_forward_clk # timers: Spare timer softirq until next expiry # timers: Expand clk forward logic beyond nohz # timers: Reuse next expiry cache after nohz exit # timers: Always keep track of next expiry # timers: Optimize _next_timer_interrupt() level iteration # timers: Add comments about calc_index() ceiling work # timers: Move trigger_dyntick_cpu() to enqueue_timer() # timers: Use only bucket expiry for base->next_expiry value # timers: Preserve higher bits of expiration on index calculation # clocksource/drivers/timer-atmel-tcb: Add sama5d2 support # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 442489c219235991de86d0277b5d859ede6d8792 # < make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:40: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:634:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - NET_SKB_PAD - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:699:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:580:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:638:12: warning: 'imx_mu_runtime_resume' defined but not used [-Wunused-function] static int imx_mu_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:629:12: warning: 'imx_mu_runtime_suspend' defined but not used [-Wunused-function] static int imx_mu_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function] static int imx_mu_resume_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function] static int imx_mu_suspend_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc8 # Build took: 0:22:37.071705