Re: Linux 2.6.9-rc2

From: Gerd Knorr
Date: Sun Sep 26 2004 - 14:41:27 EST


> > makes my computer lock up or instantly reboot when I try to do a tv
> > recording with mplayer.
>
> I think the patch below should be applied before 2.6.9. It fixes the
> bug that made the card DMA lots of data to random memory locations,
> causing lockups and instant reboots.

> + int topfield = (0 == yoffset);
> - if (!yoffset)
> + if (topfield)

Fix is ok. I've submitted another bttv update with that one included
to andrew already (is in current -mm) through.

Gerd

--
return -ENOSIG;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/