Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758668AbYGATJH (ORCPT ); Tue, 1 Jul 2008 15:09:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754525AbYGATIy (ORCPT ); Tue, 1 Jul 2008 15:08:54 -0400 Received: from yx-out-2324.google.com ([74.125.44.30]:61788 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140AbYGATIw (ORCPT ); Tue, 1 Jul 2008 15:08:52 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IT5nK0vUEh4FxXVOJKVk+lWHZQ5GT0D81IvzPqv+QV4HCcE37w99SMGVDzHhc8ffEP LxW6eeTT3/DCGb5ZKjq3+yO8HruRI0TmARbR2FZi+rX9jgAHSPfwpbQobKjuW0C3slYe ev3zXsYbD1Ee0Gxb13Mkal78bsEpXcttbW4ko= Message-ID: <7618ba960807011208n3aacbc65l41255e3996d2ee4b@mail.gmail.com> Date: Tue, 1 Jul 2008 14:08:51 -0500 From: "Noah Watkins" To: "Steven Rostedt" Subject: Re: [BUG RT] 2.6.25.8-rt7 on 8-way Cc: "Sven-Thorsten Dietrich" , LKML , RT , "Ingo Molnar" , "Thomas Gleixner" , paulmck In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7618ba960806291432l20b7b6b5lea4b60bafa68c3bf@mail.gmail.com> <1214778205.13292.6.camel@dd.thebigcorporation.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2047 Lines: 57 While I have disabled RCU tracing to suppress the messages, I am getting them in another context: BUG: using smp_processor_id() in preemptible [00000000] code: sshd/3114 caller is __qdisc_run+0x12e/0x1b5 Pid: 3114, comm: sshd Not tainted 2.6.25.8-rt7 #3 Call Trace: [] debug_smp_processor_id+0xad/0xb8 [] __qdisc_run+0x12e/0x1b5 [] dev_queue_xmit+0x140/0x278 [] ip_queue_xmit+0x2c2/0x350 [] add_preempt_count+0x12/0x94 [] __inc_zone_state+0x6a/0x88 [] tcp_transmit_skb+0x77e/0x7ba [] kmem_cache_alloc_node+0x129/0x152 [] __tcp_push_pending_frames+0x713/0x7df [] tcp_sendmsg+0x93a/0xa52 [] sock_aio_write+0xf8/0x110 [] do_sync_write+0xc9/0x10c [] autoremove_wake_function+0x0/0x2e [] current_fs_time+0x1e/0x24 [] vfs_write+0xc0/0x156 [] sys_write+0x48/0x74 [] tracesys+0xdc/0xe1 On Mon, Jun 30, 2008 at 7:37 AM, Steven Rostedt wrote: > > On Sun, 29 Jun 2008, Sven-Thorsten Dietrich wrote: > >> >> On Sun, 2008-06-29 at 16:32 -0500, Noah Watkins wrote: >> > My kernel is very, very noisy with the following bug: >> > >> > - Full dmesg below >> > - Please CC me >> > >> >> I found this as well (adding Paul). >> >> If you disable CONFIG_PREEMPT_RCU_BOOST, does it go away? >> > > Turning off CONFIG_RCU_TRACE will also make it go away. The bug is that > the tracing of the RCU boost code uses smp_processor_id while the RCU > boost code is not in an atomic section. > > Paul has a fix for this already, and will be out in the next releases. > > -- Steve > -- 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/