KUNIT_ASSERT_NOT_NULL_MSG
KUNIT_ASSERT_NOT_NULL_MSG(test, gse, "L0 Heap counter missing");
KUNIT_ASSERT_NOT_NULL_MSG(test, gse, "L0 Heap counter max missing");
KUNIT_ASSERT_NOT_NULL_MSG(test, gse, "L0 page-table size missing");
KUNIT_ASSERT_NOT_NULL_MSG(test, gse, "L0 page-table size-max missing");
KUNIT_ASSERT_NOT_NULL_MSG(test, gse, "L0 page-table reclaim size missing");
KUNIT_ASSERT_NOT_NULL_MSG(test, \
KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(full_log, "Add newline\n"),
KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!");
KUNIT_ASSERT_NOT_NULL_MSG(test, name, "Don't have name for %s", valid_fmt[i].name);