From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757913AbcDEJlk (ORCPT ); Tue, 5 Apr 2016 05:41:40 -0400 Received: from casper.infradead.org ([85.118.1.10]:58041 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757264AbcDEJli (ORCPT ); Tue, 5 Apr 2016 05:41:38 -0400 Date: Tue, 5 Apr 2016 11:41:34 +0200 From: Peter Zijlstra To: Dmitry Vyukov Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "x86@kernel.org" , LKML , Ingo Molnar , Oleg Nesterov , syzkaller , Kostya Serebryany , Alexander Potapenko , Sasha Levin Subject: Re: lockdep WARNING in get_online_cpus Message-ID: <20160405094134.GJ3448@twins.programming.kicks-ass.net> References: <20160404090143.GW3448@twins.programming.kicks-ass.net> 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 Mon, Apr 04, 2016 at 11:50:07AM +0200, Dmitry Vyukov wrote: > Yes, I am able to reproduce it by running: > > # ./syz-execprog -cover=0 -repeat=0 -procs=20 -nobody=0 > crash-qemu-26-1459761514194788294 > > crash-qemu-26-1459761514194788294 being: > https://gist.githubusercontent.com/dvyukov/bce719c2b7dede54f96d8bbb7c78714f/raw/08a7a237986f0e3bccc7c0e800a3bdaa32e1fc0b/gistfile1.txt root@ivb-ep:~/gopath/src/github.com/google/syzkaller# ./bin/syz-execprog -cover=0 -repeat=0 -procs=20 -nobody=0 gistfile1.txt 2016/04/05 11:39:37 parsed 391 programs 2016/04/05 11:39:37 executed 0 programs result: failed=false hanged=false err=failed to start executor binary: fork/exec /root/gopath/src/github.com/google/syzkaller: permission denied result: failed=false hanged=false err=failed to start executor binary: fork/exec /root/gopath/src/github.com/google/syzkaller: permission denied result: failed=false hanged=false err=failed to start executor binary: fork/exec /root/gopath/src/github.com/google/syzkaller: permission denied (which goes on ad inf.) Clearly I'm not doing it right.. help?