From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] x86,xen: use current->state helpers Date: Mon, 26 Jan 2015 10:24:07 +0000 Message-ID: <54C615C7.6090203@citrix.com> References: <1422267008.24914.10.camel@stgolabs.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YFgq6-0000KG-Mo for xen-devel@lists.xenproject.org; Mon, 26 Jan 2015 10:24:14 +0000 In-Reply-To: <1422267008.24914.10.camel@stgolabs.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Davidlohr Bueso , Konrad Rzeszutek Wilk , Boris Ostrovsky Cc: xen-devel@lists.xenproject.org, David Vrabel List-Id: xen-devel@lists.xenproject.org On 26/01/15 10:10, Davidlohr Bueso wrote: > Call __set_current_state() instead of assigning the new state directly. > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, > keeping track of who changed the state. Applied to devel/for-linus-3.20, thanks. David