diff mbox series

ioctl_sg01: correct the fix SHA1

Message ID 20201012091204.875-1-po-hsu.lin@canonical.com
State Accepted
Headers show
Series ioctl_sg01: correct the fix SHA1 | expand

Commit Message

Po-Hsu Lin Oct. 12, 2020, 9:12 a.m. UTC
Correct the fix SHA1 to match with the one in the comment.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 testcases/kernel/syscalls/ioctl/ioctl_sg01.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Doucha Oct. 12, 2020, 4:02 p.m. UTC | #1
Oops, thanks for noticing this.

Reviewed-by: Martin Doucha <mdoucha@suse.cz>

On 12. 10. 20 11:12, Po-Hsu Lin wrote:
> Correct the fix SHA1 to match with the one in the comment.
> 
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> ---
>  testcases/kernel/syscalls/ioctl/ioctl_sg01.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
> index 8ad2ffed5..94b30dc6b 100644
> --- a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
> +++ b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
> @@ -127,7 +127,7 @@ static struct tst_test test = {
>  	.setup = setup,
>  	.cleanup = cleanup,
>  	.tags = (const struct tst_tag[]) {
> -		{"linux-git", "e093c4be760e"},
> +		{"linux-git", "a45b599ad808"},
>  		{"CVE", "2018-1000204"},
>  		{}
>  	}
>
Cyril Hrubis Oct. 13, 2020, 11:37 a.m. UTC | #2
Hi!
Pushed, thanks.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
index 8ad2ffed5..94b30dc6b 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl_sg01.c
@@ -127,7 +127,7 @@  static struct tst_test test = {
 	.setup = setup,
 	.cleanup = cleanup,
 	.tags = (const struct tst_tag[]) {
-		{"linux-git", "e093c4be760e"},
+		{"linux-git", "a45b599ad808"},
 		{"CVE", "2018-1000204"},
 		{}
 	}