diff options
author | Joe Fradley <[email protected]> | 2022-08-23 07:24:55 -0700 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-09-30 13:17:49 -0600 |
commit | 7d97635b72813d80f909ad24d7a64b2fe9a29c0b (patch) | |
tree | a3b4ec2ad2e3e288507a6b3948dd24a6761ce79f /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | d20a6ba5e3be5f8d9002c6c5a5d4dfecc5dc48f9 (diff) |
kunit: no longer call module_info(test, "Y") for kunit modules
Because KUnit test execution is not a guarantee with the kunit.enable
parameter we want to be careful to only taint the kernel when actual
tests run. Calling module_info(test, "Y") for every KUnit module
automatically causes the kernel to be tainted upon module load. Therefore,
we're removing this call and relying on the KUnit framework to taint the
kernel or not.
Signed-off-by: Joe Fradley <[email protected]>
Reviewed-by: David Gow <[email protected]>
Reviewed-by: Brendan Higgins <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions