All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
@ 2021-07-15  6:58 Petr Vorel
  2021-08-04 15:52 ` Petr Vorel
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2021-07-15  6:58 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/c-test-api.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
index 45784195b..9d26a483d 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -2205,6 +2205,10 @@ struct tst_test test = {
 };
 -------------------------------------------------------------------------------
 
+NOTE: We don't track all backports to stable kernel but just those which are
+      stable branch specific (unique), i.e. no commit in mainline. Example of
+      commits: c4a23c852e80, cac68d12c531.
+
 Glibc git commit in a regression test for a glibc bug:
 [source,c]
 -------------------------------------------------------------------------------
-- 
2.32.0


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

* [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
  2021-07-15  6:58 [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule Petr Vorel
@ 2021-08-04 15:52 ` Petr Vorel
  2021-08-05  1:43   ` xuyang2018.jy
  2021-08-10 14:45   ` Martin Doucha
  0 siblings, 2 replies; 5+ messages in thread
From: Petr Vorel @ 2021-08-04 15:52 UTC (permalink / raw)
  To: ltp

Hi all,

> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  doc/c-test-api.txt | 4 ++++
>  1 file changed, 4 insertions(+)

> diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
> index 45784195b..9d26a483d 100644
> --- a/doc/c-test-api.txt
> +++ b/doc/c-test-api.txt
> @@ -2205,6 +2205,10 @@ struct tst_test test = {
>  };
>  -------------------------------------------------------------------------------

> +NOTE: We don't track all backports to stable kernel but just those which are
> +      stable branch specific (unique), i.e. no commit in mainline. Example of
> +      commits: c4a23c852e80, cac68d12c531.
> +
>  Glibc git commit in a regression test for a glibc bug:
>  [source,c]
>  -------------------------------------------------------------------------------
Any comment on this? I should have marked it as [RFC].

Kind regards,
Petr

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

* [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
  2021-08-04 15:52 ` Petr Vorel
@ 2021-08-05  1:43   ` xuyang2018.jy
  2021-08-10 14:45   ` Martin Doucha
  1 sibling, 0 replies; 5+ messages in thread
From: xuyang2018.jy @ 2021-08-05  1:43 UTC (permalink / raw)
  To: ltp

Hi Petr
> Hi all,
>
>> Signed-off-by: Petr Vorel<pvorel@suse.cz>
>> ---
>>   doc/c-test-api.txt | 4 ++++
>>   1 file changed, 4 insertions(+)
>
>> diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
>> index 45784195b..9d26a483d 100644
>> --- a/doc/c-test-api.txt
>> +++ b/doc/c-test-api.txt
>> @@ -2205,6 +2205,10 @@ struct tst_test test = {
>>   };
>>   -------------------------------------------------------------------------------
>
>> +NOTE: We don't track all backports to stable kernel but just those which are
>> +      stable branch specific (unique), i.e. no commit in mainline. Example of
>> +      commits: c4a23c852e80, cac68d12c531.
>> +
>>   Glibc git commit in a regression test for a glibc bug:
>>   [source,c]
>>   -------------------------------------------------------------------------------
> Any comment on this? I should have marked it as [RFC].
Looks fine.
Acked-by: Yang Xu <xuyang2018.jy@fujitsu.com>
>
> Kind regards,
> Petr

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

* [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
  2021-08-04 15:52 ` Petr Vorel
  2021-08-05  1:43   ` xuyang2018.jy
@ 2021-08-10 14:45   ` Martin Doucha
  2021-08-18 12:26     ` Petr Vorel
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Doucha @ 2021-08-10 14:45 UTC (permalink / raw)
  To: ltp

On 04. 08. 21 17:52, Petr Vorel wrote:
> Hi all,
> 
>> Signed-off-by: Petr Vorel <pvorel@suse.cz>
>> ---
>>  doc/c-test-api.txt | 4 ++++
>>  1 file changed, 4 insertions(+)
> 
>> diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
>> index 45784195b..9d26a483d 100644
>> --- a/doc/c-test-api.txt
>> +++ b/doc/c-test-api.txt
>> @@ -2205,6 +2205,10 @@ struct tst_test test = {
>>  };
>>  -------------------------------------------------------------------------------
> 
>> +NOTE: We don't track all backports to stable kernel but just those which are
>> +      stable branch specific (unique), i.e. no commit in mainline. Example of
>> +      commits: c4a23c852e80, cac68d12c531.
>> +
>>  Glibc git commit in a regression test for a glibc bug:
>>  [source,c]
>>  -------------------------------------------------------------------------------
> Any comment on this? I should have marked it as [RFC].

Looks good to me.

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

-- 
Martin Doucha   mdoucha@suse.cz
QA Engineer for Software Maintenance
SUSE LINUX, s.r.o.
CORSO IIa
Krizikova 148/34
186 00 Prague 8
Czech Republic

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

* [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
  2021-08-10 14:45   ` Martin Doucha
@ 2021-08-18 12:26     ` Petr Vorel
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vorel @ 2021-08-18 12:26 UTC (permalink / raw)
  To: ltp

Hi Martin,

> On 04. 08. 21 17:52, Petr Vorel wrote:
> > Hi all,

> >> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> >> ---
> >>  doc/c-test-api.txt | 4 ++++
> >>  1 file changed, 4 insertions(+)

> >> diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
> >> index 45784195b..9d26a483d 100644
> >> --- a/doc/c-test-api.txt
> >> +++ b/doc/c-test-api.txt
> >> @@ -2205,6 +2205,10 @@ struct tst_test test = {
> >>  };
> >>  -------------------------------------------------------------------------------

> >> +NOTE: We don't track all backports to stable kernel but just those which are
> >> +      stable branch specific (unique), i.e. no commit in mainline. Example of
> >> +      commits: c4a23c852e80, cac68d12c531.
> >> +
> >>  Glibc git commit in a regression test for a glibc bug:
> >>  [source,c]
> >>  -------------------------------------------------------------------------------
> > Any comment on this? I should have marked it as [RFC].

> Looks good to me.

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

Thx, merged!

Kind regards,
Petr

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

end of thread, other threads:[~2021-08-18 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  6:58 [LTP] [PATCH 1/1] doc: Specify linux-stable-git rule Petr Vorel
2021-08-04 15:52 ` Petr Vorel
2021-08-05  1:43   ` xuyang2018.jy
2021-08-10 14:45   ` Martin Doucha
2021-08-18 12:26     ` Petr Vorel

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.