Hi Volodymyr, On 13/02/2025 22:00, Volodymyr Babchuk wrote:
Enable previously added CONFIG_STACK_PROTECTOR feature for ARM platform. Initialize stack protector very early, at the very beginning of start_xen() function.
It would be worth explaining why this needs to be called very early given we have a default stack guard value. AFAIK, the only requirement is to have this enabled before we bring up any secondary CPUs.
This would be useful information if we decide to re-order the init code.
Signed-off-by: Volodymyr Babchuk <volodymyr_babc...@epam.com>
With the remark above: Acked-by: Julien Grall <jgr...@amazon.com> Cheers, -- Julien Grall