Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:47940 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131Ab0JGT1Y (ORCPT ); Thu, 7 Oct 2010 15:27:24 -0400 Subject: Re: memory clobber in rx path, maybe related to ath9k. From: Johannes Berg To: Ben Greear Cc: "Luis R. Rodriguez" , "linux-wireless@vger.kernel.org" In-Reply-To: <4CAE1DFB.303@candelatech.com> References: <4CAB59B2.5050106@candelatech.com> <4CAB5F3D.9060201@candelatech.com> <4CAB627F.8020804@candelatech.com> <4CAB64AD.4080105@candelatech.com> <4CAB6B08.4050801@candelatech.com> <4CAE0474.4090605@candelatech.com> <1286475250.20974.22.camel@jlt3.sipsolutions.net> <4CAE13F6.2010003@candelatech.com> <4CAE1DFB.303@candelatech.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Oct 2010 21:27:22 +0200 Message-ID: <1286479642.20974.32.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2010-10-07 at 12:22 -0700, Ben Greear wrote: > After reboot, and re-run of the script, > I saw this in the logs, and shortly after, > the SLUB poison warning dumped to screen. > > Maybe those DMA errors are serious? > ath: Failed to stop TX DMA in 100 msec after killing last frame > ath: Failed to stop TX DMA. Resetting hardware! That's TX DMA, it can hardly result in invalid memory writes like the ones you've been seeing. I'm still convinced something is wrong with ath9k RX DMA, as you've seen the contents of frames written to already freed memory regions. Since I don't know anything about ath9k, you should probably not rely on me though :-) johannes