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