[LTP] [PATCH 1/1] sched_rr_get_interval01: Add another kernel tag
Petr Vorel
pvorel@suse.cz
Fri Aug 18 09:13:23 CEST 2023
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
NOTE: git commit is still only in next tree [1], although hash will be
very likely the same, we should wait until it get to mainline (likely in
6.6-rc1).
I suppose we could write a test for another Cyril's fix [2].
Kind regards,
Petr
[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20230817&id=c7fcb99877f9f542c918509b2801065adcaf46fa
[2] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20230817&id=c1fc6484e1fb7cc2481d169bfef129a1b0676abe
.../syscalls/sched_rr_get_interval/sched_rr_get_interval01.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval01.c b/testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval01.c
index 5ef3541ca..597de4665 100644
--- a/testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval01.c
+++ b/testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval01.c
@@ -79,6 +79,7 @@ static struct tst_test test = {
.needs_root = 1,
.tags = (const struct tst_tag[]) {
{"linux-git", "975e155ed873"},
+ {"linux-git", "c7fcb99877f9"},
{}
}
};
--
2.40.1
More information about the ltp
mailing list