diff mbox series

setsockopt03: Add Git and CVE tags

Message ID 20210803070116.30767-1-rpalethorpe@suse.com
State Rejected
Headers show
Series setsockopt03: Add Git and CVE tags | expand

Commit Message

Richard Palethorpe Aug. 3, 2021, 7:01 a.m. UTC
Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
 testcases/kernel/syscalls/setsockopt/setsockopt03.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Richard Palethorpe Aug. 3, 2021, 7:04 a.m. UTC | #1
Hi,

Sorry please ignore this, wrong patch!

Richard Palethorpe <rpalethorpe@suse.com> writes:

> Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
> ---
>  testcases/kernel/syscalls/setsockopt/setsockopt03.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/testcases/kernel/syscalls/setsockopt/setsockopt03.c b/testcases/kernel/syscalls/setsockopt/setsockopt03.c
> index 14fdf400b..3d49628d6 100644
> --- a/testcases/kernel/syscalls/setsockopt/setsockopt03.c
> +++ b/testcases/kernel/syscalls/setsockopt/setsockopt03.c
> @@ -114,4 +114,8 @@ static struct tst_test test = {
>  	.setup = setup,
>  	.test_all = run,
>  	.needs_root = 1,
> +	.tags = (const struct tst_tag[]){
> +		{"linux-git", "ce683e5f9d04"},
> +		{"CVE", "CVE-2016-4997"},
> +	}
>  };
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/setsockopt/setsockopt03.c b/testcases/kernel/syscalls/setsockopt/setsockopt03.c
index 14fdf400b..3d49628d6 100644
--- a/testcases/kernel/syscalls/setsockopt/setsockopt03.c
+++ b/testcases/kernel/syscalls/setsockopt/setsockopt03.c
@@ -114,4 +114,8 @@  static struct tst_test test = {
 	.setup = setup,
 	.test_all = run,
 	.needs_root = 1,
+	.tags = (const struct tst_tag[]){
+		{"linux-git", "ce683e5f9d04"},
+		{"CVE", "CVE-2016-4997"},
+	}
 };