public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Li Wang <liwang@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [COMMITTED PATCH] clock_gettime04: add linux-git commmit in tst_tag
Date: Sat, 10 Apr 2021 14:31:08 +0800	[thread overview]
Message-ID: <20210410063108.196841-1-liwang@redhat.com> (raw)

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


                 reply	other threads:[~2021-04-10  6:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210410063108.196841-1-liwang@redhat.com \
    --to=liwang@redhat.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox