Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752830Ab3H1Dqj (ORCPT ); Tue, 27 Aug 2013 23:46:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11799 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944Ab3H1Dqi (ORCPT ); Tue, 27 Aug 2013 23:46:38 -0400 Date: Tue, 27 Aug 2013 23:46:27 -0400 From: Dave Jones To: rostedt@goodmis.org Cc: Linux Kernel Subject: FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0)) Message-ID: <20130828034627.GA30596@redhat.com> Mail-Followup-To: Dave Jones , rostedt@goodmis.org, Linux Kernel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2353 Lines: 41 WARNING: CPU: 0 PID: 8961 at kernel/trace/ftrace.c:1640 __ftrace_hash_rec_update.part.37+0x20a/0x240() Modules linked in: bridge stp fuse hidp bnep rfcomm nfnetlink ipt_ULOG scsi_transport_iscsi can_bcm nfc caif_socket caif af_802154 phonet af_rxrpc bluetooth rfkill can_raw can llc2 pppoe pppox ppp_generic slhc irda crc_ccitt 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 pcspkr snd_hwdep usb_debug snd_seq snd_seq_device snd_pcm snd_page_alloc snd_timer snd e1000e ptp soundcore pps_core CPU: 0 PID: 8961 Comm: trinity-child4 Not tainted 3.11.0-rc7+ #30 ffffffff81a21901 ffff880210039c60 ffffffff816f9e2f 0000000000000000 ffff880210039c98 ffffffff81052dcd 0000000000000000 0000000000000001 ffff8801cc5d2000 0000000000000000 ffff88022f357248 ffff880210039ca8 Call Trace: [] dump_stack+0x54/0x74 [] warn_slowpath_common+0x7d/0xa0 [] warn_slowpath_null+0x1a/0x20 [] __ftrace_hash_rec_update.part.37+0x20a/0x240 [] ftrace_shutdown+0xb8/0x160 [] unregister_ftrace_function+0x30/0x50 [] perf_ftrace_event_register+0x87/0x130 [] perf_trace_destroy+0x2c/0x50 [] tp_perf_event_destroy+0x9/0x10 [] free_event+0xa7/0x300 [] perf_event_release_kernel+0x64/0x90 [] put_event+0x133/0x1c0 [] ? put_event+0x30/0x1c0 [] perf_release+0x10/0x20 [] __fput+0xfa/0x2e0 [] ____fput+0xe/0x10 [] task_work_run+0xac/0xe0 [] do_exit+0x2cc/0xcd0 [] ? ftrace_call+0x5/0x2f [] do_group_exit+0x4c/0xc0 [] SyS_exit_group+0x14/0x20 [] tracesys+0xdd/0xe2 ---[ end trace e1bf4ddc241d086b ]--- 1640 if (FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0)) 1641 return; -- 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/