Hi Linus,
Two performance oriented patches for the audit subsystem: one
consolidates similar code to gain some caching advantages, while the
other stores a value in a stack variable to avoid repeated lookups in
a loop. The commit descriptions have more information, including some
before/after performance measurements. Please merge for v6.2.
-Paul
--
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
tags/audit-pr-20221212
for you to fetch changes up to 50979953c0c41e929e5f955800da68e1bb24c7ab:
audit: unify audit_filter_{uring(), inode_name(), syscall()}
(2022-10-17 14:24:42 -0400)
----------------------------------------------------------------
audit/stable-6.2 PR 20221212
----------------------------------------------------------------
Ankur Arora (2):
audit: cache ctx->major in audit_filter_syscall()
audit: unify audit_filter_{uring(), inode_name(), syscall()}
kernel/auditsc.c | 75 ++++++++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 36 deletions(-)
--
paul-moore.com