From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Thu, 27 Sep 2012 16:20:01 +0000 Subject: Re: [PATCH] s390/kvm: Fix vcpu_load handling in interrupt code Message-Id: <50647CB1.9080507@redhat.com> List-Id: References: <50646CE7.8020006@redhat.com> <1348759785-15394-1-git-send-email-borntraeger@de.ibm.com> In-Reply-To: <1348759785-15394-1-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christian Borntraeger Cc: Marcelo Tosatti , "Michael S. Tsirkin" , Fengguang Wu , Yuanhan Liu , kernel-janitors@vger.kernel.org, kvm@vger.kernel.org, Heiko Carstens On 09/27/2012 05:29 PM, Christian Borntraeger wrote: > Recent changes (KVM: make processes waiting on vcpu mutex killable) > now requires to check the return value of vcpu_load. This triggered > a warning in s390 specific kvm code. Turns out that we can actually > remove the put/load, since schedule will do the right thing via > the preempt notifiers. Thanks, applied. -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] s390/kvm: Fix vcpu_load handling in interrupt code Date: Thu, 27 Sep 2012 18:20:01 +0200 Message-ID: <50647CB1.9080507@redhat.com> References: <50646CE7.8020006@redhat.com> <1348759785-15394-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , "Michael S. Tsirkin" , Fengguang Wu , Yuanhan Liu , kernel-janitors@vger.kernel.org, kvm@vger.kernel.org, Heiko Carstens To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32176 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411Ab2I0QUX (ORCPT ); Thu, 27 Sep 2012 12:20:23 -0400 In-Reply-To: <1348759785-15394-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/27/2012 05:29 PM, Christian Borntraeger wrote: > Recent changes (KVM: make processes waiting on vcpu mutex killable) > now requires to check the return value of vcpu_load. This triggered > a warning in s390 specific kvm code. Turns out that we can actually > remove the put/load, since schedule will do the right thing via > the preempt notifiers. Thanks, applied. -- error compiling committee.c: too many arguments to function