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.