* [LTP] [COMMITTED PATCH] clock_gettime04: add linux-git commmit in tst_tag
@ 2021-04-10 6:31 Li Wang
0 siblings, 0 replies; only message in thread
From: Li Wang @ 2021-04-10 6:31 UTC (permalink / raw)
To: ltp
Signed-off-by: Li Wang <liwang@redhat.com>
---
.../syscalls/clock_gettime/clock_gettime04.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c b/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c
index 4a395f394..a8d2c5b38 100644
--- a/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c
+++ b/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c
@@ -2,9 +2,21 @@
/*
* Copyright (c) 2020 Linaro Limited. All rights reserved.
* Author: Viresh Kumar<viresh.kumar@linaro.org>
+ */
+
+/*\
+ * [Description]
*
* Check time difference between successive readings and report a bug if
* difference found to be over 5 ms.
+ *
+ * This test reports a s390x BUG which has been fixed in:
+ *
+ * commit 5b43bd184530af6b868d8273b0a743a138d37ee8
+ * Author: Heiko Carstens <hca@linux.ibm.com>
+ * Date: Wed Mar 24 20:23:55 2021 +0100
+ *
+ * s390/vdso: fix initializing and updating of vdso_data
*/
#include "config.h"
@@ -167,4 +179,8 @@ static struct tst_test test = {
.test = run,
.setup = setup,
.tcnt = ARRAY_SIZE(clks),
+ .tags = (const struct tst_tag[]) {
+ {"linux-git", "5b43bd184530"},
+ {}
+ }
};
--
2.30.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-10 6:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 6:31 [LTP] [COMMITTED PATCH] clock_gettime04: add linux-git commmit in tst_tag Li Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox