linux-kernel-test/drivers/media/video/uvc
Ming Lei a31a405547 V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4
The status[] is part of  uvc_device structure. We can't make sure
the address of status is at a cache-line boundary in all archs,so
status[] might share a cache-line with some fields in uvc_structure.
This can lead to some cache coherence issues(http://lwn.net/Articles/2265/).
Use dynamically allocated buffer instead.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-10-12 09:37:08 -02:00
..
Kconfig V4L/DVB (8234): uvcvideo: Make input device support optional 2008-07-20 07:18:09 -03:00
Makefile
uvc_ctrl.c V4L/DVB (9053): fix buffer overflow in uvc-video 2008-10-04 23:04:32 -03:00
uvc_driver.c V4L/DVB (9030): uvcvideo : Add support for Advent 4211 integrated webcam 2008-10-12 09:37:07 -02:00
uvc_isight.c
uvc_queue.c PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 2008-07-24 10:47:21 -07:00
uvc_status.c V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4 2008-10-12 09:37:08 -02:00
uvc_v4l2.c V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a variable size format. 2008-10-12 09:37:08 -02:00
uvc_video.c V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a variable size format. 2008-10-12 09:37:08 -02:00
uvcvideo.h V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4 2008-10-12 09:37:08 -02:00