[GIT PULL] Audit patches for v5.14

Paul Moore paul at paul-moore.com
Tue Jun 29 22:41:46 UTC 2021


Hi Linus,

Another merge window, another small audit pull request.  Four patches
in total: one is cosmetic, one removes an unnecessary initialization,
one renames some enum values to prevent name collisions, and one
converts list_del()/list_add() to list_move().  None of these are
earth shattering and all pass the audit-testsuite tests while merging
cleanly on top of your tree from earlier today.  Please merge these
patches for v5.14.

Thanks,
-Paul

--
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

 Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0ecc617858fce305bedcf735eb18a46cb7e9921f:

 audit: remove unnecessary 'ret' initialization (2021-06-11 13:21:28 -0400)

----------------------------------------------------------------
audit/stable-5.14 PR 20210629

----------------------------------------------------------------
Austin Kim (1):
     audit: remove unnecessary 'ret' initialization

Baokun Li (1):
     audit: Use list_move instead of list_del/list_add

Roni Nevalainen (1):
     audit: add blank line after variable declarations

Sergey Nazarov (1):
     audit: Rename enum audit_state constants to avoid AUDIT_DISABLED
       redefinition

Zhen Lei (1):
     audit: remove trailing spaces and tabs

include/uapi/linux/audit.h |  4 +--
kernel/audit.h             | 10 ++++----
kernel/audit_tree.c        | 12 +++------
kernel/auditsc.c           | 63 ++++++++++++++++++++++++++++--------------
security/lsm_audit.c       |  1 -
5 files changed, 53 insertions(+), 37 deletions(-)

-- 
paul moore
www.paul-moore.com




More information about the Linux-audit mailing list