Re: [PATCH net-next v3 0/4] Couple of BPF refcount fixes for mlx5

2016-11-21 Thread David Miller
From: Daniel Borkmann Date: Sat, 19 Nov 2016 01:44:59 +0100 > Various mlx5 bugs on eBPF refcount handling found during review. > Last patch in series adds a __must_check to BPF helpers to make > sure we won't run into it again w/o compiler complaining first. Series applied, thanks Daniel.

[PATCH net-next v3 0/4] Couple of BPF refcount fixes for mlx5

2016-11-18 Thread Daniel Borkmann
Various mlx5 bugs on eBPF refcount handling found during review. Last patch in series adds a __must_check to BPF helpers to make sure we won't run into it again w/o compiler complaining first. v2 -> v3: - Just reworked patch 2/4 so we don't need bpf_prog_sub(). - Rebased, rest as is. v1 -> v2: