Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver v1.7.0.22 released #718

Merged
merged 3 commits into from
Dec 23, 2024
Merged

driver v1.7.0.22 released #718

merged 3 commits into from
Dec 23, 2024

Conversation

shenping-bd
Copy link
Collaborator

Changelogs:
1, Disable raw tracepoint for performances issues with kernel versions before 5.4.210
2, Add opened instance tracing to improve diagnosis of unknown extra references

raw tracepoint could lead > 10% performance penality for syscall
intensive scenarios with linux kernels < 5.4, especially CentOS7.

Disable raw tracepoint and DNS hooking for these kernels. Users
could enable it with kernel module parameters like:
    insmod hids_driver.ko RAWTP_HOOK=1 DNS_HOOK=1

Signed-off-by: shenping.matt <[email protected]>
This feature can enumerate all outstanding open references,
simply to ease diagnosis process of module occupation issue

Signed-off-by: shenping.matt <[email protected]>
Signed-off-by: shenping.matt <[email protected]>
@shenping-bd shenping-bd merged commit b285d58 into main Dec 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants