Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754793AbbFLMHv (ORCPT ); Fri, 12 Jun 2015 08:07:51 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:56535 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534AbbFLMHt (ORCPT ); Fri, 12 Jun 2015 08:07:49 -0400 Date: Fri, 12 Jun 2015 13:07:46 +0100 From: Luis Henriques To: James Hogan Cc: stable , Nicholas Mc Guire , Gleb Natapov , Paolo Bonzini , Ralf Baechle , kvm@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load Message-ID: <20150612120746.GB1625@ares> References: <1431002870-30098-1-git-send-email-hofrat@osadl.org> <554CC530.20906@imgtec.com> <5575536E.8080608@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5575536E.8080608@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1074 Lines: 35 On Mon, Jun 08, 2015 at 09:33:50AM +0100, James Hogan wrote: > Hi stable folk, > > On 08/05/15 15:16, James Hogan wrote: > > On 07/05/15 13:47, Nicholas Mc Guire wrote: > >> Fix possible unintended sign extension in unsigned MMIO loads by casting > >> to uint16_t in the case of mmio_needed != 2. > >> > >> Signed-off-by: Nicholas Mc Guire > > > > Looks good to me. I wrote an MMIO test to reproduce the issue, and this > > fixes it. > > > > Reviewed-by: James Hogan > > Tested-by: James Hogan > > > > It looks suitable for stable too (3.10+). > > This has reached mainline, commit ed9244e6c534612d2b5ae47feab2f55a0d4b4ced > > Please could it be added to stable (3.10+). > > Thanks > James Thanks, I'm queuing it for the 3.16 as well. Cheers, -- Lu?s -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/