# git rev-parse -q --verify 88264981f2082248e892a706b2c5004650faac54^{commit} 88264981f2082248e892a706b2c5004650faac54 already have revision, skipping fetch # git checkout -q -f -B kisskb 88264981f2082248e892a706b2c5004650faac54 # git clean -qxdf # < git log -1 # commit 88264981f2082248e892a706b2c5004650faac54 # Merge: 440b65232829 902d67a2d40f # Author: Linus Torvalds # Date: Sat Sep 21 09:44:57 2024 -0700 # # Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext # # Pull sched_ext support from Tejun Heo: # "This implements a new scheduler class called ‘ext_sched_class’, or # sched_ext, which allows scheduling policies to be implemented as BPF # programs. # # The goals of this are: # # - Ease of experimentation and exploration: Enabling rapid iteration # of new scheduling policies. # # - Customization: Building application-specific schedulers which # implement policies that are not applicable to general-purpose # schedulers. # # - Rapid scheduler deployments: Non-disruptive swap outs of scheduling # policies in production environments" # # See individual commits for more documentation, but also the cover letter # for the latest series: # # Link: https://lore.kernel.org/all/20240618212056.2833381-1-tj@kernel.org/ # # * tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext: (110 commits) # sched: Move update_other_load_avgs() to kernel/sched/pelt.c # sched_ext: Don't trigger ops.quiescent/runnable() on migrations # sched_ext: Synchronize bypass state changes with rq lock # scx_qmap: Implement highpri boosting # sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq() # sched_ext: Compact struct bpf_iter_scx_dsq_kern # sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq() # sched_ext: Move consume_local_task() upward # sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq() # sched_ext: Reorder args for consume_local/remote_task() # sched_ext: Restructure dispatch_to_local_dsq() # sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handling # sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ON # sched_ext: Refactor consume_remote_task() # sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocate # sched_ext: Add missing static to scx_dump_data # sched_ext: Add missing static to scx_has_op[] # sched_ext: Temporarily work around pick_task_scx() being called without balance_scx() # sched_ext: Add a cgroup scheduler which uses flattened hierarchy # sched_ext: Add cgroup support # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 88264981f2082248e892a706b2c5004650faac54 # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/ioport.h:15, from /kisskb/src/kernel/resource.c:15: /kisskb/src/kernel/resource.c: In function 'gfr_start': /kisskb/src/include/linux/minmax.h:93:37: warning: conversion from 'long long unsigned int' to 'resource_size_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 93 | ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) | ^ /kisskb/src/include/linux/minmax.h:96:9: note: in expansion of macro '__cmp_once_unique' 96 | __cmp_once_unique(op, type, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:213:27: note: in expansion of macro '__cmp_once' 213 | #define min_t(type, x, y) __cmp_once(min, type, x, y) | ^~~~~~~~~~ /kisskb/src/kernel/resource.c:1874:23: note: in expansion of macro 'min_t' 1874 | end = min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~ /kisskb/src/kernel/resource.c: In function 'gfr_continue': /kisskb/src/include/linux/minmax.h:93:37: warning: conversion from 'long long unsigned int' to 'resource_size_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 93 | ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) | ^ /kisskb/src/include/linux/minmax.h:96:9: note: in expansion of macro '__cmp_once_unique' 96 | __cmp_once_unique(op, type, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:213:27: note: in expansion of macro '__cmp_once' 213 | #define min_t(type, x, y) __cmp_once(min, type, x, y) | ^~~~~~~~~~ /kisskb/src/kernel/resource.c:1891:24: note: in expansion of macro 'min_t' 1891 | addr <= min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc11 # Build took: 0:01:53.580258