Bug 175366
Summary: | audit performance enhancement patches | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Linda Wang <lwang> | ||||
Component: | kernel | Assignee: | Alexander Viro <aviro> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.0 | CC: | andriusb, jbaron, sgrubb | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-01-04 13:50:15 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 176155 | ||||||
Attachments: |
|
Description
Linda Wang
2005-12-09 15:11:12 UTC
Created attachment 122079 [details]
patch to help performance in logging path
This patch also avoids some uneccessary variable initialization code.
There was also a technique worked out on the audit mail list to stub the hook functions with inline functions and call the real audit function if audit is enabled. It can be found here: https://www.redhat.com/archives/linux-audit/2005-September/msg00019.html This code has not been developed. It needs to be since its a simple optimization. |