This is a note to let you know that I've just added the patch titled

    [media] hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag

to the 2.6.36-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     hdpvr-add-missing-urb_no_transfer_dma_map-flag.patch
and it can be found in the queue-2.6.36 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 4f5c933abb34532dc962185c999509b97a97fa1b Mon Sep 17 00:00:00 2001
From: James M McLaren <[email protected]>
Date: Sun, 3 Oct 2010 19:09:18 -0300
Subject: [media] hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag

From: James M McLaren <[email protected]>

commit 4f5c933abb34532dc962185c999509b97a97fa1b upstream.

Necessary on arm.

Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/media/video/hdpvr/hdpvr-video.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/media/video/hdpvr/hdpvr-video.c
+++ b/drivers/media/video/hdpvr/hdpvr-video.c
@@ -157,6 +157,7 @@ int hdpvr_alloc_buffers(struct hdpvr_dev
                                  mem, dev->bulk_in_size,
                                  hdpvr_read_bulk_callback, buf);
 
+               buf->urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
                buf->status = BUFSTAT_AVAILABLE;
                list_add_tail(&buf->buff_list, &dev->free_buff_list);
        }


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.36/hdpvr-add-missing-urb_no_transfer_dma_map-flag.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to