]> Gentwo Git Trees - linux/.git/commit
sched_ext: Make handle_lockup() propagate scx_verror() result
authorTejun Heo <tj@kernel.org>
Tue, 11 Nov 2025 19:18:11 +0000 (09:18 -1000)
committerTejun Heo <tj@kernel.org>
Wed, 12 Nov 2025 16:43:44 +0000 (06:43 -1000)
commit7ed8df0d15022fcc092e7c7f0bd82359476cff3c
treecaa834d78a30cee765c87aa7ac053c7fc08174aa
parent4ba54a6cbd4ddde805b769b4be04623a2ce1668c
sched_ext: Make handle_lockup() propagate scx_verror() result

handle_lockup() currently calls scx_verror() but ignores its return value,
always returning true when the scheduler is enabled. Make it capture and return
the result from scx_verror(). This prepares for hardlockup handling.

Cc: Dan Schatzberg <schatzberg.dan@gmail.com>
Cc: Emil Tsalapatis <etsal@meta.com>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c