Skip to content

sys-kernel/coreos-modules: arm64: Enable CONFIG_FTRACE_SYSCALLS #2600

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/2025-01-22-enable-ftrace-syscalls-on-arm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_X38=m
CONFIG_FB_VESA=y
CONFIG_FCOE_FNIC=m
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_GART_IOMMU=y
CONFIG_GVE=m
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! As this configuration has moved into the commonconfig file, we can remove it from the the amd64 config file as well:

A changelog entry will be needed similar to this PR: #2484

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I kicked-off a CI build. Changelog entry is still missing but it does not impact the CI run.

Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUSE_FS=m
CONFIG_FUSION=y
CONFIG_FUSION_CTL=m
Expand Down
Loading