public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] bootmem: Fix node-setup agnostic free_bootmem()
@ 2008-04-12 22:33 Johannes Weiner
  2008-04-12 22:33 ` [patch 1/2] bootmem: Revert "mm: fix boundary checking in free_bootmem_core" Johannes Weiner
  2008-04-12 22:33 ` [patch 2/2] bootmem: Node-setup agnostic free_bootmem() Johannes Weiner
  0 siblings, 2 replies; 21+ messages in thread
From: Johannes Weiner @ 2008-04-12 22:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andi Kleen, Ingo Molnar, Andrew Morton, Yinghai Lu, Yasunori Goto,
	KAMEZAWA Hiroyuki, Christoph Lameter

[the first send didn't make it to lkml, so here it is again]

Hi,

as I was doing some clean-ups in the bootmem allocator, I noticed the
patch

    5a982cbc7b3fe6cf72266f319286f29963c71b9e
    mm: fix boundary checking in free_bootmem_core

which seems to implement the opposite of what the subject promises.

It makes input arguments acceptable if they are `a bit wrong' and
silently aborts if they are completely off the whack.

Please have a look at the two patches I propose: one to revert the
original and the other one to reimplement what the whole thing was
really about: having free_bootmem() itself look up the node holding
the specified address range.

Note also that the reverted patch changed a helper function and
therefore also affected free_bootmem_node(), making the latter paper
over bugs as well.

	Hannes

Original version:

 mm/bootmem.c |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

New version:

 bootmem.c |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2008-04-15 20:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 22:33 [patch 0/2] bootmem: Fix node-setup agnostic free_bootmem() Johannes Weiner
2008-04-12 22:33 ` [patch 1/2] bootmem: Revert "mm: fix boundary checking in free_bootmem_core" Johannes Weiner
2008-04-13  1:55   ` Yinghai Lu
2008-04-12 22:33 ` [patch 2/2] bootmem: Node-setup agnostic free_bootmem() Johannes Weiner
2008-04-13  1:59   ` Yinghai Lu
2008-04-13 10:57     ` Johannes Weiner
2008-04-13 16:56   ` Andi Kleen
2008-04-15  6:23     ` Andrew Morton
2008-04-15  7:04       ` Yinghai Lu
2008-04-15  7:15         ` Andrew Morton
2008-04-15  7:28           ` Yinghai Lu
2008-04-15  7:36             ` Andrew Morton
2008-04-15 11:51               ` Johannes Weiner
2008-04-15 18:52                 ` Yinghai Lu
2008-04-15 19:43                   ` Johannes Weiner
2008-04-15  7:46       ` Andi Kleen
2008-04-15 11:53         ` Johannes Weiner
2008-04-15 18:44           ` Yinghai Lu
2008-04-15 19:51             ` Johannes Weiner
2008-04-15 19:57               ` Yinghai Lu
2008-04-15 20:05                 ` Johannes Weiner

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