mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: audit@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] audit/audit-pr-20260615
Date: Mon, 15 Jun 2026 22:55:46 -0400	[thread overview]
Message-ID: <ed67171da998240452617bc681ac0e48@paul-moore.com> (raw)

Linus,

Three audit patches for Linux v7.2, the quick summary is below, but I did
want to note that you will see a forced push due to a last-minute
correction to the git metadata that I noticed while writing up this pull
request; there was no change to the code and the tag is signed as usual.

- Fix a recursive deadlock when duplicating executable file rules

Avoid multiple lookups and attempted I_MUTEX_PARENT locks when moving
watched files by passing the already resolved inodes through the audit
code.

- Fix removal of executable watch rules after the file is deleted

Prior to this fix we were unable to remove an executable file watch where
the file had been previously deleted due to a negative dentry check in
the code that performs the lookup on the file watches.

- Convert our basic "unsigned" type usage to "unsigned int".

Paul

--
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 81905b5acbe77284734438df3fbec1158e6429a3:

  audit: fix recursive locking deadlock in audit_dupe_exe()
    (2026-05-27 19:15:34 -0400)

----------------------------------------------------------------
audit/stable-7.2 PR 20260615
----------------------------------------------------------------

Ricardo Robaina (3):
      audit: use 'unsigned int' instead of 'unsigned'
      audit: fix removal of dangling executable rules
      audit: fix recursive locking deadlock in audit_dupe_exe()

 include/linux/audit.h      |    4 ++--
 include/linux/audit_arch.h |   12 ++++++------
 kernel/audit.c             |    2 +-
 kernel/audit.h             |   19 +++++++++++++------
 kernel/audit_fsnotify.c    |   34 ++++++++++++++++++++++------------
 kernel/audit_tree.c        |    2 +-
 kernel/audit_watch.c       |   25 +++++++++++++++++--------
 kernel/auditfilter.c       |   17 +++++++++--------
 kernel/auditsc.c           |    2 +-
 lib/compat_audit.c         |   12 ++++++------
 10 files changed, 78 insertions(+), 51 deletions(-)

--
paul-moore.com

             reply	other threads:[~2026-06-16  2:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-16  2:55 Paul Moore [this message]
2026-06-17 11:59 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ed67171da998240452617bc681ac0e48@paul-moore.com \
    --to=paul@paul-moore.com \
    --cc=audit@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®