Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751883AbcCHUpP (ORCPT ); Tue, 8 Mar 2016 15:45:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35442 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbcCHUpH (ORCPT ); Tue, 8 Mar 2016 15:45:07 -0500 Date: Tue, 8 Mar 2016 21:44:58 +0100 From: Jiri Olsa To: Peter Zijlstra Cc: Ingo Molnar , Wang Nan , mingo@redhat.com, linux-kernel@vger.kernel.org, He Kuang , Alexei Starovoitov , Arnaldo Carvalho de Melo , Brendan Gregg , Jiri Olsa , Masami Hiramatsu , Namhyung Kim , Zefan Li , pi3orama@163.com Subject: Re: [RESEND PATCH 0/5] perf core: Support overwrite ring buffer Message-ID: <20160308204458.GD7897@krava.redhat.com> References: <1457322619-170254-1-git-send-email-wangnan0@huawei.com> <20160308134454.GY6344@twins.programming.kicks-ass.net> <20160308134901.GC19756@gmail.com> <20160308135759.GH6356@twins.programming.kicks-ass.net> <20160308195642.GC7897@krava.redhat.com> <20160308200746.GE6344@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308200746.GE6344@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 618 Lines: 20 On Tue, Mar 08, 2016 at 09:07:46PM +0100, Peter Zijlstra wrote: > On Tue, Mar 08, 2016 at 08:56:42PM +0100, Jiri Olsa wrote: > > > # cat go-fuzz.sh > > > #!/bin/bash > > > > > > echo 1 > /proc/sys/kernel/traceoff_on_warning > > > echo 1 > /debug/tracing/options/stacktrace > > > echo 1 > /debug/tracing/events/sched/enable > > > > are you running this under root? > > Of course ;-) I'm not even sure these machines have a user account. > > Also, what's the point of fuzzing if half your 'fun' options return > -EPERM. IIRC the perf fuzzer (one from Vince) could screw your machine having it run under root jirka