[LTP] [PATCH 1/4] lib: Add support for linux stable and glibc tags
Petr Vorel
pvorel@suse.cz
Tue Feb 23 12:30:03 CET 2021
Hi Cyril,
> Hi!
> > #define LINUX_GIT_URL "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id="
> > +#define LINUX_STABLE_GIT_URL "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id="
> > +#define GLIBC_GIT_URL "https://sourceware.org/git/?p=glibc.git;a=commit;h="
> > #define CVE_DB_URL "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-"
> > struct tst_test *tst_test;
> > @@ -492,6 +495,8 @@ static void print_test_tags(void)
> > printf(CVE_DB_URL "%s\n", tags[i].value);
> > else if (!strcmp(tags[i].name, "linux-git"))
> > printf(LINUX_GIT_URL "%s\n", tags[i].value);
> > + else if (!strcmp(tags[i].name, "linux-stable-git"))
> > + printf(LINUX_STABLE_GIT_URL "%s\n", tags[i].value);
> Shouldn't we add GLIBC_GIT_URL handling here as well?
+1 thanks.
> The rest looks good.
Thanks! (counting your Reviewed-by: tag for this commit).
Kind regards,
Petr
More information about the ltp
mailing list