commit | 0c326c8f8b0fab736321bf2ca405c6140352d372 | [log] [tgz] |
---|---|---|
author | Andrea Righi <arighi@nvidia.com> | Thu Sep 04 07:57:16 2025 +0200 |
committer | Tejun Heo <tj@kernel.org> | Wed Sep 03 20:44:26 2025 -1000 |
tree | 8f423d415959224b3a8dea0ee7fe3696c2c7bd63 | |
parent | d3a4226c4844ba3690e24780a3167cabd625f21e [diff] |
sched_ext: Exit early on hotplug events during attach There is no need to complete the entire scx initialization if a scheduler is failing to be attached due to a hotplug event. Exit early to avoid unnecessary work and simplify the attach flow. Signed-off-by: Andrea Righi <arighi@nvidia.com> Signed-off-by: Tejun Heo <tj@kernel.org>