Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757047AbYAGUYw (ORCPT ); Mon, 7 Jan 2008 15:24:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753276AbYAGUYn (ORCPT ); Mon, 7 Jan 2008 15:24:43 -0500 Received: from fk-out-0910.google.com ([209.85.128.188]:11703 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752574AbYAGUYl convert rfc822-to-8bit (ORCPT ); Mon, 7 Jan 2008 15:24:41 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=wISnmOt9b9TWEzs3MV44wY8S+N/d+Yv4bvHq1GtcDQFW1yTkynX5qhMQ1t8ElM4XfnFxMIz7QPxl0RFJ/VBwpUIPTkVgawkPWRyWnR5GzGcJXGPMvv2PhIwNevPhPexq09hMRXrP2J/XW4gz5vaTOC5z1rr/9dwdUp5+3sLsTZw= Date: Mon, 7 Jan 2008 21:23:44 +0100 From: Alejandro Riveira =?UTF-8?B?RmVybsOhbmRleg==?= To: Michael Buesch Cc: Linus Torvalds , Linux Kernel Mailing List , linux-wireless@vger.kernel.org Subject: Re: Linux 2.6.24-rc7 Message-ID: <20080107212344.1372cc47@Varda> In-Reply-To: <200801071830.51895.mb@bu3sch.de> References: <200801071724.03936.mb@bu3sch.de> <20080107175248.7b0e143f@Varda> <200801071830.51895.mb@bu3sch.de> X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3666 Lines: 64 El Mon, 7 Jan 2008 18:30:51 +0100 Michael Buesch escribió: > On Monday 07 January 2008 17:52:48 Alejandro Riveira Fernández wrote: > > El Mon, 7 Jan 2008 17:24:03 +0100 > > Michael Buesch escribió: > > > > > > > > > > Can you post the lines above this? > > > This might be a WARN_ON_ONCE() triggering, for which fixes are on their way into > > > the wireless-2.6 tree. > > > > This? > > > > > > [ 37.043990] WARNING: at /home/alex/kernel/linux-2.6/net/mac80211/rx.c:1486 __ieee80211_rx() > > [ 37.043996] Pid: 0, comm: swapper Not tainted 2.6.24-rc7 #3 > > [ 37.043998] > > [ 37.043999] Call Trace: > > [ 37.044001] [] enqueue_task+0x13/0x30 > > [ 37.044040] [] :mac80211:__ieee80211_rx+0xc7e/0xd30 > > [ 37.044044] [] activate_task+0x32/0x50 > > [ 37.044073] [] :mac80211:ieee80211_tasklet_handler+0xbb/0x120 > > [ 37.044086] [] tasklet_action+0x48/0xb0 > > [ 37.044091] [] __do_softirq+0x69/0xe0 > > [ 37.044097] [] call_softirq+0x1c/0x30 > > [ 37.044101] [] do_softirq+0x35/0x90 > > [ 37.044105] [] irq_exit+0x95/0xa0 > > [ 37.044108] [] do_IRQ+0x80/0x100 > > [ 37.044111] [] default_idle+0x0/0x40 > > [ 37.044115] [] ret_from_intr+0x0/0xa > > [ 37.044117] [] default_idle+0x29/0x40 > > [ 37.044130] [] cpu_idle+0x75/0xc0 > > [ 37.044146] > > > Can you check if that is the > WARN_ON_ONCE(((unsigned long)(skb->data + hdrlen)) & 3); > in rx.c line 1486? How can I check? The source code I build does indeed have the line you quoted on net/mac80211/rx.c:1486 Is that what you are asking for? WARN_ON_ONCE(((unsigned long)(skb->data + hdrlen)) & 3); > If that is the one, then fixes are already on their way upstream. > Ignore the harmless warning for now. Thanks for your time > -- 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/