On Thu, Mar 06, 2025 at 10:52:39PM +0100, Thomas Weißschuh wrote: > The execution order of constructors in undefined and depends on the > toolchain. While recent toolchains seems to have a stable order, it > doesn't work for older ones and may also change at any time. > > Stop validating the order and instead only validate that all > constructors are executed. > > Reported-by: Willy Tarreau <w...@1wt.eu> > Closes: https://lore.kernel.org/lkml/20250301110735.ga18...@1wt.eu/ > Signed-off-by: Thomas Weißschuh <li...@weissschuh.net>
Awesome, thank you very much, Thomas! Willy