From: Don Zickus <dzickus@redhat.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Jan Beulich <JBeulich@suse.com>,
x86@kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86,nmi: Fix section mismatch warnings on 32-bit
Date: Thu, 7 Jun 2012 22:06:54 -0400 [thread overview]
Message-ID: <20120608020654.GA18530@redhat.com> (raw)
In-Reply-To: <20120605172208.GA29862@merkur.ravnborg.org>
On Tue, Jun 05, 2012 at 07:22:08PM +0200, Sam Ravnborg wrote:
> > >> I do not know enough about behind the scene compiler magic to track this
> > >> down correctly. So any insight/help is greatly appreciated. :-)
> > >
> > > We register a function annotated __init. And the normal use of this
> > > register()
> > > is for functions that survive the init phase.
> > > So drop the __init annotation on the function we register and the mismatch
> > > is fixed.
> >
> > But in the case here the function really is being used at init time
> > only.
> This is only for testing. Ando nly if CONFIG_DEBUG_NMI_SELFTEST is set.
Hi Sam,
Sorry for ignoring your responses before. Somehow your emails were not
hitting my inbox for some reason, but I found them in my lkml folder.
So I am confused on the right way to fix this.
Sam is saying drop the __init and Jan is suggesting add __initdata for
these two special cases.
Anyone want to break the tie? :-)
Cheers,
Don
next prev parent reply other threads:[~2012-06-08 2:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 19:56 [PATCH] x86,nmi: Fix section mismatch warnings on 32-bit Don Zickus
2012-06-05 8:12 ` Jan Beulich
2012-06-05 14:47 ` Don Zickus
2012-06-05 15:42 ` Jan Beulich
2012-06-05 18:35 ` Don Zickus
2012-06-06 11:14 ` Jan Beulich
2012-06-06 14:03 ` Don Zickus
2012-06-06 15:45 ` Ingo Molnar
2012-06-06 18:28 ` Don Zickus
2012-06-07 7:43 ` Li Zhong
2012-06-07 12:48 ` Don Zickus
2012-06-08 20:51 ` Don Zickus
2012-06-11 1:36 ` Zhong Li
2012-06-11 8:19 ` Ingo Molnar
2012-06-05 16:13 ` Sam Ravnborg
2012-06-05 16:18 ` Jan Beulich
2012-06-05 17:22 ` Sam Ravnborg
2012-06-08 2:06 ` Don Zickus [this message]
2012-06-08 5:40 ` Sam Ravnborg
-- strict thread matches above, loose matches on Subject: below --
2012-06-06 14:05 Don Zickus
2012-06-06 21:22 ` Witold Baryluk
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=20120608020654.GA18530@redhat.com \
--to=dzickus@redhat.com \
--cc=JBeulich@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=x86@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.