aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2018-02-06 15:38:42 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-02-06 18:32:45 -0800
commit92fc7cb8ae4d021cf7740e4ad0ced9fa9e07dae0 (patch)
tree10093beb05fe7f8304baa8be739913bc7013ee21 /scripts
parentlib/: make RUNTIME_TESTS a menuconfig to ease disabling it all (diff)
downloadlinux-dev-92fc7cb8ae4d021cf7740e4ad0ced9fa9e07dae0.tar.xz
linux-dev-92fc7cb8ae4d021cf7740e4ad0ced9fa9e07dae0.zip
lib/test_sort.c: add module unload support
test_sort.c performs array-based and linked list sort test. Code allows to compile either as a loadable modules or builtin into the kernel. Current code is not allow to unload the test_sort.ko module after successful completion. This patch adds support to unload the "test_sort.ko" module by adding module_exit support. Previous patch was implemented auto unload support by returning -EAGAIN from module_init() function on successful case, but this approach is not ideal. The auto-unload might seem like a nice optimization, but it encourages inconsistent behaviour. And behaviour that is different from all other normal modules. Link: http://lkml.kernel.org/r/1513967133-6843-1-git-send-email-pravin.shedge4linux@gmail.com Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Cc: Kostenzer Felix <fkostenzer@live.at> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions