From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 15 Oct 2015 05:31:41 +0000 Subject: Re: [PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits Message-Id: <20151015053141.GF2960@iris.ozlabs.ibm.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 , Scott Wood , Alexander Graf On Thu, Oct 01, 2015 at 03:58:03PM +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 Thanks, applied to my kvm-ppc-next branch. Paul. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits Date: Thu, 15 Oct 2015 16:31:41 +1100 Message-ID: <20151015053141.GF2960@iris.ozlabs.ibm.com> References: <560D2DDB.4060203@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Laurentiu Tudor , Scott Wood , Alexander Graf To: Laurentiu Tudor Return-path: Received: from ozlabs.org ([103.22.144.67]:41348 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbbJOFbu (ORCPT ); Thu, 15 Oct 2015 01:31:50 -0400 Content-Disposition: inline In-Reply-To: <560D2DDB.4060203@freescale.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Oct 01, 2015 at 03:58:03PM +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 Thanks, applied to my kvm-ppc-next branch. Paul.