Re: [PATCH] bpf: remove redundant null pointer check before consume_skb

From: Daniel Borkmann
Date: Fri Sep 21 2018 - 21:08:23 EST


On 09/20/2018 11:46 AM, zhong jiang wrote:
> consume_skb has taken the null pointer into account. hence it is safe
> to remove the redundant null pointer check before consume_skb.
>
> Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx>

Applied to bpf-next, thanks Zhong!