From: William Lee Irwin III <wli@holomorphy.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>,
ACPI mailing list <acpi-devel@lists.sourceforge.net>
Subject: Re: suspend-to-{RAM,disk} for 2.5.17
Date: Tue, 28 May 2002 14:24:27 -0700 [thread overview]
Message-ID: <20020528212427.GV14918@holomorphy.com> (raw)
In-Reply-To: <20020521222858.GA14737@elf.ucw.cz> <20020527194018.GQ14918@holomorphy.com> <20020528193220.GB189@elf.ucw.cz> <20020528210917.GU14918@holomorphy.com> <20020528211120.GA28189@atrey.karlin.mff.cuni.cz>
At some point in the past, Pavel Machek wrote:
>>> I had to add
>>> if (!curr) break;
>>> to fix the oops. It now looks way nicer. Thanx.
At some point in the past, I wrote:
>> It's pretty odd that this happens to the buddy lists. I guess if it's
>> needed as a stopgap measure, I can't complain too much, but I'd suspect
>> something's corrupting it or you're catching a buddy list operation in
>> progress. I might be interested in taking a stab at finding out where
>> the corruption happens if you also think that's what's going on.
On Tue, May 28, 2002 at 11:11:20PM +0200, Pavel Machek wrote:
> I think it is not a coruption, but something like
> "not all list are valid on non-himem machine", or something like that.
> Pavel
d'oh! Sorry about that, I forgot about free_area_init_core() not fixing
up zeroed-out list_heads for ZONE_HIGHMEM. I don't see any harm in
doing INIT_LIST_HEAD() on them in free_area_init_core(), and it would
seem to fix this boundary case, no? Alternatively, highmem zones on non-
highmem machines can be skipped by the caller as well. Do you think
either of these might be good ideas, or is it going too far out of one's
way for marginal code prettiness benefits?
Actually, I just thought of something that might be useful in addition,
which is that it would probably only be necessary to search inside of
page_zone(page), do you agree?
Cheers,
Bill
next prev parent reply other threads:[~2002-05-28 21:24 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-21 22:28 suspend-to-{RAM,disk} for 2.5.17 Pavel Machek
2002-05-21 23:01 ` Linus Torvalds
2002-05-21 23:15 ` Linus Torvalds
2002-05-21 23:27 ` Pavel Machek
2002-05-21 23:40 ` Pavel Machek
2002-05-21 23:20 ` Pavel Machek
2002-05-21 23:26 ` Linus Torvalds
2002-05-21 23:33 ` Pavel Machek
2002-05-22 0:09 ` Linus Torvalds
2002-05-22 0:15 ` Pavel Machek
2002-05-22 6:49 ` Martin Dalecki
2002-05-22 9:00 ` Pavel Machek
2002-05-22 10:03 ` Xavier Bestel
2002-05-22 9:03 ` Martin Dalecki
2002-05-22 10:35 ` Albert D. Cahalan
2002-05-22 10:42 ` Xavier Bestel
2002-05-22 12:54 ` Frank v Waveren
2002-05-22 15:59 ` Linus Torvalds
2002-05-25 13:30 ` Geert Uytterhoeven
2002-05-26 17:20 ` Pavel Machek
2002-05-27 19:40 ` William Lee Irwin III
2002-05-28 19:20 ` Pavel Machek
2002-05-28 19:32 ` Pavel Machek
2002-05-28 21:09 ` William Lee Irwin III
2002-05-28 21:11 ` Pavel Machek
2002-05-28 21:24 ` William Lee Irwin III [this message]
2002-05-28 21:34 ` Pavel Machek
2002-05-28 21:53 ` William Lee Irwin III
2002-05-28 22:00 ` Pavel Machek
2002-05-28 22:28 ` William Lee Irwin III
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=20020528212427.GV14918@holomorphy.com \
--to=wli@holomorphy.com \
--cc=acpi-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
/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