From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276AbdEJRPo (ORCPT ); Wed, 10 May 2017 13:15:44 -0400 Received: from mail.kernel.org ([198.145.29.136]:35542 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754025AbdEJRPm (ORCPT ); Wed, 10 May 2017 13:15:42 -0400 Date: Wed, 10 May 2017 13:15:28 -0400 From: Steven Rostedt To: Thomas Gleixner Cc: Michael Ellerman , LKML , Peter Zijlstra , Ingo Molnar , Sebastian Siewior Subject: Re: [patch V2 24/24] cpu/hotplug: Convert hotplug locking to percpu rwsem Message-ID: <20170510131528.22a295e5@gandalf.local.home> In-Reply-To: <20170510123057.2d9080f2@gandalf.local.home> References: <20170418170442.665445272@linutronix.de> <20170418170554.382344438@linutronix.de> <87o9v171dk.fsf@concordia.ellerman.id.au> <20170510123057.2d9080f2@gandalf.local.home> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 May 2017 12:30:57 -0400 Steven Rostedt wrote: > I finally got some time to look at this. I'm looking at your commit: > > commit b53e5129c4c7ab47ec4f709fd8f5784ca45fb46d > Author: Thomas Gleixner > Date: Sun Apr 23 12:17:13 2017 +0200 > > trace/perf: Cure hotplug lock ordering issues > > What were the circular locking dependencies that were uncovered. > > event_mutex could possibly be broken up, if that helps. It sorta became > a catch all for various modifications to tracing. > I checked out the commit before this and started playing with it. I see some of the issues now. I'll look more into it. -- Steve