All of lore.kernel.org
 help / color / mirror / Atom feed
* Grant Tables  & mm.c
@ 2007-07-04 10:16 Koripella Srinivas
  2007-07-04 10:20 ` Keir Fraser
  2007-07-04 14:13 ` Mark Williamson
  0 siblings, 2 replies; 8+ messages in thread
From: Koripella Srinivas @ 2007-07-04 10:16 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]

Hi,
I am using grant tables to set up a shared memory between two guests.
One problem i am facing is that as soon as the shared memory is set up one of the domain crashes with the log message 
 "Attempt to implicitly unmap a granted PTE".
the message is from function "put_page_from_l1e" in mm.c(arch/x86).

what could be the reason? Any pointers would be of great help






		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

[-- Attachment #1.2: Type: text/html, Size: 778 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <469219.20698.qm@web94111.mail.in2.yahoo.com>]
* Re: Grant Tables  & mm.c
@ 2007-07-07 13:44 Koripella Srinivas
  2007-07-07 15:19 ` Derek Murray
  0 siblings, 1 reply; 8+ messages in thread
From: Koripella Srinivas @ 2007-07-07 13:44 UTC (permalink / raw)
  To: Mark Williamson; +Cc: derek.murray, xen-devel, keir


[-- Attachment #1.1: Type: text/plain, Size: 1788 bytes --]

I was looking at the user space grant tables but i did not find any code calling the function
"remap_pfn_range" to map the kmalloc ed allocated memory into user space.
What could be the reason?? Or am i missing something

Thanks Mark.


----- Original Message ----
From: Mark Williamson <mark.williamson@cl.cam.ac.uk>
To: Koripella Srinivas <talkwithsrinivas@yahoo.co.in>
Cc: xen-devel@lists.xensource.com
Sent: Friday, 6 July, 2007 9:55:48 AM
Subject: Re: [Xen-devel] Grant Tables  & mm.c

> " Linux tends to zap userspace page mappings quite cheerfully
> unless you do something to stop it, could this be your problem?"
>
> What does this mean exactly??

Linux "zaps" mappings when it removes them from pagetables.  Really this 
corresponds to zeroing a pte corresponding to that mapping.

Unless you do something to stop the Linux mm system from treating the grant 
table mappins like "normal" RAM, it will eventually want to simply zero them.  
This will break for grant mappings, since it is not a permitted means of 
unmapping granted memory.

> Any way i can prevent it from happening?

It depends on what you're trying to do...

Have you looked at the userspace grantables driver in our Linux tree?  This 
provides a device for mapping granted memory safely into userspace, handling 
cleanup correctly.  Even if that's not directly useful, maybe you can find 
some code in there that'll help you.

Cheers,
Mark

-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!







		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

[-- Attachment #1.2: Type: text/html, Size: 2429 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2007-07-07 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-04 10:16 Grant Tables & mm.c Koripella Srinivas
2007-07-04 10:20 ` Keir Fraser
2007-07-04 18:42   ` Jeremy Fitzhardinge
2007-07-04 19:04     ` Keir Fraser
2007-07-04 14:13 ` Mark Williamson
     [not found] <469219.20698.qm@web94111.mail.in2.yahoo.com>
2007-07-06  4:25 ` Mark Williamson
  -- strict thread matches above, loose matches on Subject: below --
2007-07-07 13:44 Koripella Srinivas
2007-07-07 15:19 ` Derek Murray

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.