Re: [PATCH v2 08/15] tidspbridge: Fix VM_PFNMAP mapping

2012-09-24 Thread Laurent Pinchart
Hi Felipe, On Friday 21 September 2012 20:37:40 Felipe Contreras wrote: On Wed, Sep 19, 2012 at 2:06 PM, Laurent Pinchart wrote: VMAs marked with the VM_PFNMAP flag have no struct page associated with the memory PFNs. Don't call get_page()/put_page() on the pages supposedly associated with

Re: [PATCH v2 08/15] tidspbridge: Fix VM_PFNMAP mapping

2012-09-21 Thread Felipe Contreras
On Wed, Sep 19, 2012 at 2:06 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: VMAs marked with the VM_PFNMAP flag have no struct page associated with the memory PFNs. Don't call get_page()/put_page() on the pages supposedly associated with the PFNs. I don't see anything wrong with

[PATCH v2 08/15] tidspbridge: Fix VM_PFNMAP mapping

2012-09-19 Thread Laurent Pinchart
VMAs marked with the VM_PFNMAP flag have no struct page associated with the memory PFNs. Don't call get_page()/put_page() on the pages supposedly associated with the PFNs. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Omar Ramirez Luna omar.rami...@ti.com ---