Re: [PATCH v11 13/14] module: Move kdb module related code out of main kdb code
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-03-11 18:00:19
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-03-11 18:00:19
Also in:
lkml
On Fri, Mar 11, 2022 at 04:17:36PM +0000, Daniel Thompson wrote:
On Thu, Mar 10, 2022 at 10:26:24AM +0000, Aaron Tomlin wrote:quoted
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 <redacted>Reviewed-by: Daniel Thompson <redacted> Likewise w.r.t. to landing this via the modules tree, that's fine: Acked-by: Daniel Thompson <redacted>
Groovy thanks, this won't go in for the upcoming merge window, it will wait until the next kernel release as we have tons of testing to do still. Thanks! Luis