Hi Linus, One small audit patch to convert a WARN_ON_ONCE() into a normal conditional to avoid scary looking console warnings when eBPF code generates audit records from unexpected places. Please merge.
Thanks, -Paul -- The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20231116 for you to fetch changes up to 969d90ec212bae4b45bf9d21d7daa30aa6cf055e: audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() (2023-11-14 17:34:27 -0500) ---------------------------------------------------------------- audit/stable-6.7 PR 20231116 ---------------------------------------------------------------- Paul Moore (1): audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() kernel/audit_watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- paul-moore.com
