[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2 0/4] Modify ctor iteration to end at uk_ctortab_end
Please omit this patch because it has one typo. I'll resend a v3. Sorry for this. Thanks, Vlad On 29.08.2019 19:06, Vlad-Andrei BĂDOIU (78692) wrote: > This patch adds a new variable uk_ctortab_end that points to the ends of > the ctortab section. Until now we would have a LONG(0) at the end of the > ctortab section which has 32 bits. We could use QUAD(0) or LONG(0) > depending on the arch but adding a variable check makes the script arch > independent. > > Changes from v1: > *) We now use the ukplat_ctor_foreach > *) A new patch was added to the series that merges ctors.h and > plat/ctors.h > > Vlad-Andrei Badoiu (1): > include: Merge ctors.h with plat/ctors.h > > Vlad-Andrei BĂDOIU (78692) (3): > plat/common: Add uk_ctortab_end in the linker script > lib/ukboot: Modify ctor iteration to end at uk_ctortab_end > plat/*: Move ctortab before rodata on all platforms > > include/uk/ctors.h | 25 +++++++++++ > include/uk/plat/ctors.h | 75 -------------------------------- > lib/ukboot/boot.c | 11 +++-- > plat/common/include/common.lds.h | 4 +- > plat/kvm/arm/link64.lds.S | 5 ++- > plat/linuxu/arm/link.lds.S | 2 +- > plat/linuxu/x86/link64.lds.S | 2 +- > plat/xen/arm/link32.lds.S | 4 +- > 8 files changed, 39 insertions(+), 89 deletions(-) > delete mode 100644 include/uk/plat/ctors.h > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |