From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079AbcHSEDH (ORCPT ); Fri, 19 Aug 2016 00:03:07 -0400 Received: from g1t6225.austin.hp.com ([15.73.96.126]:57201 "EHLO g1t6225.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750721AbcHSEDG (ORCPT ); Fri, 19 Aug 2016 00:03:06 -0400 Message-ID: <1471543480.4991.18.camel@j-VirtualBox> Subject: Re: [PATCH v5 3/3] locking/mutex: Ensure forward progress of waiter-spinner From: Jason Low To: Peter Zijlstra Cc: jason.low2@hpe.com, Waiman Long , Ingo Molnar , linux-kernel@vger.kernel.org, Linus Torvalds , Ding Tianhong , Davidlohr Bueso , "Paul E. McKenney" , Thomas Gleixner , Will Deacon , Tim Chen , Imre Deak , jason.low2@hp.com Date: Thu, 18 Aug 2016 11:04:40 -0700 In-Reply-To: <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> <20160818155829.GA10138@twins.programming.kicks-ass.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-08-18 at 17:58 +0200, Peter Zijlstra wrote: > 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 Should we convert the flags back to type 'bool'? We're using them as booleans and we could also leave unneeded space available in case we ever need to squeeze some more variable(s) in the structure.