Files
linux-stable-mirror/tools/testing
David Carlier 72d0233a81 selftests/sched_ext: Add missing error check for exit__load()
[ Upstream commit 1d02346fec ]

exit__load(skel) was called without checking its return value.
Every other test in the suite wraps the load call with
SCX_FAIL_IF(). Add the missing check to be consistent with the
rest of the test suite.

Fixes: a5db7817af ("sched_ext: Add selftests")
Signed-off-by: David Carlier <devnexen@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-05-23 13:04:28 +02:00
..