diff options
author | Geert Uytterhoeven <[email protected]> | 2020-08-11 18:34:38 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-08-12 10:57:59 -0700 |
commit | 403f177304354990c36d5a7d125bce2b39bcbe2c (patch) | |
tree | ba2cae5b19454dc4953cb5f7ea2cd0259c73cde4 /lib/test_overflow.c | |
parent | 0a650e472d2039a5f768acd82f2a7068bf338dfd (diff) |
lib/test_bitops: do the full test during module init
Currently, the bitops test consists of two parts: one part is executed
during module load, the second part during module unload. This is
cumbersome for the user, as he has to perform two steps to execute all
tests, and is different from most (all?) other tests.
Merge the two parts, so both are executed during module load.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: Wei Yang <[email protected]>
Cc: Jesse Brandeburg <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions