Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Pull audit updates from Paul Moore: "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" * tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit: audit: remove unnecessary 'ret' initialization audit: remove trailing spaces and tabs audit: Use list_move instead of list_del/list_add audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition audit: add blank line after variable declarations
Showing
- include/uapi/linux/audit.h 2 additions, 2 deletionsinclude/uapi/linux/audit.h
- kernel/audit.h 5 additions, 5 deletionskernel/audit.h
- kernel/audit_tree.c 4 additions, 8 deletionskernel/audit_tree.c
- kernel/auditsc.c 42 additions, 21 deletionskernel/auditsc.c
- security/lsm_audit.c 0 additions, 1 deletionsecurity/lsm_audit.c
Loading
Please register or sign in to comment