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 <[email protected]> > Closes: https://lore.kernel.org/lkml/[email protected]/ > Signed-off-by: Thomas Weißschuh <[email protected]>
Awesome, thank you very much, Thomas! Willy

