| Message ID | 20210831090002.1431298-2-lkml@jv-coder.de |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [1/2] cfs_bandwidth01: Fix cleanup on failure in set_cpu_quota | expand |
Hi,
LGTM, thanks.
Reviewed-by: Richard Palethorpe <rpalethorpe@suse.com>
diff --git a/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c b/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c index e8032d65a..001fb2685 100644 --- a/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c +++ b/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c @@ -178,6 +178,10 @@ static struct tst_test test = { .forks_child = 1, .needs_checkpoints = 1, .taint_check = TST_TAINT_W | TST_TAINT_D, + .needs_kconfigs = (const char *[]) { + "CONFIG_CFS_BANDWIDTH", + NULL + }, .tags = (const struct tst_tag[]) { {"linux-git", "39f23ce07b93"}, {"linux-git", "b34cb07dde7c"},