From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755007AbaEER35 (ORCPT ); Mon, 5 May 2014 13:29:57 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:55562 "EHLO mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbaEER34 (ORCPT ); Mon, 5 May 2014 13:29:56 -0400 Date: Mon, 5 May 2014 19:29:51 +0200 From: Ingo Molnar To: Vince Weaver Cc: Peter Zijlstra , Thomas Gleixner , linux-kernel@vger.kernel.org, Steven Rostedt , Arnaldo Carvalho de Melo , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker Subject: Re: [perf] more perf_fuzzer memory corruption Message-ID: <20140505172951.GB7154@gmail.com> References: <20140502172731.GK30445@twins.programming.kicks-ass.net> <20140505093124.GN17778@laptop.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 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Vince Weaver wrote: > On Mon, 5 May 2014, Peter Zijlstra wrote: > > > Does this one work better? Making sure all __perf_remove_from_context() > > callers pass the right structure seems to improve things no end. My > > machine is now happy to reboot again. > > Yes, I've been fuzzing this for a few hours on both my haswell and core2 > test systems and it's doing great, also survived a reboot cycle. > > Tested-by: Vince Weaver I wish there was a stronger tag that would credit your efforts! ... Kudos! > (Although often things like to crash the instant my tested-by > e-mails clear the lkml list.) > > I also want to say thanks for all the work everyone has done in > getting this analyzed and fixed. I'm also thinking about waiting a bit before applying anything even borderline intrusive to the perf core, to make sure there's enough fuzz time to declare stable state (at least as far into the ABI as the fuzzing is able to reach). Future bisection efforts could use that kind of known-stable release. Thanks, Ingo