From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932478AbbCQOLD (ORCPT ); Tue, 17 Mar 2015 10:11:03 -0400 Received: from casper.infradead.org ([85.118.1.10]:49029 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108AbbCQOLA (ORCPT ); Tue, 17 Mar 2015 10:11:00 -0400 Date: Tue, 17 Mar 2015 15:10:51 +0100 From: Peter Zijlstra To: Jiri Olsa Cc: Vince Weaver , linux-kernel@vger.kernel.org, Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: perf: fuzzer causes lockup in x86_pmu_event_init() Message-ID: <20150317141051.GC23123@twins.programming.kicks-ass.net> References: <20150225151639.GL5029@twins.programming.kicks-ass.net> <20150228121442.GA1653@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150228121442.GA1653@krava> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 28, 2015 at 01:14:42PM +0100, Jiri Olsa wrote: > hum, I dont see the locking is a problem.. Well that validate stuff iterates the sibling list, and we're not holding any of the requisite locks to do so. So I think we also need my patch. Agreed that its unlikely that this will be causing Vince's problem though.