From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 532F01A0014 for ; Thu, 24 Sep 2015 09:33:05 +1000 (AEST) Message-ID: <1443051185.2492.10.camel@neuling.org> Subject: Re: [PATCH] powerpc/vdso: Avoid link stack corruption in __get_datapage() From: Michael Neuling To: Denis Kirjanov Cc: Michael Ellerman , benh , Aaron Sawdey , linuxppc-dev , Anton Blanchard , Steve Munroe Date: Thu, 24 Sep 2015 09:33:05 +1000 In-Reply-To: References: <1442988302.31273.81.camel@neuling.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > I've got the following results on POWER7 64bit > without the patch: > # ./tb > time =3D 0.263337 > # ./tb > time =3D 0.251273 > # ./tb > time =3D 0.258453 > # ./tb > time =3D 0.260189 >=20 > with the patch: > # ./tb > time =3D 0.241517 > # ./tb > time =3D 0.241973 > # ./tb > time =3D 0.239365 > # ./tb > time =3D 0.240109 Nice, I was expecting a bump there too but didn't test.. Looks like about 7% to me. =20 Thanks, Mikey