From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 1/2] KVM: PPC: e500: fix allocation size error on g2h_tlb1_map Date: Thu, 27 Sep 2012 21:59:20 +0200 Message-ID: <5064B018.4000007@suse.de> References: <1345683864-10815-1-git-send-email-scottwood@freescale.com> <993278D9-C731-4D08-AD3D-C7CCBC59D9D4@suse.de> <20120927160334.GB21897@amt.cnet> <5064803F.7050201@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Scott Wood , kvm-ppc@vger.kernel.org, KVM list To: Avi Kivity Return-path: In-Reply-To: <5064803F.7050201@redhat.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/27/2012 06:35 PM, Avi Kivity wrote: > On 09/27/2012 06:03 PM, Marcelo Tosatti wrote: >> On Tue, Sep 25, 2012 at 09:46:01AM +0200, Alexander Graf wrote: >>> On 23.08.2012, at 03:04, Scott Wood wrote: >>> >>>> We were only allocating half the bytes we need, which was made more >>>> obvious by a recent fix to the memset in clear_tlb1_bitmap(). >>>> >>>> Signed-off-by: Scott Wood >>> Thanks, applied to kvm-ppc-next. >>> >>> Avi, Marcelo, this one should get applied to anything currently -stable as it essentially means we could overrun an array that has been allocated too small. How do we do this? >>> >>> >>> Alex >> Apparently Avi prefers that patches are sent directly to the -stable >> tree. > We were discussing letting Greg honour Cc: stable@vger.kernel.org > (currently he ignores them), not sending patches directly. > > We still haven't told him to do so, but Alex, you can go ahead and add > the Cc: tag to the patch. Sure, I can certainly do that :). > Do you have the auto-autotest setup ready? I guess we can do it > manually until it is. I do have a local autotest setup. Or what exactly are you referring to? Alex