module: in layout_sections, move_module: add the modname
authorJim Cromie <jim.cromie@gmail.com>
Wed, 22 Mar 2023 01:36:20 +0000 (19:36 -0600)
committerLuis Chamberlain <mcgrof@kernel.org>
Fri, 24 Mar 2023 18:33:09 +0000 (11:33 -0700)
commit6ed81802d4d1b037ad2d1657511ff0c2e9aeda14
treed5168b1844bb661e2c85519de1bb2a4058438ce2
parent25be451aa4c0e9a96c59a626ab0e93d5cb7f6f48
module: in layout_sections, move_module: add the modname

layout_sections() and move_module() each issue ~50 messages for each
module loaded.  Add mod-name into their 2 header lines, to help the
reader find his module.

no functional changes.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/main.c