From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754997AbbLQTdm (ORCPT ); Thu, 17 Dec 2015 14:33:42 -0500 Received: from casper.infradead.org ([85.118.1.10]:45177 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754884AbbLQTdj (ORCPT ); Thu, 17 Dec 2015 14:33:39 -0500 Date: Thu, 17 Dec 2015 20:33:34 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Ingo Molnar , David Daney , Andrew Pinski , Davidlohr Bueso , Will Deacon , Linux Kernel Mailing List Subject: Re: [PATCH] locking/osq: Fix ordering of node initialisation in osq_lock Message-ID: <20151217193334.GJ6344@twins.programming.kicks-ass.net> References: <20151217160549.GH6344@twins.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 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 17, 2015 at 11:04:00AM -0800, Linus Torvalds wrote: > On Thu, Dec 17, 2015 at 8:05 AM, Peter Zijlstra wrote: > > > > Please consider this patch for 4.4. > > No problem, but just wanted to check that there's nothing else pending > in any locking tree? Just this one patch for now. Thanks!