|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: arm: arm64: Fix memory cloberring issues during VFP save restore.
On 02/07/2014 11:39 AM, Ian Campbell wrote: On Fri, 2014-02-07 at 16:08 +0530, Pranavkumar Sawargaonkar wrote:This patch addresses memory cloberring issue mentioed by Julien Grall with my earlier patch - Ref: http://www.gossamer-threads.com/lists/xen/devel/316247 Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@xxxxxxxxxx> Signed-off-by: Anup Patel <anup.patel@xxxxxxxxxx> --- xen/arch/arm/arm64/vfp.c | 70 ++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/xen/arch/arm/arm64/vfp.c b/xen/arch/arm/arm64/vfp.c index c09cf0c..62f56a3 100644 --- a/xen/arch/arm/arm64/vfp.c +++ b/xen/arch/arm/arm64/vfp.c @@ -8,23 +8,24 @@ void vfp_save_state(struct vcpu *v) if ( !cpu_has_fp ) return;- asm volatile("stp q0, q1, [%0, #16 * 0]\n\t" Obviously there's not much point in releasing a version with a fix that doesn't work. :-) Release-acked-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |