On Wed, Jul 24, 2024 at 01:32 PM +02, 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. > > v0: > https://lore.kernel.org/netdev/[email protected]/ > - No declarations in function body (Jakub) > - Don't touch output arguments until function succeeds (Jakub) > > Signed-off-by: Michal Luczaj <[email protected]> > ---
I see this depends on your previous series that got applied onto bpf tree, but this seems more like bpf-next material considering it's all tests, and a mix of improvements and fixups.
