From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwcG9-0000no-E6 for qemu-devel@nongnu.org; Mon, 25 Sep 2017 18:53:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwcG8-0002LE-Ou for qemu-devel@nongnu.org; Mon, 25 Sep 2017 18:53:53 -0400 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:54307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwcG8-0002L4-Id for qemu-devel@nongnu.org; Mon, 25 Sep 2017 18:53:52 -0400 Received: by mail-wr0-x231.google.com with SMTP id g29so10431361wrg.11 for ; Mon, 25 Sep 2017 15:53:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <150555367996.36.15771330325496067998@69b6ddf88678> <20170916103523.1482-1-m.olbrich@pengutronix.de> <20170919082358.43upqf3lawg2aqtg@pengutronix.de> <20170920061905.rbv3g2ubd4c5zvn4@pengutronix.de> From: Alistair Francis Date: Mon, 25 Sep 2017 15:53:20 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2] hw/sd: fix out-of-bounds check for multi block reads List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Michael Olbrich , "qemu-devel@nongnu.org Developers" On Mon, Sep 25, 2017 at 3:38 PM, Peter Maydell wrote: > On 25 September 2017 at 22:16, Alistair Francis wrote: >> On Mon, Sep 25, 2017 at 12:27 PM, Peter Maydell >> wrote: >>> Alistair, were you planning to provide a reviewed-by: for this >>> patch (or did you have more review comments on it)? >> >> Ah woops, this slipped through. Looks fine to me then. >> >> Reviewed-by: Alistair Francis > > Cheers. Should we cc:stable on this too? I'm inclined towards 'yes'. Yeah, I don't see a reason not to. Thanks, Alistair > > thanks > -- PMM