public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Amerigo Wang <xiyou.wangcong@gmail.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: sam@ravnborg.org, Rusty Russell <rusty@rustcorp.com.au>,
	tony.luck@intel.com,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] also discard .*init sections after module initialization
Date: Wed, 1 Jul 2009 15:28:44 +0800	[thread overview]
Message-ID: <20090701072844.GG6076@cr0.nay.redhat.com> (raw)
In-Reply-To: <4A4A19C60200007800008353@vpn.id2.novell.com>

On Tue, Jun 30, 2009 at 12:57:26PM +0100, Jan Beulich wrote:
>Just like .init, these sections are supposed to be unneeded after init,
>and modpost warns about improper section references anyway. Likewise
>for .*exit which, other than .exit, aren't needed for the module unload
>path.
>

<snip>

> 
>+bool is_init_section_name(const char *name)
>+{


According to your description, this function name
looks confusing... at least for me.

      parent reply	other threads:[~2009-07-01  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-30 11:57 [PATCH] also discard .*init sections after module initialization Jan Beulich
2009-07-01  5:22 ` Rusty Russell
2009-07-01  7:04   ` Jan Beulich
2009-07-06 15:55     ` Tim Abbott
2009-07-07  6:27       ` Jan Beulich
2009-07-01  7:28 ` Amerigo Wang [this message]

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=20090701072844.GG6076@cr0.nay.redhat.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=JBeulich@novell.com \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=rusty@rustcorp.com.au \
    --cc=sam@ravnborg.org \
    --cc=tony.luck@intel.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