linux/kernel/module
Lucas De Marchi 663385f915 module: Simplify warning on positive returns from module_init()
It should now be rare to trigger this warning - it doesn't need to be so
verbose. Make it follow the usual style in the module loading code.

For the same reason, drop the dump_stack().

Suggested-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
2026-04-04 00:04:48 +00:00
..
Kconfig module: Fix the modversions and signing submenus 2026-02-23 17:45:03 +00:00
Makefile
debug_kmemleak.c
decompress.c
dups.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
internal.h module: deprecate usage of *_gpl sections in module loader 2026-03-31 23:42:52 +00:00
kallsyms.c
kdb.c
kmod.c
livepatch.c
main.c module: Simplify warning on positive returns from module_init() 2026-04-04 00:04:48 +00:00
procfs.c
signing.c module: Give MODULE_SIG_STRING a more descriptive name 2026-03-24 21:42:37 +00:00
stats.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
strict_rwx.c
sysfs.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tracking.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tree_lookup.c
version.c