Re: [PATCH] NOMMU: add [stack] label to per-process maps output

From: David Howells
Date: Wed Dec 16 2009 - 12:00:06 EST


Mike Frysinger <vapier@xxxxxxxxxx> wrote:

> + if (vma->vm_start <= mm->start_brk &&
> + vma->vm_end >= mm->brk) {

Hmmm... That ought to involve mm->start_stack somewhere... (Or, more
probably, task->stack_start:-/)

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/