All of lore.kernel.org
 help / color / mirror / Atom feed
From: Long Pu <long.pu@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Why is clear_user_highpage necessary in do_anonymous_page()?
Date: Thu, 23 Sep 2004 08:35:31 +0800	[thread overview]
Message-ID: <516c87e80409221735b1b6a92@mail.gmail.com> (raw)
In-Reply-To: <516c87e8040922022973701fff@mail.gmail.com>

  I wonder why clear_user_highpage is necessary if we don't concern security.
When we write  to a anonymous page the very first time, we don't care
whatever the original contents of that page is. And
clear_user_highpage() takes a lot of cpu time under certain workload
such as compiling kernel.

 Is there any reason I don't know to reserve it?

           reply	other threads:[~2004-09-23  0:35 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <516c87e8040922022973701fff@mail.gmail.com>]

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=516c87e80409221735b1b6a92@mail.gmail.com \
    --to=long.pu@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.