linux-2.4.19-gentoo-r10 The call to do_munmap() on line 234 of drivers/char/drm/i810_dma.c should have an extra parameter, otherwise it won't compile. As far as I can see (I could be wrong) the call should be: retcode = do_munmap(current->mm, (unsigned long)buf_priv->virtual, (size_t) buf->total, 1); i.e. add 1 as the 4th parameter.
maybe this could fix #7712
yeah, thanks... did this in all needed places in -r9 and -r10, remerge and test please.
I confirm that the proposed fix works - I've been using it for the last few days. But I really don't want to remerge right at the moment just when everything is stable and working and I don't have a spare machine to try it on! Sorry. Can someone else do it?
i wish i could update here (behind proxy) but daily snapshot is missing since 27.11.02 :(