Re: [XenPPC] xencomm_create_mini() w/ user buffers

2006-08-10 Thread Hollis Blanchard
On Thu, 2006-08-10 at 14:56 -0400, Jimi Xenidis wrote: > > >> Because _mini() is for kernel space only, and this routine services > >> user-level pointers as well, I did not think that changing _mini() > >> was worth it. > > > > Would xencomm_create_mini() work just as well using > > __vaddr_to_

Re: [XenPPC] xencomm_create_mini() w/ user buffers

2006-08-10 Thread Jimi Xenidis
On Aug 10, 2006, at 2:04 PM, Hollis Blanchard wrote: On Thu, 2006-08-10 at 13:51 -0400, Jimi Xenidis wrote: On Aug 10, 2006, at 1:45 PM, Hollis Blanchard wrote: On Wed, 2006-08-09 at 23:02 +, Xen patchbot-linux-ppc-2.6 wrote: - rc = xencomm_create(arg, argsize, &desc, GFP_KERNEL);

Re: [XenPPC] xencomm_create_mini() w/ user buffers

2006-08-10 Thread Hollis Blanchard
On Thu, 2006-08-10 at 13:51 -0400, Jimi Xenidis wrote: > On Aug 10, 2006, at 1:45 PM, Hollis Blanchard wrote: > > > On Wed, 2006-08-09 at 23:02 +, Xen patchbot-linux-ppc-2.6 wrote: > >> - rc = xencomm_create(arg, argsize, &desc, GFP_KERNEL); > >> + if (!slab) { > >> +