JIRA: https://issues.redhat.com/browse/RHEL-28063 commit f64205a42046d3802c423fa2059e7fca39af127c Author: Aaron Tomlin <atomlin@redhat.com> Date: Tue Mar 22 14:03:43 2022 +0000 module: Move kdb module related code out of main kdb code 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. Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Acked-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Donald Dutile <ddutile@redhat.com> |
||
---|---|---|
.. | ||
kdb | ||
Makefile | ||
debug_core.c | ||
debug_core.h | ||
gdbstub.c |