lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Jun 2021 18:41:46 -0400
From:   Paul Moore <paul@...l-moore.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-audit@...hat.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Audit patches for v5.14

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ