Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes

From: Martin KaFai Lau
Date: Mon Aug 19 2024 - 20:20:44 EST


On 7/31/24 3:01 AM, Michal Luczaj wrote:
Series takes care of few bugs and missing features with the aim to improve
the test coverage of sockmap/sockhash.

Last patch is a create_pair() rewrite making use of
__attribute__((cleanup)) to handle socket fd lifetime.

Applied to bpf-next/net. Thanks.