[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15938.1175253862@redhat.com>
Date: Fri, 30 Mar 2007 12:24:22 +0100
From: David Howells <dhowells@...hat.com>
To: "Aubrey Li" <aubreylee@...il.com>
Cc: vapier.adi@...il.com, jie.zhang@...log.com, bryan.wu@...log.com,
"Andrew Morton" <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nommu arch dont zero the anonymous mapping by adding UNINITIALIZE flag
Aubrey Li <aubreylee@...il.com> wrote:
> malloc() allocates size bytes and returns a pointer to the allocated memory.
> ****The memory is not cleared.****
But this is *not* malloc(). It's mmap(). Are you prepared to guarantee that
there are no applications out there that don't rely on anon mmap() giving
zeroed memory?
The MMU-mode clearing is done for security reasons - there shouldn't be any
leakage between processes, and because the zero page can just be faulted in.
Personally, I'd prefer to maintain compatibility with MMU-mode wherever
possible, but I'm happy with overrides like the MAP_UNINITIALISED flag
suggested.
David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists