From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?IuKAnHRpZWp1bi5jaGVu4oCdIg==?= Subject: Re: [v2][PATCH 1/1] KVM: PPC: Book3E HV: call SOFT_DISABLE_INTS to sync the software state Date: Thu, 15 Aug 2013 11:19:41 +0800 Message-ID: <520C48CD.9050301@windriver.com> References: <1375841103-5731-1-git-send-email-tiejun.chen@windriver.com> <41989CB4-BB93-4E5B-891E-B06D2BB29BBB@suse.de> <1376508862.31636.42.camel@snotra.buserror.net> <1376514097.4255.74.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org list" , To: Benjamin Herrenschmidt , Scott Wood , Alexander Graf Return-path: In-Reply-To: <1376514097.4255.74.camel@pasglop> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 08/15/2013 05:01 AM, Benjamin Herrenschmidt wrote: > On Wed, 2013-08-14 at 14:34 -0500, Scott Wood wrote: >> 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/ > > Note that the latter was applied to powerpc -next already. > Thanks Ben and Scott. Alex, Should I resend an updated patch after you sync powerpc -next? Tiejun