Commit 7ed8df0
committed
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>1 parent 4ba54a6 commit 7ed8df0
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3659 | 3659 | | |
3660 | 3660 | | |
3661 | 3661 | | |
| 3662 | + | |
3662 | 3663 | | |
3663 | 3664 | | |
3664 | 3665 | | |
| |||
3670 | 3671 | | |
3671 | 3672 | | |
3672 | 3673 | | |
3673 | | - | |
| 3674 | + | |
3674 | 3675 | | |
3675 | | - | |
| 3676 | + | |
3676 | 3677 | | |
3677 | 3678 | | |
3678 | 3679 | | |
| |||
0 commit comments