All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: "Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@intel.com>,
	"'linux-mm@kvack.org'" <linux-mm@kvack.org>
Subject: RE: Silly question: How to map a user space page in kernel space?
Date: 25 Feb 2003 23:39:08 -0500	[thread overview]
Message-ID: <1046234347.1346.132.camel@phantasy> (raw)
In-Reply-To: <7550000.1046232898@[10.10.2.4]>

On Tue, 2003-02-25 at 23:14, Martin J. Bligh wrote:

> Each type is for a different usage, and you need to ensure that two things
> can't reuse the same type at once. As long as interrupts, or whatever could
> disturb you can't use what you use, you're OK. Note that you can't hold
> kmap_atomic over a schedule (presumably this means no pre-emption either).

Indeed, kmap_atomic() disables kernel preemption :)

Which found at least one instance of actually calling schedule() over
kmap_atomic(), due to the atomicity debugging.

	Robert Love

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

  reply	other threads:[~2003-02-26  4:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <A46BBDB345A7D5118EC90002A5072C780A7D57BB@orsmsx116.jf.intel.com >
2003-02-26  3:06 ` Silly question: How to map a user space page in kernel space? Perez-Gonzalez, Inaky
2003-02-26  4:14   ` Martin J. Bligh
2003-02-26  4:39     ` Robert Love [this message]
2003-02-26 19:04 Perez-Gonzalez, Inaky
  -- strict thread matches above, loose matches on Subject: below --
2003-02-26 18:57 Perez-Gonzalez, Inaky
2003-02-26 19:01 ` Mel Gorman
     [not found] <A46BBDB345A7D5118EC90002A5072C780A7D57E6@orsmsx116.jf.intel.com >
2003-02-26  4:44 ` Perez-Gonzalez, Inaky
2003-02-26  5:55   ` Martin J. Bligh
2003-02-26  8:33     ` Andrew Morton
2003-02-26 19:03       ` Martin J. Bligh
2003-02-26 12:40   ` Mel Gorman
2003-02-21 22:49 Perez-Gonzalez, Inaky
     [not found] <A46BBDB345A7D5118EC90002A5072C780A7D5194@orsmsx116.jf.intel.com >
2003-02-21 22:06 ` Perez-Gonzalez, Inaky
2003-02-21 22:22   ` Martin J. Bligh

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=1046234347.1346.132.camel@phantasy \
    --to=rml@tech9.net \
    --cc=inaky.perez-gonzalez@intel.com \
    --cc=linux-mm@kvack.org \
    --cc=mbligh@aracnet.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 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.