Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262418AbUIZTkY (ORCPT ); Sun, 26 Sep 2004 15:40:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262406AbUIZTkY (ORCPT ); Sun, 26 Sep 2004 15:40:24 -0400 Received: from hirsch.in-berlin.de ([192.109.42.6]:42914 "EHLO hirsch.in-berlin.de") by vger.kernel.org with ESMTP id S262418AbUIZTkT (ORCPT ); Sun, 26 Sep 2004 15:40:19 -0400 X-Envelope-From: kraxel@bytesex.org Date: Sun, 26 Sep 2004 21:26:19 +0200 From: Gerd Knorr To: Peter Osterlund Cc: Linus Torvalds , Kernel Mailing List Subject: Re: Linux 2.6.9-rc2 Message-ID: <20040926192618.GA13188@bytesex> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 750 Lines: 23 > > 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/