From: Nishanth Aravamudan <nacc@us.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: haveblue@us.ibm.com, linux-kernel@vger.kernel.org,
Yasunori Goto <y-goto@jp.fujitsu.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Subject: Re: [PATCH] typo in i386/init.c [BugMe #6538]
Date: Tue, 16 May 2006 10:34:21 -0700 [thread overview]
Message-ID: <20060516173421.GB4341@us.ibm.com> (raw)
In-Reply-To: <20060516102427.2c50d469.akpm@osdl.org>
On 16.05.2006 [10:24:27 -0700], Andrew Morton wrote:
> Nishanth Aravamudan <nacc@us.ibm.com> wrote:
> >
> > Hi Andrew,
> >
> > Resending, since I haven't heard anything back yet.
> >
> > Description: Fix a small typo in arch/i386/mm/init.c. Confirmed to fix
> > BugMe #6538.
> >
> > Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
> >
> > diff -urpN 2.6.17-rc4/arch/i386/mm/init.c 2.6.17-rc4-dev/arch/i386/mm/init.c
> > --- 2.6.17-rc4/arch/i386/mm/init.c 2006-05-12 10:26:59.000000000 -0700
> > +++ 2.6.17-rc4-dev/arch/i386/mm/init.c 2006-05-12 13:49:38.000000000 -0700
> > @@ -651,7 +651,7 @@ void __init mem_init(void)
> > * Specifically, in the case of x86, we will always add
> > * memory to the highmem for now.
> > */
> > -#ifdef CONFIG_HOTPLUG_MEMORY
> > +#ifdef CONFIG_MEMORY_HOTPLUG
> > #ifndef CONFIG_NEED_MULTIPLE_NODES
> > int add_memory(u64 start, u64 size)
> > {
> >
>
> I already have this patch queued up but I was half-wondering whether
> to not send it in for 2.6.17. Partly because the kernel actually
> links and apparently works, which is a rarity when memory hotplug is
> concerned.
>
> And partly because, well, just look at the patch. It will give the
> kernel new global symbols add_memory() and remove_memory(). So how
> come it links OK at present?
BugMe #6538 (http://bugzilla.kernel.org/show_bug.cgi?id=6538) indicates
that we currently fail to link with at least 1 .config currently. Toralf
indicated this patch fixes the build for that particular .config.
> And how do we know that it'll link correctly with all configs once
> those symbols are added? If it _does_ link OK with these symbols
> added then they're not needed anyway.
>
> So there's something fishy going on here.
I won't deny that :)
Thanks,
Nish
--
Nishanth Aravamudan <nacc@us.ibm.com>
IBM Linux Technology Center
next prev parent reply other threads:[~2006-05-16 17:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-16 16:50 [PATCH] typo in i386/init.c [BugMe #6538] Nishanth Aravamudan
2006-05-16 16:58 ` Dave Hansen
2006-05-16 17:24 ` Andrew Morton
2006-05-16 17:34 ` Dave Hansen
2006-05-16 17:34 ` Nishanth Aravamudan [this message]
2006-05-16 17:40 ` Dave Hansen
2006-05-17 5:37 ` KAMEZAWA Hiroyuki
-- strict thread matches above, loose matches on Subject: below --
2006-05-13 15:49 Nishanth Aravamudan
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=20060516173421.GB4341@us.ibm.com \
--to=nacc@us.ibm.com \
--cc=akpm@osdl.org \
--cc=haveblue@us.ibm.com \
--cc=kamezawa.hiroyu@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=y-goto@jp.fujitsu.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 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.