From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754089AbcHSAuC (ORCPT ); Thu, 18 Aug 2016 20:50:02 -0400 Received: from merlin.infradead.org ([205.233.59.134]:33082 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753975AbcHSAt6 (ORCPT ); Thu, 18 Aug 2016 20:49:58 -0400 Date: Thu, 18 Aug 2016 17:58:29 +0200 From: Peter Zijlstra To: Waiman Long Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Linus Torvalds , Ding Tianhong , Jason Low , Davidlohr Bueso , "Paul E. McKenney" , Thomas Gleixner , Will Deacon , Tim Chen , Imre Deak Subject: Re: [PATCH v5 3/3] locking/mutex: Ensure forward progress of waiter-spinner Message-ID: <20160818155829.GA10138@twins.programming.kicks-ass.net> References: <1470853530-37540-1-git-send-email-Waiman.Long@hpe.com> <1470853530-37540-4-git-send-email-Waiman.Long@hpe.com> <57AC9347.1060105@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57AC9347.1060105@hpe.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 11, 2016 at 11:01:27AM -0400, Waiman Long wrote: > The following is the updated patch that should fix the build error in > non-x86 platform. > This patch was whitespace challenged, but I think I munged it properly. I've also stuck something based on Jason's patch on top. Please have a look at: https://git.kernel.org/cgit/linux/kernel/git/peterz/queue.git/log/?h=locking/core compile tested only so far..