[GIT,PULL] Audit patches for v6.2

Message ID CAHC9VhTiYVO5SV6-P6gPcqR1chzwpEvwnDZaYEQACcU1kgvugw@mail.gmail.com
State New
Headers
Series [GIT,PULL] Audit patches for v6.2 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20221212

Message

Paul Moore Dec. 13, 2022, 3:05 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 6:13 p.m. UTC | #1
The pull request you sent on Mon, 12 Dec 2022 22:05:07 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20221212

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bbdf4d54618ca1d4af304eab6631d68fd2d6ce39

Thank you!