Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755096Ab3H3I4W (ORCPT ); Fri, 30 Aug 2013 04:56:22 -0400 Received: from merlin.infradead.org ([205.233.59.134]:59905 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753667Ab3H3Iz5 (ORCPT ); Fri, 30 Aug 2013 04:55:57 -0400 Date: Fri, 30 Aug 2013 10:55:52 +0200 From: Peter Zijlstra To: Dave Jones , Linux Kernel , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: perf_swevent_add warn_on. Message-ID: <20130830085552.GB10002@twins.programming.kicks-ass.net> References: <20130830035716.GA3713@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130830035716.GA3713@redhat.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2535 Lines: 45 On Thu, Aug 29, 2013 at 11:57:16PM -0400, Dave Jones wrote: > WARNING: CPU: 2 PID: 7498 at kernel/events/core.c:5485 perf_swevent_add+0x18d/0x1a0() > Modules linked in: snd_seq_dummy 8021q garp stp fuse tun rfcomm hidp nfnetlink ipt_ULOG nfc caif_socket caif af_802154 phonet af_rxrpc bnep bluetooth can_bcm rfkill can_raw can llc2 pppoe pppox ppp_generic slhc irda crc_ccitt scsi_transport_iscsi rds af_key rose x25 atm netrom appletalk ipx p8023 psnap p8022 llc ax25 xfs libcrc32c snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm snd_page_alloc snd_timer snd e1000e usb_debug ptp soundcore pps_core pcspkr > CPU: 2 PID: 7498 Comm: trinity-child1 Not tainted 3.11.0-rc7+ #32 > ffffffff81a228d4 ffff88022ea55a70 ffffffff816fa71e 0000000000000000 > ffff88022ea55aa8 ffffffff81052ebd ffff88022d147000 ffff88024d9cf3e0 > 0000000000000003 0000000000000001 0000000009527bd7 ffff88022ea55ab8 > Call Trace: > [] dump_stack+0x54/0x74 > [] warn_slowpath_common+0x7d/0xa0 > [] warn_slowpath_null+0x1a/0x20 > [] perf_swevent_add+0x18d/0x1a0 > [] event_sched_in.isra.75+0x87/0x1c0 > [] group_sched_in+0x6a/0x1c0 > [] ctx_sched_in+0x101/0x290 > [] perf_event_sched_in+0x60/0x90 > [] perf_event_context_sched_in+0x7b/0xc0 > [] __perf_event_task_sched_in+0x477/0x490 > [] ? arch_vtime_task_switch+0x94/0xa0 > [] finish_task_switch+0xf0/0x130 > [] __schedule+0x34d/0x970 > [] schedule+0x29/0x70 > [] do_cpu_nanosleep+0x154/0x250 > [] ? do_cpu_nanosleep+0x10b/0x250 > [] posix_cpu_nsleep+0x69/0x120 > [] process_cpu_nsleep+0x13/0x20 > [] SyS_clock_nanosleep+0x9a/0x110 > [] tracesys+0xdd/0xe2 > ---[ end trace 809ae0fc0cbb6fcc ]--- > > > 5484 head = find_swevent_head(swhash, event); > 5485 if (WARN_ON_ONCE(!head)) > 5486 return -EINVAL; > 5487 > Does http://lkml.kernel.org/r/1377355554-8934-1-git-send-email-jolsa@redhat.com help with that? -- 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/