Re: [PATCH v19 2/6] lib: test hierarchical per-cpu counters
From: Julian Braha
Date: Fri Jul 03 2026 - 17:41:36 EST
Hi Mathieu,
On 7/2/26 20:21, Mathieu Desnoyers wrote:
> +config PERCPU_COUNTER_TREE_TEST
Could you adjust the name of this config option to end with
'_KUNIT_TEST'?
>From the kunit docs Documentation/dev-tools/kunit/style.rst:
"This Kconfig entry must:
be named CONFIG_<name>_KUNIT_TEST: where <name> is the name of the test
suite."
- Julian Braha