]> git.ipfire.org Git - thirdparty/linux.git/commit
sched_ext: Add the @sch parameter to __bstr_format()
authorTejun Heo <tj@kernel.org>
Tue, 23 Sep 2025 19:03:26 +0000 (09:03 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 23 Sep 2025 19:03:26 +0000 (09:03 -1000)
commitfc6a93aa623f3e40bcddbacf5fc60d5aceda9cab
tree88939fc01da24e3ae8cc1a3aa95ae4f1b78001fc
parent9fc687edf205dbc45bbdec60ea31e934a05ab6bc
sched_ext: Add the @sch parameter to __bstr_format()

In preparation for multiple scheduler support, add the @sch parameter to
__bstr_format() and update the callers to read $scx_root, verify that it's
not NULL and pass it in. The passed in @sch parameter is not used yet.

Reviewed-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c