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/027fdb41-ee11-4be0-a493-22f28a1ab...@rbox.co/
>   - No declarations in function body (Jakub)
>   - Don't touch output arguments until function succeeds (Jakub)
>
> Signed-off-by: Michal Luczaj <m...@rbox.co>
> ---

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.

Reply via email to