From: Eric Biggers <ebiggers@kernel.org>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test
Date: Mon, 22 Apr 2019 10:37:42 -0700 [thread overview]
Message-ID: <20190422173742.84066-1-ebiggers@kernel.org> (raw)
From: Eric Biggers <ebiggers@google.com>
Make it more obvious that this test will crash buggy kernels.
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
testcases/kernel/crypto/af_alg04.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testcases/kernel/crypto/af_alg04.c b/testcases/kernel/crypto/af_alg04.c
index b8e494b87..48239e020 100644
--- a/testcases/kernel/crypto/af_alg04.c
+++ b/testcases/kernel/crypto/af_alg04.c
@@ -28,6 +28,8 @@ static void run(void)
else
algfd = tst_alg_setup("hash", "vmac(aes)", NULL, 16);
+ tst_res(TINFO, "Starting vmac hashing test. May crash buggy kernels.");
+
pid = SAFE_FORK();
reqfd = tst_alg_accept(algfd);
--
2.21.0.593.g511ec345e18-goog
next reply other threads:[~2019-04-22 17:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-22 17:37 Eric Biggers [this message]
2019-04-22 20:20 ` [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test 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=20190422173742.84066-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=ltp@lists.linux.it \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox