// SPDX-License-Identifier: GPL-2.0-only #include <kunit/test.h> struct bprm_stack_limits_result { … }; static const struct bprm_stack_limits_result bprm_stack_limits_results[] = …; static void exec_test_bprm_stack_limits(struct kunit *test) { … } static struct kunit_case exec_test_cases[] = …; static struct kunit_suite exec_test_suite = …; kunit_test_suite(…) …;