On Thu, 2024-02-01 at 19:42 +0100, Paolo Abeni wrote: > The setup_ns helper marks the testns global variable as > readonly. Later attempts to set such variable are unsuccessful, > causing a couple test failures. > > Avoid completely the variable re-initialization and let the > function access the global value. > > Fixes: ("selftests: rtnetlink: use setup_ns in bonding test") The above should be: Fixes: e9ce7ededf14 ("selftests: rtnetlink: use setup_ns in bonding test")