Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752986AbeAIKZP (ORCPT + 1 other); Tue, 9 Jan 2018 05:25:15 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:44675 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751165AbeAIKZM (ORCPT ); Tue, 9 Jan 2018 05:25:12 -0500 Date: Tue, 9 Jan 2018 11:25:07 +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: <20180109102507.GG6176@hirez.programming.kicks-ass.net> References: <20180108173005.lkglqrixb2ota6g2@gmail.com> 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 Mon, Jan 08, 2018 at 03:29:42PM -0500, Vince Weaver wrote: > On Mon, 8 Jan 2018, Ingo Molnar wrote: > > > > Note that the page table isolation (PTI) feature has a number of effects on perf > > and on NMI handlers, so one of the things to try would be to disable PTI. > > Yes, it seems to be a KPTI issue. > > With KPTI disabled I can fuzz for a few hours, no problems. > > With KPTI enabled the perf_fuzzer on this haswell machine will lock up > within minutes. I'll go take a look...