Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932850AbcCHQbN (ORCPT ); Tue, 8 Mar 2016 11:31:13 -0500 Received: from casper.infradead.org ([85.118.1.10]:36702 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932275AbcCHQa6 (ORCPT ); Tue, 8 Mar 2016 11:30:58 -0500 Date: Tue, 8 Mar 2016 17:30:45 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Dmitry Vyukov , Wang Nan , Ingo Molnar , LKML , 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: <20160308163045.GZ6344@twins.programming.kicks-ass.net> 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> <20160308152924.GB9147@gmail.com> <20160308155423.GA16587@gmail.com> <20160308162703.GB30211@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308162703.GB30211@gmail.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: 1409 Lines: 30 On Tue, Mar 08, 2016 at 05:27:03PM +0100, Ingo Molnar wrote: > > > triton:~/go/src/github.com/google/syzkaller> cat perf.cfg > > > { > > > "http": "localhost:50000", > > > "workdir": "/home/mingo/go/src/github.com/google/syzkaller/workdir", > > > "syzkaller": "/home/mingo/go/src/github.com/google/syzkaller", > > > "vmlinux": "-", > > > "type": "local", > > > "count": 1, > > > "procs": 16, > > > "nocover": true, this^^^ > I now get periodic output of: > > fomalhaut:~/go/src/github.com/google/syzkaller> bin/syz-manager -config src/github.com/google/syzkaller/perf.cfg > 2016/03/08 17:24:07 failed to read config file: open src/github.com/google/syzkaller/perf.cfg: no such file or directory > fomalhaut:~/go/src/github.com/google/syzkaller> bin/syz-manager -config perf.cfg > 2016/03/08 17:24:19 loading corpus... > 2016/03/08 17:24:19 loaded 0 programs > 2016/03/08 17:24:19 serving http on http://localhost:50000 > 2016/03/08 17:24:19 serving rpc on tcp://127.0.0.1:37006 > 2016/03/08 17:24:34 local-0: saving crash 'BUG: /sys/kernel/debug/kcov is missing (permission denied). Enable CONFIG_KCOV and mount debugfs.' to crash-local-0-1457454274467286949 > 2016/03/08 17:24:34 local-0: lost connection: exit status 1 > is CONFIG_KCOV=y a must-have feature? There's no KCOV support upstream that I can > see. Should have disabled that.