diff mbox series

syscalls/shmat03: Remove CVE tag

Message ID 20191121133414.19808-1-chrubis@suse.cz
State Accepted
Headers show
Series syscalls/shmat03: Remove CVE tag | expand

Commit Message

Cyril Hrubis Nov. 21, 2019, 1:34 p.m. UTC
The CVE was proved to be bogus so as far as I can tell we shouldn't list
it in tags.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 testcases/kernel/syscalls/ipc/shmat/shmat03.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Petr Vorel Nov. 26, 2019, 11:19 a.m. UTC | #1
Hi Cyril,

> The CVE was proved to be bogus so as far as I can tell we shouldn't list
> it in tags.
ack (although a link claiming it bogus would be nice).

Kind regards,
Petr
Cyril Hrubis Dec. 9, 2019, 1:30 p.m. UTC | #2
Hi!
> > The CVE was proved to be bogus so as far as I can tell we shouldn't list
> > it in tags.
> ack (although a link claiming it bogus would be nice).

I've added added a commit hash of the commit that removed the test from
runtest/cve to this commit message. It's nicely explained in the
original commit so there is no need to copy the information over to the
new commit. Thanks.
Petr Vorel Dec. 9, 2019, 4:38 p.m. UTC | #3
Hi Cyril,

> > > The CVE was proved to be bogus so as far as I can tell we shouldn't list
> > > it in tags.
> > ack (although a link claiming it bogus would be nice).

> I've added added a commit hash of the commit that removed the test from
> runtest/cve to this commit message. It's nicely explained in the
> original commit so there is no need to copy the information over to the
> new commit. Thanks.

Sure. Sorry, I didn't notice bogus explanation was already added in
2588dafd4651706ed7ae34ae3b744b0ee8cd6384.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/ipc/shmat/shmat03.c b/testcases/kernel/syscalls/ipc/shmat/shmat03.c
index 8a0b89bd5..dfa427a56 100644
--- a/testcases/kernel/syscalls/ipc/shmat/shmat03.c
+++ b/testcases/kernel/syscalls/ipc/shmat/shmat03.c
@@ -101,7 +101,6 @@  static struct tst_test test = {
 	.cleanup = cleanup,
 	.test_all = run,
 	.tags = (const struct tst_tag[]) {
-		{"CVE", "2017-5669"},
 		{"linux-git", "95e91b831f87"},
 		{"linux-git", "a73ab244f0da"},
 		{"linux-git", "8f89c007b6de"},