[LTP] [RFC] linux-git: using whole sha1 hash

Petr Vorel pvorel@suse.cz
Tue Mar 31 11:31:10 CEST 2026


> On Tue, Mar 31, 2026 at 9:21 AM Petr Vorel <pvorel@suse.cz> wrote:

> > Hi all,

> > anything against starting to use whole sha1 hash in linux-git tag? i.e. 40 chars.
> > It can be shorten by the doc/conf.py script (use whole hash for URL, but shorten
> > the visible part of <a> tag).

> In metdata, commit messages or everywhere?

In metadata.

Instead of:
	.tags = (const struct tst_tag[]) {
		{"linux-git", "091d0d55b286"},
		...

Have:
	.tags = (const struct tst_tag[]) {
		{"linux-git", "091d0d55b286c9340201b4ed4470be87fc568228"},

Kind regards,
Petr

> > We normally use only 12 chars 091d0d55b286, but some users during rewrite used
> > [1] really small hash (7 chars) from original test.

> > Kind regards,
> > Petr

> > [1] https://lore.kernel.org/ltp/20260331015538.53326-1-lufei@uniontech.com/




More information about the ltp mailing list