From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1DLu-0002Wy-QM for qemu-devel@nongnu.org; Tue, 24 Nov 2015 08:09:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1DLr-0007bP-2q for qemu-devel@nongnu.org; Tue, 24 Nov 2015 08:09:46 -0500 Date: Tue, 24 Nov 2015 14:09:33 +0100 From: Kevin Wolf Message-ID: <20151124130933.GC4296@noname.str.redhat.com> References: <20151124053958.GA31927@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20151124053958.GA31927@axis.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rabin Vincent Cc: Ricard =?iso-8859-1?Q?Wanderl=F6f?= , QEMU development , qemu-block@nongnu.org Am 24.11.2015 um 06:39 hat Rabin Vincent geschrieben: > (to: Kevin and cc: qemu-block) Thanks for forwarding! > On Fri, Nov 13, 2015 at 02:17:28PM +0100, Ricard Wanderl=F6f wrote: > >=20 > > For the "main area on file, oob in memory" case, fix the shifts so th= at > > we erase the correct number of pages. > >=20 > > Signed-off-by: Ricard Wanderl=F6f Thanks, applied to my block branch for 2.5. Kevin