http://bugs.freedesktop.org/show_bug.cgi?id=23626





--- Comment #8 from Kevin DeKorte <kdeko...@yahoo.com>  2009-09-14 10:37:39 PST 
---
suokko on #radeon had me add a patch that basically isolated the problem down
to 

drivers/gpu/drm/radeon/radeon_cs.c around line 108

        chunk_array_ptr = (uint64_t *)(unsigned long)(cs->chunks);
        if (DRM_COPY_FROM_USER(p->chunks_array, chunk_array_ptr,
                               sizeof(uint64_t)*cs->num_chunks)) {
                return -EFAULT;
        }

he believes the ptr from userspace is invalid since that memory allocation is
failing.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to