Re: [PATCH v14 14/15] barrier: add tests for smp_cond_load_*_timeout()
| Newsgroups | org.kernel.vger.linux-arch,org.infradead.lists.linux-arm-kernel,org.kernel.vger.bpf,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <13456576e105a6f6c9c4c26c2dda990659ac74afb4474c04cfa4d768c0f86e46@mail.kernel.org> |
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug > index 1244dcac2294..07a06cfd820a 100644 > --- a/lib/Kconfig.debug > +++ b/lib/Kconfig.debug > @@ -2551,6 +2551,16 @@ config FFS_KUNIT_TEST > For more information on KUnit and unit tests in general, > please refer to Documentation/dev-tools/kunit/. > > +config BARRIER_TIMEOUT_KUNIT_TEST > + tristate "KUnit tests for smp_cond_load_relaxed_timeout()" if !KUNIT_ALL_TESTS > + depends on KUNIT > + default KUNIT_ALL_TESTS > + help > + Builds KUnit tests that validate wake-up and timeout handling paths > + in smp_cond_load_relaxed_timeout(). > + > + If unusure, say N. This isn't a bug, but there's a small typo here: should this be 'unsure' instead of 'unusure' to match the standard phrasing used by the neighboring config entries? [ ... ] --- AI reviewed your patch. Please fix the bug or email reply why it's not a bug. See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md CI run summary: https://github.com/kernel-patches/bpf/actions/runs/29315652884