diff mbox series

[v1,2/2] syscalls/keyctl07: Use correct CVE tag

Message ID 47b3fb5d30bf7a1884f7dc0970832d0b07f8174a.1687247631.git.souta.kawahara@miraclelinux.com
State Accepted
Headers show
Series [v1,1/2] testcases/kernel: Add CVE tag to some existing tests. | expand

Commit Message

河原颯太 June 20, 2023, 8:08 a.m. UTC
Signed-off-by: Souta Kawahara <souta.kawahara@miraclelinux.com>
---
 testcases/kernel/syscalls/keyctl/keyctl07.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Li Wang June 20, 2023, 8:30 a.m. UTC | #1
On Tue, Jun 20, 2023 at 4:17 PM Souta Kawahara <
souta.kawahara@miraclelinux.com> wrote:

> Signed-off-by: Souta Kawahara <souta.kawahara@miraclelinux.com>
>

Reviewed-by: Li Wang <liwang@redhat.com>

---
>  testcases/kernel/syscalls/keyctl/keyctl07.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/keyctl/keyctl07.c
> b/testcases/kernel/syscalls/keyctl/keyctl07.c
> index 875ef0bb8..d9e20db5f 100644
> --- a/testcases/kernel/syscalls/keyctl/keyctl07.c
> +++ b/testcases/kernel/syscalls/keyctl/keyctl07.c
> @@ -104,7 +104,7 @@ static struct tst_test test = {
>         .test_all = do_test,
>         .forks_child = 1,
>         .tags = (const struct tst_tag[]) {
> -               {"CVE", "2017-12912"},
> +               {"CVE", "2017-12192"},
>                 {"linux-git", "37863c43b2c6"},
>                 {}
>         }
> --
> 2.31.1
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>
Petr Vorel June 20, 2023, 9:05 p.m. UTC | #2
Hi Souta, Li,

thanks, merged!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/keyctl/keyctl07.c b/testcases/kernel/syscalls/keyctl/keyctl07.c
index 875ef0bb8..d9e20db5f 100644
--- a/testcases/kernel/syscalls/keyctl/keyctl07.c
+++ b/testcases/kernel/syscalls/keyctl/keyctl07.c
@@ -104,7 +104,7 @@  static struct tst_test test = {
 	.test_all = do_test,
 	.forks_child = 1,
 	.tags = (const struct tst_tag[]) {
-		{"CVE", "2017-12912"},
+		{"CVE", "2017-12192"},
 		{"linux-git", "37863c43b2c6"},
 		{}
 	}