Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933674AbeAKP0X (ORCPT + 1 other); Thu, 11 Jan 2018 10:26:23 -0500 Received: from mail-it0-f44.google.com ([209.85.214.44]:39104 "EHLO mail-it0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932197AbeAKP0V (ORCPT ); Thu, 11 Jan 2018 10:26:21 -0500 X-Google-Smtp-Source: ACJfBosGQdmE7OKB/g6QJrQzAp3gFkB6JyGcUlgn6No2xmS4i7qridfHzJKZ1Ns4W4OHEZMskSCb8w== From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Thu, 11 Jan 2018 10:26:14 -0500 (EST) X-X-Sender: vince@macbook-air To: Peter Zijlstra cc: Vince Weaver , 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 In-Reply-To: <20180111091353.GW6176@hirez.programming.kicks-ass.net> Message-ID: References: <20180108173005.lkglqrixb2ota6g2@gmail.com> <20180109102507.GG6176@hirez.programming.kicks-ass.net> <20180109132602.GA2369@hirez.programming.kicks-ass.net> <20180111091353.GW6176@hirez.programming.kicks-ass.net> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, 11 Jan 2018, Peter Zijlstra wrote: > I'm seeing things like: > > Cannot open /sys/kernel/tracing/kprobe_events > > this is likely caused by me not having anything mounted there. Rostedt > provided the magic incantation to make that work, I'll go try now. The perf_fuzzer krpobe code is possibly really out of date, I haven't really kept up with recent developments and I don't usually fuzz as root. > At least I seem to have cured all lockdep splats.. of course, the moment > I hit send on this someone bad is bound to happen. Should I be trying any of those patches? Currently I can still lock my machines pretty quickly. I have been doing some more tests. Machines don't crash if paranoid is "2" but will if paranoid is "1". Vince