linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* pgcl-2.5.70-bk5-2
@ 2003-05-31 19:14 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2003-05-31 19:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mm

This release corrects a showstopping list handling bug in the pgd slab
management code. When PAGE_MMUCOUNT > 1, the pgd : struct page relation
becomes N:1, so that pgd_ctor() and pgd_dtor() may be called multiple
times for each page dedicated to the pgd slab. The bug was that
pgd_ctor() did an unconditional list_add(&page->lru, &pgd_list) and
pgd_dtor() did an unconditional list_del(&page->lru, &pgd_list)
regardless of whether the page backing the pgd's passed as an argument
was already on the pgd_list. There was also a bug in pageattr.c where
the pieces of a pgd slab page weren't iterated over when looping over
pgd slab pages.

A minor highmem compilefix and a fixes for /proc/vmstat reporting
inaccuracies are also included.

pgcl-2.5.70-bk5-2 survives a couple of hours of running dbench and
tiobench in a loop.

Available as an incremental patch atop pgcl-2.5.70-bk5-1 from:
ftp://ftp.kernel.org/pub/linux/kernel/people/wli/vm/pgcl/


-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-31 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-31 19:14 pgcl-2.5.70-bk5-2 William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox