All of lore.kernel.org
 help / color / mirror / Atom feed
* PG_reserved bug
@ 2003-11-26 10:09 Amir Hermelin
  2003-11-26 10:17 ` William Lee Irwin III
  0 siblings, 1 reply; 6+ messages in thread
From: Amir Hermelin @ 2003-11-26 10:09 UTC (permalink / raw)
  To: linux-kernel

Hi,
I've found a bug in the 2.4.20 kernel (might have appeared before), that if
the PG_reserved flag is set on a page, its reference count will be
incremented but won't be decremented.  This is due to the wrong order of
lazy if tests in __free_pages().

I have two questions:
1.  How do I report it?  I found no maintainer for MM in MAINTAINERS
2.  I'm writing a module that gets pages (via __get_free_pages) and holds
them throughout its lifetime.  Where must I check if this page can be taken
from under me, without using the reserved bit?  In other words, if I want to
make sure the behavior is the same with or without the reserved bit, what
must I maintain?

Thanks,
Amir.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-11-26 13:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-26 10:09 PG_reserved bug Amir Hermelin
2003-11-26 10:17 ` William Lee Irwin III
2003-11-26 12:45   ` Amir Hermelin
2003-11-26 12:50     ` William Lee Irwin III
2003-11-26 13:07       ` Amir Hermelin
2003-11-26 13:09         ` William Lee Irwin III

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.