mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
sys-kernel/coreos-modules: Enable CONFIG_FTRACE_SYSCALLS
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>
This commit is contained in:
parent
1f4794f863
commit
4e23074749
@ -0,0 +1 @@
|
||||
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))
|
||||
@ -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
|
||||
|
||||
@ -209,6 +209,7 @@ CONFIG_FSCACHE=m
|
||||
CONFIG_FSCACHE_STATS=y
|
||||
CONFIG_FS_DAX=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FUSE_FS=m
|
||||
CONFIG_FUSE_DAX=y
|
||||
CONFIG_FUSION=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user