* [LTP] [PATCH 1/1] kernel/ima. Fix compile error regression
@ 2017-10-16 9:58 Petr Vorel
2017-10-16 10:04 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-10-16 9:58 UTC (permalink / raw)
To: ltp
introduced in 8b6f0f9a9 ("m4: Fix libcrypto detection on 32-bit cross build")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
testcases/kernel/security/integrity/ima/src/ima_boot_aggregate.c | 2 +-
testcases/kernel/security/integrity/ima/src/ima_measure.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/security/integrity/ima/src/ima_boot_aggregate.c b/testcases/kernel/security/integrity/ima/src/ima_boot_aggregate.c
index a45509ab6..f7ae77cb1 100644
--- a/testcases/kernel/security/integrity/ima/src/ima_boot_aggregate.c
+++ b/testcases/kernel/security/integrity/ima/src/ima_boot_aggregate.c
@@ -118,6 +118,6 @@ int main(int argc, char *argv[])
#else
int main(void)
{
- tst_brkm(TCONF, "test requires libcrypto and openssl development packages");
+ tst_brkm(TCONF, NULL, "test requires libcrypto and openssl development packages");
}
#endif
diff --git a/testcases/kernel/security/integrity/ima/src/ima_measure.c b/testcases/kernel/security/integrity/ima/src/ima_measure.c
index 0bb7d2466..3aa56490f 100644
--- a/testcases/kernel/security/integrity/ima/src/ima_measure.c
+++ b/testcases/kernel/security/integrity/ima/src/ima_measure.c
@@ -214,6 +214,6 @@ int main(int argc, char *argv[])
#else
int main(void)
{
- tst_brkm(TCONF, "test requires libcrypto and openssl development packages");
+ tst_brkm(TCONF, NULL, "test requires libcrypto and openssl development packages");
}
#endif
--
2.14.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH 1/1] kernel/ima. Fix compile error regression
2017-10-16 9:58 [LTP] [PATCH 1/1] kernel/ima. Fix compile error regression Petr Vorel
@ 2017-10-16 10:04 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-10-16 10:04 UTC (permalink / raw)
To: ltp
Hi!
> introduced in 8b6f0f9a9 ("m4: Fix libcrypto detection on 32-bit cross build")
Sigh, that is a failure I've introduced. Thanks for fixing it, pushed.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-16 10:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 9:58 [LTP] [PATCH 1/1] kernel/ima. Fix compile error regression Petr Vorel
2017-10-16 10:04 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox