Re: [PATCH net] bpf: sockmap remove dead check

From: Daniel Borkmann
Date: Fri Apr 20 2018 - 16:13:49 EST


On 04/20/2018 06:16 PM, Jann Horn wrote:
> Remove dead code that bails on `attr->value_size > KMALLOC_MAX_SIZE` - the
> previous check already bails on `attr->value_size != 4`.
>
> Signed-off-by: Jann Horn <jannh@xxxxxxxxxx>

Applied to bpf tree, thanks Jann!