Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbaA3EQd (ORCPT ); Wed, 29 Jan 2014 23:16:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34313 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbaA3EQc (ORCPT ); Wed, 29 Jan 2014 23:16:32 -0500 Date: Wed, 29 Jan 2014 23:16:22 -0500 From: Dave Jones To: rostedt@goodmis.org Cc: Linux Kernel Subject: FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0)) Message-ID: <20140130041622.GA23875@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 WARNING: CPU: 3 PID: 796 at kernel/trace/ftrace.c:1655 __ftrace_hash_rec_update.part.38+0x20a/0x240() CPU: 3 PID: 796 Comm: trinity-main Not tainted 3.13.0+ #100 0000000000000009 000000003628f1c9 ffff8802395dfc48 ffffffffb1737a8a 0000000000000000 ffff8802395dfc80 ffffffffb106d28d 0000000000000000 0000000000000001 ffff880221165000 0000000000000000 ffff8801db17c9d8 Call Trace: [] dump_stack+0x4e/0x7a [] warn_slowpath_common+0x7d/0xa0 [] warn_slowpath_null+0x1a/0x20 [] __ftrace_hash_rec_update.part.38+0x20a/0x240 [] ftrace_shutdown+0x1ff/0x330 [] unregister_ftrace_function+0x20/0x40 [] perf_ftrace_event_register+0x87/0x130 [] perf_trace_destroy+0x2c/0x50 [] tp_perf_event_destroy+0x9/0x10 [] __free_event+0x25/0xb0 [] free_event+0x77/0x100 [] perf_event_release_kernel+0x64/0x90 [] put_event+0xdf/0x130 [] ? put_event+0x30/0x130 [] perf_release+0x10/0x20 [] __fput+0xea/0x2c0 [] ____fput+0xe/0x10 [] task_work_run+0xb4/0xe0 [] do_exit+0x2e5/0xb40 [] ? ftrace_call+0x5/0x2f [] do_group_exit+0x4c/0xc0 [] SyS_exit_group+0x14/0x20 [] tracesys+0xdd/0xe2 ---[ end trace f3c5dcf3f350edcc ]--- 1655 if (FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0)) 1656 return; This old friend came back. I first reported this back in July, and we aparently never got to the bottom of it. Dave -- 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/