From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [v2][PATCH 1/1] KVM: PPC: Book3E HV: call SOFT_DISABLE_INTS to sync the software state Date: Wed, 14 Aug 2013 14:34:22 -0500 Message-ID: <1376508862.31636.42.camel@snotra.buserror.net> References: <1375841103-5731-1-git-send-email-tiejun.chen@windriver.com> <41989CB4-BB93-4E5B-891E-B06D2BB29BBB@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Tiejun Chen , "kvm@vger.kernel.org list" , , Benjamin Herrenschmidt To: Alexander Graf Return-path: In-Reply-To: <41989CB4-BB93-4E5B-891E-B06D2BB29BBB@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, 2013-08-14 at 13:56 +0200, Alexander Graf wrote: > On 07.08.2013, at 04:05, Tiejun Chen wrote: > > > We enter with interrupts disabled in hardware, but we need to > > call SOFT_DISABLE_INTS anyway to ensure that the software state > > is kept in sync instead of calling hard_irq_disable() directly. > > > > Signed-off-by: Tiejun Chen > > Scott, Ben, could you please ack? ACK, but it needs to be updated due to this patch that renames SOFT_DISABLE_INTS: http://patchwork.ozlabs.org/patch/259337/ -Scott