Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbdIOLdI (ORCPT ); Fri, 15 Sep 2017 07:33:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37850 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbdIOLdH (ORCPT ); Fri, 15 Sep 2017 07:33:07 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2680F61464 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=pbonzini@redhat.com Subject: Re: [PATCH 7/7] kvm,mips: Fix potential swait_active() races To: Davidlohr Bueso Cc: mingo@kernel.org, peterz@infradead.org, npiggin@gmail.com, paulmck@linux.vnet.ibm.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Davidlohr Bueso References: <20170913200824.28067-1-dave@stgolabs.net> <20170913200824.28067-8-dave@stgolabs.net> <0942aa56-47c7-5a21-4786-f97d38e74004@redhat.com> <20170913222236.GA29418@linux-80c1.suse> From: Paolo Bonzini Message-ID: Date: Fri, 15 Sep 2017 13:33:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170913222236.GA29418@linux-80c1.suse> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 15 Sep 2017 11:33:07 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 412 Lines: 12 On 14/09/2017 00:22, Davidlohr Bueso wrote: > On Wed, 13 Sep 2017, Paolo Bonzini wrote: >> has_sleeper*s*. Can fix when committing. > > So for regular waitqueues we have it singular, which is why I kept > that name -- albeit sleepers() being better suited, yes. I don't think > we want to rename it unless we rename all wq_has_sleeper() callers as > well. The typo is in patches 1 and 2. Fixed those! Paolo