On 14.05.2025 08:31, Orzel, Michal wrote: > On 14/05/2025 02:07, Stefano Stabellini wrote: >> On Tue, 13 May 2025, Stewart Hildebrand wrote: >>> All functions in dom0less-build.c should be __init. > Why? This patch is first in your series and by that time there is no build > time > enforcement. Together with the Fixes tag it implies that this is somehow an > issue (i.e. build/runtime issue) other than inconsistency for which we surely > don't need Fixes tag.
I disagree: Code not called post-init should be in .init.*. While not formally a Misra violation (and wrongly so, I think), it imo effectively is: Such code is otherwise unreachable post-init. Jan