From: William Lee Irwin III <wli@holomorphy.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.5-rc2-mm1
Date: Sun, 21 Mar 2004 09:40:50 -0800 [thread overview]
Message-ID: <20040321174050.GY2045@holomorphy.com> (raw)
In-Reply-To: <20040321015412.491cd2cd.akpm@osdl.org>
On Sun, Mar 21, 2004 at 01:54:12AM -0800, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc2/2.6.5-rc2-mm1/
> - Dave Jones's agpgart and cpufreq trees will henceforth be included in -mm
> kernels.
> - Various speedups, cleanups and fixes to the writeback, ext2 and ext3 code.
> - The usual bunch of random fixes
The following oddity needs a fixup to properly interact with PG_compound.
It's trying to partially free "unused" pieces of a higher-order page.
OTOH, who knows if this thing even compiles anymore.
Index: mm2-2.6.5-rc2-1/drivers/video/acornfb.c
===================================================================
--- mm2-2.6.5-rc2-1.orig/drivers/video/acornfb.c 2004-03-19 16:11:51.000000000 -0800
+++ mm2-2.6.5-rc2-1/drivers/video/acornfb.c 2004-03-21 09:22:59.000000000 -0800
@@ -1343,10 +1343,6 @@
/* Mark the framebuffer pages as reserved so mmap will work. */
for (page = base; page < PAGE_ALIGN(base + size); page += PAGE_SIZE)
SetPageReserved(virt_to_page(page));
- /* Hand back any excess pages that we allocated. */
- for (page = base + size; page < top; page += PAGE_SIZE)
- free_page(page);
-
fb_info.screen_base = (char *)base;
fb_info.fix.smem_start = virt_to_phys(fb_info.screen_base);
}
next prev parent reply other threads:[~2004-03-21 17:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-21 9:54 2.6.5-rc2-mm1 Andrew Morton
2004-03-21 17:40 ` William Lee Irwin III [this message]
2004-03-23 2:43 ` 2.6.5-rc2-mm1 Joshua Kwan
-- strict thread matches above, loose matches on Subject: below --
2004-03-23 1:08 2.6.5-rc2-mm1 Sid Boyce
2004-03-23 11:19 ` 2.6.5-rc2-mm1 Sid Boyce
2004-03-23 17:38 ` 2.6.5-rc2-mm1 Sid Boyce
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=20040321174050.GY2045@holomorphy.com \
--to=wli@holomorphy.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.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.