From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Cc: Richard Palethorpe <rpalethorpe@suse.com>
Subject: [LTP] [PATCH 1/1] doc: Document musl-git
Date: Mon, 25 Sep 2023 17:24:50 +0200 [thread overview]
Message-ID: <20230925152450.89228-1-pvorel@suse.cz> (raw)
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2023-09-25 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 15:24 Petr Vorel [this message]
2023-09-26 8:22 ` [LTP] [PATCH 1/1] doc: Document musl-git Cyril Hrubis
2023-09-27 5:30 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230925152450.89228-1-pvorel@suse.cz \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
--cc=rpalethorpe@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.