mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: "Aubrey Li" <aubreylee@gmail.com>
Cc: vapier.adi@gmail.com, jie.zhang@analog.com, bryan.wu@analog.com,
	"Andrew Morton" <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] nommu arch dont zero the anonymous mapping by adding UNINITIALIZE flag
Date: Fri, 30 Mar 2007 12:24:22 +0100	[thread overview]
Message-ID: <15938.1175253862@redhat.com> (raw)
In-Reply-To: <6d6a94c50703300334w6b4787f3p144715de5166d7bc@mail.gmail.com>

Aubrey Li <aubreylee@gmail.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

  parent reply	other threads:[~2007-03-30 11:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-30  3:42 Wu, Bryan
2007-03-30  3:53 ` Mike Frysinger
2007-03-30  9:39 ` David Howells
2007-03-30 10:34   ` Aubrey Li
2007-03-30 11:24   ` David Howells [this message]
2007-03-30 13:44     ` Aubrey Li
2007-03-30 14:56       ` Alan Cox
2007-03-30 14:38         ` Aubrey Li
2007-03-30 18:13           ` Alan Cox
2007-03-30 15:11         ` David Howells
2007-03-30 15:46           ` Aubrey Li
2009-10-13  7:44           ` [PATCH] NOMMU: fix malloc performance by adding uninitialized flag Mike Frysinger
2009-10-13 15:20             ` [uClinux-dev] [PATCH] NOMMU: fix malloc performance by addinguninitialized flag Robin Getz
2009-10-13 10:10           ` [PATCH] NOMMU: fix malloc performance by adding uninitialized flag David Howells
2009-10-13 11:20             ` [PATCH v2] " Mike Frysinger
2009-10-13 13:03               ` Paul Mundt
2009-10-13 16:03             ` David Howells
2009-10-13 21:31               ` [PATCH v3] " Mike Frysinger
2009-10-13 23:04                 ` David McCullough
2009-10-14  0:25                 ` Greg Ungerer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15938.1175253862@redhat.com \
    --to=dhowells@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=aubreylee@gmail.com \
    --cc=bryan.wu@analog.com \
    --cc=jie.zhang@analog.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vapier.adi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome