All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag
@ 2019-11-22 10:05 Cyril Hrubis
  2019-11-22 10:31 ` Alexey Kodanev
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2019-11-22 10:05 UTC (permalink / raw)
  To: ltp

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

diff --git a/testcases/network/sctp/sctp_big_chunk.c b/testcases/network/sctp/sctp_big_chunk.c
index 4ebdcb20f..ceb91c5b9 100644
--- a/testcases/network/sctp/sctp_big_chunk.c
+++ b/testcases/network/sctp/sctp_big_chunk.c
@@ -182,5 +182,9 @@ static struct tst_test test = {
 	.setup = setup,
 	.forks_child = 1,
 	.test_all = run,
-	.options = options
+	.options = options,
+	.tags = (const struct tst_tag[]) {
+		{"linux-git", "07f2c7ab6f8d"},
+		{}
+	}
 };
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag
  2019-11-22 10:05 [LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag Cyril Hrubis
@ 2019-11-22 10:31 ` Alexey Kodanev
  2019-11-22 11:49   ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Kodanev @ 2019-11-22 10:31 UTC (permalink / raw)
  To: ltp

Hi Cyril,
On 22.11.2019 13:05, Cyril Hrubis wrote:
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
> ---
>  testcases/network/sctp/sctp_big_chunk.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/testcases/network/sctp/sctp_big_chunk.c b/testcases/network/sctp/sctp_big_chunk.c
> index 4ebdcb20f..ceb91c5b9 100644
> --- a/testcases/network/sctp/sctp_big_chunk.c
> +++ b/testcases/network/sctp/sctp_big_chunk.c
> @@ -182,5 +182,9 @@ static struct tst_test test = {
>  	.setup = setup,
>  	.forks_child = 1,
>  	.test_all = run,
> -	.options = options
> +	.options = options,
> +	.tags = (const struct tst_tag[]) {
> +		{"linux-git", "07f2c7ab6f8d"},

And {"CVE", "2018-5803"}, will add to the tags.

> +		{}
> +	}
>  };
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag
  2019-11-22 10:31 ` Alexey Kodanev
@ 2019-11-22 11:49   ` Cyril Hrubis
  0 siblings, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2019-11-22 11:49 UTC (permalink / raw)
  To: ltp

Hi!
> >  testcases/network/sctp/sctp_big_chunk.c | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> > 
> > diff --git a/testcases/network/sctp/sctp_big_chunk.c b/testcases/network/sctp/sctp_big_chunk.c
> > index 4ebdcb20f..ceb91c5b9 100644
> > --- a/testcases/network/sctp/sctp_big_chunk.c
> > +++ b/testcases/network/sctp/sctp_big_chunk.c
> > @@ -182,5 +182,9 @@ static struct tst_test test = {
> >  	.setup = setup,
> >  	.forks_child = 1,
> >  	.test_all = run,
> > -	.options = options
> > +	.options = options,
> > +	.tags = (const struct tst_tag[]) {
> > +		{"linux-git", "07f2c7ab6f8d"},
> 
> And {"CVE", "2018-5803"}, will add to the tags.

Feel free to push that change, I had no idea since there is no CVE in
the test description either.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-22 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22 10:05 [LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag Cyril Hrubis
2019-11-22 10:31 ` Alexey Kodanev
2019-11-22 11:49   ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.