# git rev-parse -q --verify 9819f682e48c6a7055c5d7a6746411dd3969b0e5^{commit} 9819f682e48c6a7055c5d7a6746411dd3969b0e5 already have revision, skipping fetch # git checkout -q -f -B kisskb 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # git clean -qxdf # < git log -1 # commit 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # Merge: 732a27a0891c 0258bdfaff5b # Author: Linus Torvalds # Date: Sun May 9 13:14:34 2021 -0700 # # Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull scheduler fixes from Thomas Gleixner: # "A set of scheduler updates: # # - Prevent PSI state corruption when schedule() races with cgroup # move. # # A recent commit combined two PSI callbacks to reduce the number of # cgroup tree updates, but missed that schedule() can drop rq::lock # for load balancing, which opens the race window for # cgroup_move_task() which then observes half updated state. # # The fix is to solely use task::ps_flags instead of looking at the # potentially mismatching scheduler state # # - Prevent an out-of-bounds access in uclamp caused bu a rounding # division which can lead to an off-by-one error exceeding the # buckets array size. # # - Prevent unfairness caused by missing load decay when a task is # attached to a cfs runqueue. # # The old load of the task was attached to the runqueue and never # removed. Fix it by enforcing the load update through the hierarchy # for unthrottled run queue instances. # # - A documentation fix fot the 'sched_verbose' command line option" # # * tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # sched/fair: Fix unfairness caused by missing load decay # sched: Fix out-of-bound access in uclamp # psi: Fix psi state corruption when schedule() races with cgroup move # sched,doc: sched_debug_verbose cmdline should be sched_verbose # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # < make -s -j 32 ARCH=arm O=/kisskb/build/linus_imx_v6_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- imx_v6_v7_defconfig # < make -s -j 32 ARCH=arm O=/kisskb/build/linus_imx_v6_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 32 ARCH=arm O=/kisskb/build/linus_imx_v6_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 32 ARCH=arm O=/kisskb/build/linus_imx_v6_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:44, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_imx_v6_v7_defconfig_arm-gcc4.9 # Build took: 0:03:17.027888