From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 01 Oct 2015 16:52:25 +0000 Subject: Re: [PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits Message-Id: <1443718345.5336.132.camel@freescale.com> List-Id: References: <560D2DDB.4060203@freescale.com> In-Reply-To: <560D2DDB.4060203@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Laurentiu Tudor Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Laurentiu Tudor , Alexander Graf On Thu, 2015-10-01 at 15:58 +0300, Laurentiu Tudor wrote: > Fix couple of cases where we shift left a 32-bit > value thus might get truncated results on 64-bit > targets. > > Signed-off-by: Laurentiu Tudor > Suggested-by: Scott Wood > --- > arch/powerpc/kvm/e500_mmu_host.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Scott Wood -Scott From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits Date: Thu, 1 Oct 2015 11:52:25 -0500 Message-ID: <1443718345.5336.132.camel@freescale.com> References: <560D2DDB.4060203@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , Laurentiu Tudor , Alexander Graf To: Laurentiu Tudor Return-path: Received: from mail-bn1on0138.outbound.protection.outlook.com ([157.56.110.138]:60768 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750844AbbJARHQ (ORCPT ); Thu, 1 Oct 2015 13:07:16 -0400 In-Reply-To: <560D2DDB.4060203@freescale.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2015-10-01 at 15:58 +0300, Laurentiu Tudor wrote: > Fix couple of cases where we shift left a 32-bit > value thus might get truncated results on 64-bit > targets. > > Signed-off-by: Laurentiu Tudor > Suggested-by: Scott Wood > --- > arch/powerpc/kvm/e500_mmu_host.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Scott Wood -Scott