]> git.baikalelectronics.ru Git - kernel.git/commit
audit: use the proper gfp flags in the audit_log_nfcfg() calls
authorPaul Moore <paul@paul-moore.com>
Fri, 3 Jul 2020 13:17:17 +0000 (09:17 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 8 Jul 2020 22:22:47 +0000 (18:22 -0400)
commit31dab166518ad485f35d624318a613ac22de7cb9
treecbf396e25b1e79d3999eea28342854cf517f3abf
parent162927bd03689abc6d2cdef273b19c538d539d93
audit: use the proper gfp flags in the audit_log_nfcfg() calls

Commit 1dfc52930eb8 ("audit: add gfp parameter to audit_log_nfcfg")
incorrectly passed gfp flags to audit_log_nfcfg() which were not
consistent with the calling function, this commit fixes that.

Fixes: 1dfc52930eb8 ("audit: add gfp parameter to audit_log_nfcfg")
Reported-by: Jones Desougi <jones.desougi+netfilter@gmail.com>
Reviewed-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
net/netfilter/nf_tables_api.c