Re: [PATCH v2] selftests: sched: Add more core schedule prctl calls

From: Shuah Khan
Date: Tue Mar 28 2023 - 12:38:59 EST


On 3/27/23 14:18, Ivan Orlov wrote:
The core sched kselftest makes prctl calls only with correct
parameters. This patch will extend this test with more core
schedule prctl calls with wrong parameters to increase code
coverage.

Signed-off-by: Ivan Orlov <ivan.orlov0322@xxxxxxxxx>
---
V1 -> V2: Unnecessary printing removed - 'validate' will
automatically print the message in case or error


Thank you. Now applied to linux-kselftest next for Linux 6.4-rc1.

thanks,
-- Shuah