|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: arm: Initialize the bss section to 0
Hello Simon, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 2/12/19 2:03 PM, Simon Kuenzer wrote: From: Dafna Hirschfeld <dafna3@xxxxxxxxx> Clear the bss section during boot so that it is initialized with 0. Additonally, we make sure with the linker script that all bss-related symbols are placed within the bss area marked with _end and __bss_start when the compile option "dropping of unused symbols" is enabled. Signed-off-by: Dafna Hirschfeld <dafna3@xxxxxxxxx> Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- plat/xen/arm/link32.lds | 2 +- plat/xen/arm/setup.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/plat/xen/arm/link32.lds b/plat/xen/arm/link32.lds index 4508e05d..c5d83008 100644 --- a/plat/xen/arm/link32.lds +++ b/plat/xen/arm/link32.lds @@ -87,7 +87,7 @@ SECTIONS__bss_start = .; _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |