From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bA6Xh-0004en-G0 for qemu-devel@nongnu.org; Mon, 06 Jun 2016 22:14:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bA6Xd-0004it-7V for qemu-devel@nongnu.org; Mon, 06 Jun 2016 22:14:56 -0400 Message-ID: <1465265657.23889.20.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 07 Jun 2016 12:14:17 +1000 In-Reply-To: <20160607014056.GN9226@voom.fritz.box> References: <1465206768.4274.46.camel@au1.ibm.com> <20160607014056.GN9226@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] ppc: Fix tlb invalidations on 6xx/7xx/7xxx 32-bit processors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?ISO-8859-1?Q?C=E9dric?= Le Goater , Mark Cave-Ayland On Tue, 2016-06-07 at 11:40 +1000, David Gibson wrote: > Ugh, this patch too is showing as corrupt for me.=C2=A0 I suspect the > problem is on my end, but I have no idea what, yet. No it's on mine. The latest update of evolution in Fedora broke sending patches :-( It unconditionally replaces 2 or more consecutive spaces with some unicode non-breakable space character even in text/plain and preformat mode. Ugh... I'll resend the whole lot later today using git-send-email > The concept looks good here, but I don't see much point to keeping the > old broken code around under the #if 0.=C2=A0 I'll rewite accordingly a= nd merge. Don't bother, my next patch that does the batching takes it out. Cheers, Ben.