[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 12/17] livepatch/x86/arm[32, 64]: Unify arch_livepatch_revert
Hi Konrad, On 12/09/17 01:37, Konrad Rzeszutek Wilk wrote: diff --git a/xen/include/xen/livepatch.h b/xen/include/xen/livepatch.h index 1659ffcdf0..065c1a323a 100644 --- a/xen/include/xen/livepatch.h +++ b/xen/include/xen/livepatch.h @@ -117,11 +117,10 @@ extern struct livepatch_vmap_stash livepatch_vmap; * These functions are called around the critical region patching live code, * for an architecture to take make appropratie global state adjustments. */ -int arch_livepatch_quiesce(struct livepatch_func *func, unsigned int nfuncs); I guess this should belonged to the previous patch? void arch_livepatch_revive(void);void arch_livepatch_apply(struct livepatch_func *func);-void arch_livepatch_revert(const struct livepatch_func *func); +void arch_livepatch_revert(uint32_t *new_ptr, unsigned int len); void arch_livepatch_post_action(void);void arch_livepatch_mask(void); Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |