linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Aaron Tomlin <atomlin@redhat.com>,
	christophe.leroy@csgroup.eu, cl@linux.com, mbenes@suse.cz,
	akpm@linux-foundation.org, jeyu@kernel.org,
	linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org,
	void@manifault.com, atomlin@atomlin.com, allen.lkml@gmail.com,
	joe@perches.com, msuchanek@suse.de, oleksandr@natalenko.name,
	jason.wessel@windriver.com, pmladek@suse.com, hch@infradead.org
Subject: Re: [PATCH v11 13/14] module: Move kdb module related code out of main kdb code
Date: Fri, 11 Mar 2022 10:00:05 -0800	[thread overview]
Message-ID: <YiuOJclTu3/C9Olo@bombadil.infradead.org> (raw)
In-Reply-To: <20220311161736.2i53cjovg3plbiqu@maple.lan>

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:
> > 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@redhat.com>
> 
> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
> 
> Likewise w.r.t. to landing this via the modules tree, that's fine:
> Acked-by: Daniel Thompson <daniel.thompson@linaro.org>

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

  reply	other threads:[~2022-03-11 18:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 10:23 [PATCH v11 00/14] module: core code clean up Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 01/14] module: Move all into module/ Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 02/14] module: Simple refactor in preparation for split Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 03/14] module: Make internal.h and decompress.c more compliant Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 04/14] module: Move livepatch support to a separate file Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 05/14] module: Move latched RB-tree " Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 06/14] module: Move strict rwx " Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 07/14] module: Move extra signature support out of core code Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 08/14] module: Move kmemleak support to a separate file Aaron Tomlin
2022-03-10 10:24 ` [PATCH v11 09/14] module: Move kallsyms support into " Aaron Tomlin
2022-06-28  4:05   ` Steven Rostedt
2022-06-28  8:19     ` Aaron Tomlin
2022-07-01 22:34       ` Luis Chamberlain
2022-07-03  8:33         ` Aaron Tomlin
2022-07-03 13:23           ` Steven Rostedt
2022-07-03 13:57             ` Aaron Tomlin
2022-07-03 14:13               ` Steven Rostedt
2022-07-03 14:24                 ` Aaron Tomlin
2022-07-03 17:58                 ` Christophe Leroy
2022-07-03 23:18                   ` Steven Rostedt
2022-03-10 10:24 ` [PATCH v11 10/14] module: kallsyms: Fix suspicious rcu usage Aaron Tomlin
2022-06-28  3:56   ` Steven Rostedt
2022-06-28 16:21     ` Aaron Tomlin
2022-06-28 16:24       ` Steven Rostedt
2022-03-10 10:24 ` [PATCH v11 11/14] module: Move procfs support into a separate file Aaron Tomlin
2022-03-10 10:26 ` [PATCH v11 12/14] module: Move sysfs " Aaron Tomlin
2022-03-10 10:26   ` [PATCH v11 13/14] module: Move kdb module related code out of main kdb code Aaron Tomlin
2022-03-10 10:30     ` Aaron Tomlin
2022-03-11 16:17     ` Daniel Thompson
2022-03-11 18:00       ` Luis Chamberlain [this message]
2022-03-10 10:26   ` [PATCH v11 14/14] module: Move version support into a separate file Aaron Tomlin
2022-03-10 10:32     ` Aaron Tomlin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YiuOJclTu3/C9Olo@bombadil.infradead.org \
    --to=mcgrof@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=allen.lkml@gmail.com \
    --cc=atomlin@atomlin.com \
    --cc=atomlin@redhat.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=cl@linux.com \
    --cc=daniel.thompson@linaro.org \
    --cc=hch@infradead.org \
    --cc=jason.wessel@windriver.com \
    --cc=jeyu@kernel.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=mbenes@suse.cz \
    --cc=msuchanek@suse.de \
    --cc=oleksandr@natalenko.name \
    --cc=pmladek@suse.com \
    --cc=void@manifault.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).