Re: xawtv segfaults with 2.2.3-ac1 (not 2.2.3)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 12 Mar 1999 13:11:58 +0000 (GMT)


> And additional investigation shows that this patch snippet is the
> culprit, modifying a line in video_mmap.
>
> - return vfl->mmap(vfl, (char *)vma->vm_start,
> - (unsigned long)(vma->vm_end-vma->vm_start));
> + return vfl->mmap(vfl, file, vma);
>

Yep - that one didnt get backed out when I meant to back it out. (Linus
solved the mmap problem a different cleaner way by globally changing some
behaviour). Just revert that bit

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/