linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] audit: speed up audit syscall entry
@ 2018-02-10  2:40 Richard Guy Briggs
  2018-02-10  2:40 ` [PATCH V2 1/3] audit: deprecate the AUDIT_FILTER_ENTRY filter Richard Guy Briggs
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Guy Briggs @ 2018-02-10  2:40 UTC (permalink / raw)
  To: Linux-Audit Mailing List, LKML
  Cc: Paul Moore, Eric Paris, Steve Grubb, Richard Guy Briggs

These fixes should speed up audit syscall entry by doing away with the
audit entry filter check, moving up the valid connection check before
filling in the context and not caring if there is a bug when audit is
disabled.

Richard Guy Briggs (3):
  audit: deprecate the AUDIT_FILTER_ENTRY filter
  audit: bail ASAP on syscall entry
  audit: bail before bug check if audit disabled

 kernel/auditfilter.c |  4 ++--
 kernel/auditsc.c     | 22 ++++++++++------------
 2 files changed, 12 insertions(+), 14 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-14 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-10  2:40 [PATCH V2 0/3] audit: speed up audit syscall entry Richard Guy Briggs
2018-02-10  2:40 ` [PATCH V2 1/3] audit: deprecate the AUDIT_FILTER_ENTRY filter Richard Guy Briggs
2018-02-10  2:40 ` [PATCH V2 2/3] audit: bail ASAP on syscall entry Richard Guy Briggs
2018-02-14 21:09   ` Paul Moore
2018-02-10  2:40 ` [PATCH V2 3/3] audit: bail before bug check if audit disabled Richard Guy Briggs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).