From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752235AbcANJfg (ORCPT ); Thu, 14 Jan 2016 04:35:36 -0500 Received: from casper.infradead.org ([85.118.1.10]:55877 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbcANJfd (ORCPT ); Thu, 14 Jan 2016 04:35:33 -0500 Date: Thu, 14 Jan 2016 10:35:29 +0100 From: Peter Zijlstra To: Dmitry Vyukov Cc: Ingo Molnar , alexander.shishkin@linux.intel.com, Stephane Eranian , LKML , vince@deater.net, Andi Kleen , jolsa@redhat.com, Thomas Gleixner , Arnaldo Carvalho de Melo Subject: Re: [RFC][PATCH 00/12] various perf fixes Message-ID: <20160114093529.GU6344@twins.programming.kicks-ass.net> References: <20160111162458.427203780@infradead.org> <20160112101109.GC20997@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Tue, Jan 12, 2016 at 12:26:27PM +0100, Dmitry Vyukov wrote: > What do you think if we work on making syzkaller work for you locally? There's no easy way to do this right? I had a look at that project on github and it looks like the most complex test setup possible :-( I don't generally do VMs so I'm not much good at setting those up nor do I speak Go (although I did play the game a lot of years ago). Isn't there an easy way to just run syz-fuzzer on a machine without all the bells and whistles on?