On Fri, Apr 02, 2021 at 11:57:20AM -0400, Paul Moore wrote: > On Fri, Apr 2, 2021 at 7:46 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > The first argument of a WARN_ONCE() is a condition. This WARN_ONCE() > > will only print the table name, and is potentially problematic if the > > table name has a %s in it. > > > > Fixes: bb4052e57b5b ("audit: log nftables configuration change events once per table") > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > --- > > net/netfilter/nf_tables_api.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Thanks Dan. > > Reviewed-by: Paul Moore <paul@xxxxxxxxxxxxxx> Applied, thanks.