Re: [PATCH 1/3] MAINTAINERS: Introduce V: field for required tests
Konstantin Ryabitsev <[email protected]>
| Newsgroups | dev.linux.lists.kernelci,org.kernel.vger.linux-kselftest,org.kernel.vger.workflows |
|---|---|
| Message-ID | <20231115-charcoal-sloth-of-wizardry-5a75fa@nitro> |
On Wed, Nov 15, 2023 at 07:43:49PM +0200, Nikolai Kondrashov wrote: > Introduce a new tag, 'Tested-with:', documented in the > Documentation/process/submitting-patches.rst file. The tag is expected > to reference the documented test suites, similarly to the 'V:' field, > and to certify that the submitter executed the test suite on the change, > and that it passed. I'm not sure it should be a tag that stays all the way through git commit. How about making it a cover letter/first patch footer? tested-with: <suite> -K