From: Linus Torvalds <torvalds@linux-foundation.org>
To: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
Andrew Morton <akpm@linux-foundation.org>,
Jesse Barnes <jbarnes@virtuousgeek.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86: split e820 reserved entries record to late v4 - fix
Date: Fri, 29 Aug 2008 09:55:51 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.1.10.0808290954580.3300@nehalem.linux-foundation.org> (raw)
In-Reply-To: <86802c440808290937y468a4368y9b6ed57ca0cb9896@mail.gmail.com>
On Fri, 29 Aug 2008, Yinghai Lu wrote:
> >
> > void insert_resource_expand_to_fit(struct resource *root, struct resource *new)
> > {
> > write_lock(&resource_lock);
> > while (new->start && new->parent) {
That should obviously be
while (new->start && !new->parent) {
^^^
oops.
I told you it was untested ;)
Linus
prev parent reply other threads:[~2008-08-29 16:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-29 8:13 Yinghai Lu
2008-08-29 8:18 ` Yinghai Lu
2008-08-29 16:05 ` Linus Torvalds
2008-08-29 16:37 ` Yinghai Lu
2008-08-29 16:55 ` Linus Torvalds [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=alpine.LFD.1.10.0808290954580.3300@nehalem.linux-foundation.org \
--to=torvalds@linux-foundation.org \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=yhlu.kernel@gmail.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
all inboxes | Powered by JetHome®