From: Linus Torvalds Date: Tue, 13 Dec 2022 17:20:06 +0000 (-0800) Subject: Merge tag 'audit-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbdf4d54618ca1d4af304eab6631d68fd2d6ce39;p=linux.git Merge tag 'audit-pr-20221212' of git://git./linux/kernel/git/pcmoore/audit Pull audit updates from Paul Moore: "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" * tag 'audit-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit: audit: unify audit_filter_{uring(), inode_name(), syscall()} audit: cache ctx->major in audit_filter_syscall() --- bbdf4d54618ca1d4af304eab6631d68fd2d6ce39