On Tue, Jan 18, 2022 at 04:11 PM CET, Felix Maurer wrote: > The bind_perm BPF selftest failed when port 111/tcp was already in use > during the test. To fix this, the test now runs in its own network name > space. > > To use unshare, it is necessary to reorder the includes. The style of > the includes is adapted to be consistent with the other prog_tests. > > v2: Replace deprecated CHECK macro with ASSERT_OK > > Fixes: 8259fdeb30326 ("selftests/bpf: Verify that rebinding to port < 1024 from BPF works") > Signed-off-by: Felix Maurer <fmaurer@xxxxxxxxxx> > --- Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>