Re: [PATCH v2 5/5] selftests/nolibc: always keep test kernel configuration up to date

From: Willy Tarreau
Date: Sat Feb 01 2025 - 05:13:43 EST


On Thu, Jan 23, 2025 at 08:37:41AM +0100, Thomas Weißschuh wrote:
> Avoid using a stale test kernel configuration by always synchronizing
> it to the current source tree.
> kbuild is smart enough to avoid spurious rebuilds.
>
> Shuffle the code around a bit to keep all the commands with side-effects
> together.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>


Acked-by: Willy Tarreau <w@xxxxxx>

Willy