From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761311AbdDSIxI (ORCPT ); Wed, 19 Apr 2017 04:53:08 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:35201 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760840AbdDSIxF (ORCPT ); Wed, 19 Apr 2017 04:53:05 -0400 Date: Wed, 19 Apr 2017 10:52:58 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , John Stultz , Eric Dumazet , Anna-Maria Gleixner , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Arjan van de Ven , "Paul E. McKenney" , Frederic Weisbecker , Rik van Riel Subject: Re: [patch V2 08/10] timer: Implement the hierarchical pull model Message-ID: <20170419085258.jlfwmhure5anayff@hirez.programming.kicks-ass.net> References: <20170418111102.490432548@linutronix.de> <20170418111401.016420305@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170418111401.016420305@linutronix.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 18, 2017 at 01:11:10PM +0200, Thomas Gleixner wrote: > + raw_spin_lock_nested(&parent->lock, parent->level); > + raw_spin_lock_nested(&group->lock, group->level); > + raw_spin_lock_nested(&group->lock, group->level); An not a comment on the locking order and why this annotation isn't borken.