]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/netfilter/nf_tables_api.c
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)
commit68df2ed54487679f815d61b750d3bcf733ffd79e
treecbf396e25b1e79d3999eea28342854cf517f3abf
parent9fc54012d7aec4b23f2042dc37b26738f3e68942
audit: use the proper gfp flags in the audit_log_nfcfg() calls

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