* [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test
@ 2019-04-22 17:37 Eric Biggers
2019-04-22 20:20 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2019-04-22 17:37 UTC (permalink / raw)
To: ltp
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test
2019-04-22 17:37 [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test Eric Biggers
@ 2019-04-22 20:20 ` Petr Vorel
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2019-04-22 20:20 UTC (permalink / raw)
To: ltp
Hi Eric,
> From: Eric Biggers <ebiggers@google.com>
> Make it more obvious that this test will crash buggy kernels.
Thanks, pushed.
Kind regards,
Petr
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-22 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-22 17:37 [LTP] [PATCH] crypto/af_alg04: log INFO message when beginning test Eric Biggers
2019-04-22 20:20 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox