Re: [PATCH 4/4] selftest/arm64: Add MTE test config fragment
Muhammad Usama Anjum <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 20/08/2026 4:38 pm, Mark Brown wrote: > On Thu, Aug 20, 2026 at 04:33:26PM +0100, Muhammad Usama Anjum wrote: >> The arm64 selftest collection has no Kconfig fragment, so kernels built >> with the selftest requirements are not guaranteed to provide the support >> used by the MTE tests. > >> tools/testing/selftests/arm64/mte/config | 8 ++++++++ > > Is tooling going to pick this up or should this be at the arm64/ level? Yes, it will be picked up. The top-level kselftest-merge target recursively finds every file named config under tools/testing/selftests, so arm64/mte/config is included. -- Thanks, Usama