mbox series

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

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

Pull-request

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

Message

Paul Moore Oct. 31, 2023, 2:02 a.m. UTC
Hi Linus,

Only two audit patches for v6.7, both fairly small with a combined 11
lines of changes.  The first patch is a simple __counted_by annontation,
and the second fixes a a problem where audit could deadlock on
task_lock() when an exe filter is configured.  More information is
available in the commit description and the patch is tagged for stable.

Please merge for v6.7-rc1, thanks.
-Paul

--
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 47846d51348dd62e5231a83be040981b17c955fa:

  audit: don't take task_lock() in audit_exe_compare() code path
    (2023-10-25 22:29:47 -0400)

----------------------------------------------------------------
audit/stable-6.7 PR 20231030

----------------------------------------------------------------
Kees Cook (1):
      audit: Annotate struct audit_chunk with __counted_by

Paul Moore (1):
      audit: don't take task_lock() in audit_exe_compare() code path

 kernel/audit_tree.c  | 2 +-
 kernel/audit_watch.c | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org Oct. 31, 2023, 6:31 a.m. UTC | #1
The pull request you sent on Mon, 30 Oct 2023 22:02:31 -0400:

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

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

Thank you!