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

Add more sysctl fields to kernel_report module #59

Open
mprovenc opened this issue Apr 30, 2021 · 0 comments
Open

Add more sysctl fields to kernel_report module #59

mprovenc opened this issue Apr 30, 2021 · 0 comments

Comments

@mprovenc
Copy link

Below is a snippet from a correspondence with Joe Mario regarding which sysctl fields from his area of expertise should be added to the kernel_report module:

as for my area (perf/bpf) I can tell you following parameters make some
sense to move and should be just simple read/write to do so:

kernel.perf_cpu_time_max_percent
kernel.perf_event_max_contexts_per_stack
kernel.perf_event_max_stack
kernel.perf_event_mlock_kb
kernel.perf_event_paranoid

kernel.bpf_stats_enabled
kernel.unprivileged_bpf_disabled
net.core.bpf_jit_enable
net.core.bpf_jit_harden
net.core.bpf_jit_kallsyms
net.core.bpf_jit_limit

These should be added to the list of acceptable sysctl fields and tested at some point in the future. Tied to PR #58.

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

No branches or pull requests

1 participant