Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935571AbeAKTB6 (ORCPT + 1 other); Thu, 11 Jan 2018 14:01:58 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:55514 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933141AbeAKTB4 (ORCPT ); Thu, 11 Jan 2018 14:01:56 -0500 Date: Thu, 11 Jan 2018 20:01:48 +0100 From: Peter Zijlstra To: Vince Weaver Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Ingo Molnar , Arnaldo Carvalho de Melo , Thomas Gleixner Subject: Re: perf: perf_fuzzer quickly locks up on 4.15-rc7 Message-ID: <20180111190148.GO3040@hirez.programming.kicks-ass.net> References: <20180109132602.GA2369@hirez.programming.kicks-ass.net> <20180111091353.GW6176@hirez.programming.kicks-ass.net> <20180111153845.GD6176@hirez.programming.kicks-ass.net> <20180111170347.GG6176@hirez.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.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 01:20:10PM -0500, Vince Weaver wrote: > On Thu, 11 Jan 2018, Vince Weaver wrote: > > > on the same core2 machine I got this which didn't crash the machine (but > > the perf_fuzzer process is stuck) > > also got this one: > > Cannot open /sys/kernel/tracing/kprobe_events > [ 408.159243] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [perf_fuzzer:22326] Yes, I got plenty of those. Mostly they appear false positives, because the next time the soft watchdog triggers on the same CPU the callchains are completely unrelated. So its just 'slow' not stuck.