On Thu, Mar 10, 2022 at 10:26:24AM +0000, Aaron Tomlin wrote: > No functional change. > > This patch migrates the kdb 'lsmod' command support out of main > kdb code into its own file under kernel/module. In addition to > the above, a minor style warning i.e. missing a blank line after > declarations, was resolved too. The new file was added to > MAINTAINERS. Finally we remove linux/module.h as it is entirely > redundant. > > Signed-off-by: Aaron Tomlin <atomlin@xxxxxxxxxx> Reviewed-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Likewise w.r.t. to landing this via the modules tree, that's fine: Acked-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Daniel.