# git rev-parse -q --verify e4cbce4d131753eca271d9d67f58c6377f27ad21^{commit} e4cbce4d131753eca271d9d67f58c6377f27ad21 already have revision, skipping fetch # git checkout -q -f -B kisskb e4cbce4d131753eca271d9d67f58c6377f27ad21 # git clean -qxdf # < git log -1 # commit e4cbce4d131753eca271d9d67f58c6377f27ad21 # Merge: b34133fec882 949bcb8135a9 # Author: Linus Torvalds # Date: Mon Aug 3 14:58:38 2020 -0700 # # Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull scheduler updates from Ingo Molnar: # # - Improve uclamp performance by using a static key for the fast path # # - Add the "sched_util_clamp_min_rt_default" sysctl, to optimize for # better power efficiency of RT tasks on battery powered devices. # (The default is to maximize performance & reduce RT latencies.) # # - Improve utime and stime tracking accuracy, which had a fixed boundary # of error, which created larger and larger relative errors as the # values become larger. This is now replaced with more precise # arithmetics, using the new mul_u64_u64_div_u64() helper in math64.h. # # - Improve the deadline scheduler, such as making it capacity aware # # - Improve frequency-invariant scheduling # # - Misc cleanups in energy/power aware scheduling # # - Add sched_update_nr_running tracepoint to track changes to nr_running # # - Documentation additions and updates # # - Misc cleanups and smaller fixes # # * tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (54 commits) # sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rst # sched/doc: Document capacity aware scheduling # sched: Document arch_scale_*_capacity() # arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE # Documentation/sysctl: Document uclamp sysctl knobs # sched/uclamp: Add a new sysctl to control RT default boost value # sched/uclamp: Fix a deadlock when enabling uclamp static key # sched: Remove duplicated tick_nohz_full_enabled() check # sched: Fix a typo in a comment # sched/uclamp: Remove unnecessary mutex_init() # arm, arm64: Select CONFIG_SCHED_THERMAL_PRESSURE # sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry # arch_topology, sched/core: Cleanup thermal pressure definition # trace/events/sched.h: fix duplicated word # linux/sched/mm.h: drop duplicated words in comments # smp: Fix a potential usage of stale nr_cpus # sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal # sched: nohz: stop passing around unused "ticks" parameter. # sched: Better document ttwu() # sched: Add a tracepoint to track rq->nr_running # ... # < /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 e4cbce4d131753eca271d9d67f58c6377f27ad21 # < make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_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-allmodconfig_s390x-gcc8 # Build took: 0:39:11.814858