[LTP] [PATCH 1/1] doc: Specify linux-stable-git rule
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-08-18 12:26:12
Hi Martin,
On 04. 08. 21 17:52, Petr Vorel wrote:quoted
Hi all,
quoted
quoted
Signed-off-by: Petr Vorel <pvorel@suse.cz> --- doc/c-test-api.txt | 4 ++++ 1 file changed, 4 insertions(+)
quoted
quoted
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 = { }; -------------------------------------------------------------------------------
quoted
quoted
+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 <redacted>
Thx, merged! Kind regards, Petr