Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

+3
+3
drivers/video/sbuslib.c
··· 46 46 unsigned long off; 47 47 int i; 48 48 49 + if (!(vma->vm_flags & (VM_SHARED | VM_MAYSHARE))) 50 + return -EINVAL; 51 + 49 52 size = vma->vm_end - vma->vm_start; 50 53 if (vma->vm_pgoff > (~0UL >> PAGE_SHIFT)) 51 54 return -EINVAL;