[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 4/9] version: Print build-id at bootup.
>>> On 24.08.16 at 04:22, <konrad.wilk@xxxxxxxxxx> wrote: > Livepatch expected at some point to be able to print the > build-id during bootup, which it did not. The reason is > that xen_build_init and livepatch_init are both __initcall > type routines. This meant that when livepatch_init called > xen_build_id, it would return -ENODATA as build_id_len was > not setup yet (b/c xen_build_init would be called later). > > The original patch fixed this by calling xen_build_init in > livepatch_init which allows us to print the build-id of > the hypervisor. > > However the x86 maintainers pointed out that build-id > is independent of Livepatch and in fact should print > regardless whether Livepatch is enabled or not. > > Therefore this patch moves the logic of printing the build-id > to version.c. > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |