Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932770AbeAIPZD (ORCPT + 1 other); Tue, 9 Jan 2018 10:25:03 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:34689 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932205AbeAIPZB (ORCPT ); Tue, 9 Jan 2018 10:25:01 -0500 X-Google-Smtp-Source: ACJfBov0/izuOI91mesjjrCKQggInzA+EAMOwcae/wu/owpyuVvUkbNjm3uMUUPr1DfZjfRU6bxoFQ== From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Tue, 9 Jan 2018 10:24:55 -0500 (EST) X-X-Sender: vince@macbook-air To: Peter Zijlstra 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 In-Reply-To: <20180109151253.GK6176@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> <20180109151253.GK6176@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 Tue, 9 Jan 2018, Peter Zijlstra wrote: > > I'll try your patch and see if it makes a difference. > > I suspect not, it shouldn't be PTI specific. yes, applying your patch didn't help, still locks up on the Haswell machine. Is there any debugging I could turn on that would help? I tried KASAN but it didn't help. I think I have the regular lockdep stuff enabled. alt-sysrq doesn't work either (or at least, the version using BREAK over the serial console doesn't, I can maybe try hooking up a keyboard/display to see if that helps). Vince