From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719Ab0ENUVT (ORCPT ); Fri, 14 May 2010 16:21:19 -0400 Received: from mail-yw0-f198.google.com ([209.85.211.198]:58118 "EHLO mail-yw0-f198.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753653Ab0ENUVR (ORCPT ); Fri, 14 May 2010 16:21:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=QubFa6F/DAZrfBvxxTICcV7hr8BuQs+VGAyFjhNv/u2jZm9WS0G1Dm4CS15eh/V9f4 be3DeEzKNnItpz1DEMH3CHzCqVFoybWHRb9jtmaI7CcETH4jf3E6nT4i3YuVyQD1wVya AdRRyBiQJNkO3NVkIIt0Nm2Rmro6Rpj+qUY5s= References: <4BEC7A84.3010503@gmail.com> <201005141520.30802.br1@einfach.org> <4BECEE3E.6090303@gmail.com> <201005141538.43416.br1@einfach.org> <4BED6F19.3040608@gmail.com> <20100514165325.GA28198@tux> <4BED8765.8040307@gmail.com> <67773379-350A-42D4-BEB5-DAC7D8277615@gmail.com> <20100514201339.GB28198@tux> Message-Id: <4638F7CF-1E00-411F-A086-BA30809E00BD@gmail.com> From: "Justin P. Mattock" To: "Luis R. Rodriguez" In-Reply-To: <20100514201339.GB28198@tux> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Subject: Re: ath9k: BUG kmalloc-8192: Poison overwritten Date: Fri, 14 May 2010 13:21:34 -0700 Cc: Luis Rodriguez , Bruno Randolf , "linux-wireless@vger.kernel.org" , Linux Kernel Mailing List Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Justin P. Mattock On May 14, 2010, at 1:13 PM, "Luis R. Rodriguez" wrote: > On Fri, May 14, 2010 at 12:04:15PM -0700, Justin P. Mattock wrote: >> >> >> On May 14, 2010, at 10:29 AM, "Luis R. Rodriguez" >> wrote: >> >>> On Fri, May 14, 2010 at 10:24 AM, Justin P. Mattock >>> wrote: >>> >>>> >>>> here you go: >>>> (I was grabbing the info >>>> after rmmod and modprobe) >>>> >>>> [ 7.034242] ATH9K: cachelsz: 256 >>>> [ 69.175348] ATH9K: cachelsz: 256 >>> >>> Close, so I without any patches applied, and by just running >>> modprobe as below: >>> >>> >>> modprobe ath9k debug=0x00000200 >>> >>> ath_print(common, ATH_DBG_CONFIG, "cachelsz %u >>> rxbufsize %u\n", >>> common->cachelsz, common->rx_bufsize); >>> >>> >>> This is already in the code so just please do this: >>> >>> rmmod ath9k >>> modprobe ath9k debug=0x00000200 >>> dmesg | grep cachelsz >> >> O.k. I did a git reset to the origin >> Then the above, unfortunantly nothing >> Shows up when grepping >> Any CONFIG options I might be missing? > > CONFIG_ATH_DEBUG > > Luis Eveything is on except ath5k For debugging.