[LTP] [COMMITTED] [PATCH] network/fanout01: Add CVE and git tags

Cyril Hrubis chrubis@suse.cz
Fri Nov 22 10:56:58 CET 2019


Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 testcases/network/packet/fanout01.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/testcases/network/packet/fanout01.c b/testcases/network/packet/fanout01.c
index f5ce19a12..5067d83a8 100644
--- a/testcases/network/packet/fanout01.c
+++ b/testcases/network/packet/fanout01.c
@@ -106,4 +106,10 @@ static struct tst_test test = {
 	.test_all = run,
 	.cleanup = cleanup,
 	.needs_root = 1,
+	.tags = (const struct tst_tag[]) {
+		{"CVE", "2017-15649"},
+		{"linux-git", "4971613c1639"},
+		{"linux-git", "008ba2a13f2d"},
+		{}
+	}
 };
-- 
2.21.0



More information about the ltp mailing list