[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 2/2] xen/arm: errata 766422: decode thumb store during data abort
On Tue, 2013-08-06 at 19:31 +0100, Julien Grall wrote: > + /* > + * Errata 766422: Thumb store translation fault to Hypervisor may > + * not have correct HSR Rt value. > + */ > + if ( cpu_has_errata_766422() && (regs->cpsr & PSR_THUMB) && dabt.write ) > + { > + rc = decode_instruction(regs, &info.dabt); > + if ( rc ) > + goto bad_data_abort; Consider logging here so we know which caller of decode_instruction failed? Either way: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |