Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756738AbbFQX0d (ORCPT ); Wed, 17 Jun 2015 19:26:33 -0400 Received: from mail-qk0-f181.google.com ([209.85.220.181]:35078 "EHLO mail-qk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753750AbbFQX03 (ORCPT ); Wed, 17 Jun 2015 19:26:29 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Wed, 17 Jun 2015 19:32:26 -0400 (EDT) To: linux-kernel@vger.kernel.org cc: Steven Rostedt , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Subject: perf/ftrace: fuzzer triggers another warning with PERF_EVENT_IOC_SET_FILTER Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2071 Lines: 39 The fuzzer triggered another warning in the PERF_EVENT_IOC_SET_FILTER code. This is with the previous filter patch applied. >From what I can tell the filter was: nfs4:nfs4_fsinfo (((fhandle~601)&&valid&809)&&common_type>=860) The warning in question: WARN_ON_ONCE(cnt < 0); in check_preds(). [65903.660154] WARNING: CPU: 1 PID: 731 at kernel/trace/trace_events_filter.c:1388 replace_preds+0x2e4/0xa50() [65903.748080] CPU: 1 PID: 731 Comm: perf_fuzzer Tainted: G W 4.1.0-rc8+ #157 [65903.757203] Hardware name: LENOVO 10AM000AUS/SHARKBAY, BIOS FBKT72AUS 01/26/2014 [65903.765711] ffffffff81a1ac00 ffff880117117cb8 ffffffff816d7419 0000000000000000 [65903.774323] 0000000000000000 ffff880117117cf8 ffffffff81072eba 0000000000000005 [65903.782924] 0000000000000003 ffff8800366bd018 ffff8800366bd000 ffff8800cf3e9220 [65903.791516] Call Trace: [65903.794688] [] dump_stack+0x45/0x57 [65903.800732] [] warn_slowpath_common+0x8a/0xc0 [65903.807712] [] warn_slowpath_null+0x1a/0x20 [65903.814477] [] replace_preds+0x2e4/0xa50 [65903.820974] [] ? ftrace_profile_set_filter+0x23/0x100 [65903.828640] [] create_filter+0x82/0xb0 [65903.834917] [] ftrace_profile_set_filter+0x54/0x100 [65903.842436] [] ? strndup_user+0x4b/0xc0 [65903.848794] [] perf_ioctl+0x170/0x4d0 [65903.854959] [] do_vfs_ioctl+0x2e0/0x4e0 [65903.861286] [] ? mutex_unlock+0xe/0x10 [65903.867492] [] ? perf_event_task_enable+0xb6/0xd0 [65903.874754] [] SyS_ioctl+0x81/0xa0 [65903.880655] [] system_call_fastpath+0x16/0x7a [65903.887534] ---[ end trace 48137d0593a025d9 ]--- -- 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/