public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* pages already locked on ia64
@ 2003-11-14 10:22 Christian Hinkelbein
  2003-11-17 23:40 ` David Mosberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Hinkelbein @ 2003-11-14 10:22 UTC (permalink / raw)
  To: linux-ia64

Hi,
i have the need to lock malloc'ed user mem between
kernel calls.

On ia32 i succesfully do a lock_page() on every
page returned by get_user_pages(), lateron i do
unlock_page().
On ia64 sometimes (on ia32 seemingly never) the first
page is already locked, just after malloc().
For a quick hack i check all pages before trying to
lock them, so that i am later just unlocking the
not previously locked ones.

I am quite shure that my approach is totally ill.
Could someone point me to some piece of information that
helps me get cured?

  christian


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-24  4:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-14 10:22 pages already locked on ia64 Christian Hinkelbein
2003-11-17 23:40 ` David Mosberger
2003-11-21 15:17 ` Christian Hinkelbein
2003-11-24  4:58 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox