]> 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)
commit64e745ba17602fc742e5f83ce6ea142b75c4ed5f
treecbf396e25b1e79d3999eea28342854cf517f3abf
parenta23f5b89e53b5dcf6b4b2928ecfcb66e39017ac6
audit: use the proper gfp flags in the audit_log_nfcfg() calls

Commit c94189cff118 ("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: c94189cff118 ("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