[LTP] [PATCH v2 2/2] hugemmap34: Test to detect bug with migrating gigantic pages
Li Wang
liwang@redhat.com
Mon Sep 11 10:33:32 CEST 2023
Li Wang <liwang@redhat.com> wrote:
> + if (tst_taint_check())
> + tst_res(TFAIL, "Test resulted in kernel tainted");
> + else
> + tst_res(TPASS, "Test completed successfully");
>
Note:
As Cyril points out we just need to report PASS if nothing bad happens.
(taint initiate and check work has been completed in LTP-lib via
.taint_check)
tst_res(TPASS, "Nothing bad happened, probably.");
--
Regards,
Li Wang
More information about the ltp
mailing list