diff mbox series

[1/1] doc: Specify linux-stable-git rule

Message ID 20210715065805.14086-1-pvorel@suse.cz
State Accepted
Headers show
Series [1/1] doc: Specify linux-stable-git rule | expand

Commit Message

Petr Vorel July 15, 2021, 6:58 a.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/c-test-api.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Petr Vorel Aug. 4, 2021, 3:52 p.m. UTC | #1
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
Yang Xu \(Fujitsu\) Aug. 5, 2021, 1:43 a.m. UTC | #2
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
Martin Doucha Aug. 10, 2021, 2:45 p.m. UTC | #3
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>
Petr Vorel Aug. 18, 2021, 12:26 p.m. UTC | #4
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
diff mbox series

Patch

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]
 -------------------------------------------------------------------------------