mbox series

[GIT,PULL] audit/audit-pr-20231116

Message ID b12021b40ddc40827782a4f55f7111e2.paul@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] audit/audit-pr-20231116 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20231116

Message

Paul Moore Nov. 16, 2023, 6:36 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Nov. 17, 2023, 2:29 p.m. UTC | #1
The pull request you sent on Thu, 16 Nov 2023 13:36:15 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20231116

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf786e2a78d4d3cfc87469c3b31ade257df14fa0

Thank you!