From febd1b358bc958a6dbc594bfd30e5f1b09321ce9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 12 Jan 2026 12:24:53 +0100 Subject: [PATCH] fix(linux-tkg): sync with master --- .config/frogminer/linux-tkg.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/frogminer/linux-tkg.cfg b/.config/frogminer/linux-tkg.cfg index a533039..b8d9f7b 100644 --- a/.config/frogminer/linux-tkg.cfg +++ b/.config/frogminer/linux-tkg.cfg @@ -122,7 +122,7 @@ _compiler="gcc" # [Generic and Gentoo specific] Replace `libunwind` with `llvm-libunwind`. # ! This is currently experimental. -# ! It can only work with the `llvm-libunwind` `USE` flag in `sys-devel/clang-common` for Gentoo. +# ! It can only work with the `llvm-libunwind` `USE` flag in `llvm-core/clang-common` for Gentoo. # Set to "true" to enable. _libunwind_replace="" @@ -166,7 +166,10 @@ _sched_yield_type="" # Set to "1" for 2ms, "2" for 4ms, "3" for 6ms, "4" for 8ms, or "default" to keep the chosen scheduler defaults. _rr_interval="default" -# Set to "true" to disable FUNCTION_TRACER/GRAPH_TRACER, lowering overhead but limiting debugging and analyzing of kernel functions - Kernel default is "false" +# Set to "true" to disable FTRACE, lowering overhead but limiting debugging and analyzing of kernel functions - Kernel default is "false" +# Notes: +# - May break many things, as it disables many child config options (FUNCTION_TRACER, GRAPH_TRACER, FBROBE, STACK TRACER...) +# - Prevents sched-ext LAVD from properly working, see https://github.com/sched-ext/scx/blob/main/kernel.config#L19 _ftracedisable="false" # Set to "true" to disable NUMA, lowering overhead, but breaking CUDA/NvEnc on Nvidia equipped systems - Kernel default is "false"