[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 3/3] livepatch: Sync cache of build-id before using it first time.
>>> On 04.08.16 at 17:49, <konrad.wilk@xxxxxxxxxx> wrote: > --- a/xen/include/xen/livepatch.h > +++ b/xen/include/xen/livepatch.h > @@ -44,7 +44,7 @@ unsigned long livepatch_symbols_lookup_by_name(const char > *symname); > bool_t is_patch(const void *addr); > int xen_build_id_check(const Elf_Note *n, unsigned int n_sz, > const void **p, unsigned int *len); > - > +void xen_build_init(void); > /* Arch hooks. */ Please don't ditch a blank line like this. But this is the wrong header anyway, or else you'd have to make version.c include it (which would again seem odd). And as I now realize that same aspect applies to xen_build_id_check() too - this needs to move into xen/version.h. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |