]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
torture: Include commit discription in testid.txt
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Dec 2025 19:13:58 +0000 (11:13 -0800)
committerBoqun Feng <boqun.feng@gmail.com>
Thu, 1 Jan 2026 08:44:37 +0000 (16:44 +0800)
commitc89474b9b2ab8ab2c0d2cddadbed781c0f5e8f0c
treee512a29e108f312c13d39421882ef30a452c96a6
parentdcd6067322ba6750995fbc5486d7c9ada88489ff
torture: Include commit discription in testid.txt

Currently, the testid.txt file in the top-level directory of the
rcutorture results contains the output of "git rev-parse HEAD", which
just gives the full SHA-1 of the current commit.  This is followed by
the output of "git status", which is further followed by the output of
"git diff".  This works, but is less than helpful to human readers
scanning a list of commits.

This commit therefore instead uses "git show --oneline --no-patch HEAD",
which provides a short SHA-1, but also the names of any branches and
the commit's title.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
tools/testing/selftests/rcutorture/bin/mktestid.sh