Skip to content

Backport kernel audit enhancements and fixes up to upstream v6.4

Backport selected trivial fixes, cleanups, and enhancements from upstream up to
version 6.4. This will help make Audit functionality more stable, bring useful
enhancements/fixes downstream, and ease future backports.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2175323

audit-pr-20221107 in v6.1-rc4
986d93f55bde audit: fix undefined behavior in bit shift for AUDIT_BIT
audit-pr-20230220 in v6.2-rc2
6c6cd913accd audit: update the mailing list in MAINTAINERS
next for v6.5-rc1 in git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
e455ca40dbcf audit: avoid missing-prototype warnings

Signed-off-by: Richard Guy Briggs rgb@redhat.com

bb957e53 (Richard Guy Briggs)
audit: avoid missing-prototype warnings

f01a5e35 (Richard Guy Briggs)
audit: update the mailing list in MAINTAINERS

b70155cd (Richard Guy Briggs)
audit: fix undefined behavior in bit shift for AUDIT_BIT

MAINTAINERS | 2 +-
include/linux/audit.h | 2 --
include/linux/audit_arch.h | 2 ++
include/uapi/linux/audit.h | 2 +-
kernel/audit.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

Edited by Richard Guy Briggs

Merge request reports