On Thu, Nov 5, 2020 at 9:49 PM Evgenii Stepanov <eugenis@xxxxxxxxxx> wrote: > > > The chosen mode provides default control values for the features mentioned > > above. However it's also possible to override the default values by > > providing: > > > > - kasan.stack=off/on - enable stacks collection > > (default: on for mode=full, otherwise off) > > I think this was discussed before, but should this be kasan.stacktrace > or something like that? > In other places "kasan stack" refers to stack instrumentation, not > stack trace collection. > Ex.: CONFIG_KASAN_STACK Forgot to update it here, but it's kasan.stacks now (with an s at the end). kasan.stacktrace might be better, although it's somewhat long. WDYT?