Go to file
Dave Airlie 78d0fd6526 gamma_dma_priority and gamma_dma_send_buffers both deref d->send_indices
and/or d->send_sizes. When these functions are called from gamma_dma,
    these pointers are user pointers and are thus not safe to deref. This
    patch copies over the pointers inside gamma_dma_priority and
    gamma_dma_send_buffers.
Submitted-by: Robert T. Johnson <rtjohnso@eecs.berkeley.edu> Signed-off-by:
    Dave Airlie <airlied@linux.ie>
2004-06-10 09:43:53 +00:00
bsd Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few 2004-05-11 04:43:43 +00:00
bsd-core Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few 2004-05-11 04:43:43 +00:00
libdrm build fix 2003-11-04 00:59:52 +00:00
linux gamma_dma_priority and gamma_dma_send_buffers both deref d->send_indices 2004-06-10 09:43:53 +00:00
linux-core The dev->devname being passed to request_irq in drm_irq.h is null. With the 2004-06-07 01:42:35 +00:00
scripts No /bin/bash on BSD. 2004-05-09 21:57:58 +00:00
shared Added some comments copied from xf86drm.h. 2004-06-02 17:41:52 +00:00
shared-core Added some comments copied from xf86drm.h. 2004-06-02 17:41:52 +00:00
tests Targets for building dristat and drmstat. 2003-04-25 00:57:42 +00:00