sys-kernel/coreos-modules: arm64: Enable CONFIG_FTRACE_SYSCALLS#2600
sys-kernel/coreos-modules: arm64: Enable CONFIG_FTRACE_SYSCALLS#2600tormath1 merged 1 commit intoflatcar:mainfrom
Conversation
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Thanks, I kicked-off a CI build. Changelog entry is still missing but it does not impact the CI run.
e9ddcf4 to
341f1e1
Compare
|
Thanks! Done |
|
@arilou image is available for download here: https://github.com/flatcar/scripts/actions/runs/12904571853/artifacts/2467235852 - can you give a try to see if it works as expected? Failures in the CI are not related to this change (it happens when the test run from a fork). |
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/15993358226 |
LGTM but I will let you confirm: |
|
Looks good! Thanks you |
|
(FYI, I'm holding this PR until the current release is done to avoid any confusion) |
|
Hello @arilou, I am sorry it's on me, I totally dropped the ball on this. Any chance to rebase this PR on current I am so sorry again. 🙏 |
341f1e1 to
b422151
Compare
|
Done |
Thanks, it looks like the 6.12 changes have not been pushed? I only see the changelog entry: https://github.com/flatcar/scripts/pull/2600/files |
This config enables the syscall tracepoints which are mainly used by different security and observability tools. The config was moved to common, so it's removed from the AMD64 only config. Signed-off-by: Jon Doron <jond@wiz.io>
b422151 to
4e23074
Compare
|
My bad sorry, fixed |
This config enables the syscall tracepoints which are mainly used by different security and observability tools.
Related to: flatcar/Flatcar#1617