[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9d240de3-7997-1899-fb91-d9fad24f4af6@iogearbox.net>
Date: Thu, 17 May 2018 00:59:44 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Mathieu Malaterre <malat@...ian.org>,
Alexei Starovoitov <ast@...nel.org>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] bpf: add __printf verification to bpf_verifier_vlog
On 05/16/2018 10:27 PM, Mathieu Malaterre wrote:
> __printf is useful to verify format and arguments. ‘bpf_verifier_vlog’
> function is used twice in verifier.c in both cases the caller function
> already uses the __printf gcc attribute.
>
> Remove the following warning, triggered with W=1:
>
> kernel/bpf/verifier.c:176:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
>
> Signed-off-by: Mathieu Malaterre <malat@...ian.org>
Looks good, applied to bpf-next, thanks Mathieu!
Powered by blists - more mailing lists