On Tue, Feb 26, 2013 at 8:08 AM, Linus Torvalds <torva...@linux-foundation.org> wrote: > > It is totally untested, though. Does it work for you (and we should > do the same thing for the grows-up case, obviously)?
Ok, thinking about this more, this is not good enough. There is one case where growing into the previous/next vma is perfectly ok: when the previous/next vma is the same stack vma, and the reason we expanded it was because we had somehow unmapped the stack in the middle. Which isn't common or normal, but it has been known to happen. People doing things like unmapping sensitive data in the middle of the stack or whatever. We explicitly allow that case for the stack guard page for that reason. So I'll need to extend on that logic a bit more. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/