Re: [PATCH] proxy memory objects

[email protected] (Thomas Bushnell, BSG) 12 Dec 2002 11:49:10 -0800
Newsgroups gmane.os.hurd.devel.readers
Message-ID <[email protected]>
Marcus Brinkmann <[email protected]> writes:

> On Wed, Dec 11, 2002 at 09:55:35PM -0800, Thomas Bushnell, BSG wrote:
> > One is to have the create_proxy call say "oh, you're creating a
> > secondary proxy".  Then it would need to make a new proxy on the same
> > real memory object, and its permissions would be the AND of the ones
> > provided and the ones in the primary proxy.  
> > one.  
> 
> I think that's the way to go.  create_proxy should always resolve the
> nested objects to a linear list of real memory objects with protection
> and ranges.

I still want to know what's going on with why the vm_object_enter call
fails on a proxy instead of hanging.