Hi Sedat, On Wed, Oct 30, 2024 at 2:00 PM Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote: > > Hi Sami, > > perfect timing: Nathan uploaded SLIM LLVM toolchain v19.1.3 > > KBUILD_GENDWARFKSYMS_STABLE is to be set manually? > What value is recommended? The usage is similar to KBUILD_SYMTYPES, you can just set KBUILD_GENDWARFKSYMS_STABLE=1 to use --stable when calculating versions. However, it's not normally necessary to set this flag at all when building your own kernel, it's mostly for distributions. Sami