[LTP] [PATCH 1/1] doc: Document musl-git

Petr Vorel pvorel@suse.cz
Mon Sep 25 17:24:50 CEST 2023


Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
A follow up for musl-git related patchset
https://patchwork.ozlabs.org/project/ltp/list/?series=374767&state=*

 doc/c-test-api.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
index 0fe8ed41d..dab811564 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -2369,13 +2369,14 @@ 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:
+Glibc and musl git commits in a regression test for glibc and musl bugs:
 [source,c]
 -------------------------------------------------------------------------------
 struct tst_test test = {
 	...
 	.tags = (const struct tst_tag[]) {
 		{"glibc-git", "574500a108be"},
+		{"musl-git", "fa4a8abd06a4"},
 		{}
 	}
 };
-- 
2.40.1



More information about the ltp mailing list