Re: [PATCH v2 1/2] bpf: Annotate implicit fall through in cgroup_dev_func_proto

From: Daniel Borkmann
Date: Thu Jan 17 2019 - 10:57:37 EST


On 01/16/2019 08:35 PM, Mathieu Malaterre wrote:
> There is a plan to build the kernel with -Wimplicit-fallthrough and
> this place in the code produced a warnings (W=1).
>
> This commit remove the following warning:
>
> kernel/bpf/cgroup.c:719:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
>
> Signed-off-by: Mathieu Malaterre <malat@xxxxxxxxxx>

Both applied, thanks!