This is a note to let you know that I've just added the patch titled au1100fb: VM_IO is set by io_remap_pfn_range() to the 3.10-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: au1100fb-vm_io-is-set-by-io_remap_pfn_range.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From c607f450f6e49f5794f27617bedc638b51044d2e Mon Sep 17 00:00:00 2001 From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Date: Sat, 11 May 2013 12:38:38 -0400 Subject: au1100fb: VM_IO is set by io_remap_pfn_range() From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> commit c607f450f6e49f5794f27617bedc638b51044d2e upstream. Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/video/au1100fb.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/video/au1100fb.c +++ b/drivers/video/au1100fb.c @@ -385,8 +385,6 @@ int au1100fb_fb_mmap(struct fb_info *fbi vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); pgprot_val(vma->vm_page_prot) |= (6 << 9); //CCA=6 - vma->vm_flags |= VM_IO; - if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT, vma->vm_end - vma->vm_start, vma->vm_page_prot)) { Patches currently in stable-queue which might be from viro@xxxxxxxxxxxxxxxxxx are queue-3.10/au1100fb-vm_io-is-set-by-io_remap_pfn_range.patch queue-3.10/au1200fb-io_remap_pfn_range-sets-vm_io.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html