Re: [PATCH v5 00/19] Implement DWARF modversions

From: Sami Tolvanen
Date: Wed Oct 30 2024 - 17:14:59 EST


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