Re: [PATCH] audit: use the proper gfp flags in the audit_log_nfcfg() calls

2020-07-08 Thread Paul Moore
On Fri, Jul 3, 2020 at 4:26 PM Richard Guy Briggs wrote: > > On 2020-07-03 09:36, Paul Moore wrote: > > 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

Re: [PATCH] audit: use the proper gfp flags in the audit_log_nfcfg() calls

2020-07-03 Thread Richard Guy Briggs
On 2020-07-03 09:36, Paul Moore wrote: > 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

[PATCH] audit: use the proper gfp flags in the audit_log_nfcfg() calls

2020-07-03 Thread Paul Moore
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