Re: [PATCH v3] Documentation: KUnit: Update filename best practices

2024-08-27 Thread Shuah Khan
On 8/22/24 18:18, Kees Cook wrote: On Fri, Jul 26, 2024 at 03:14:36PM +0800, David Gow wrote: On Thu, 25 Jul 2024 at 04:14, Kees Cook wrote: Based on feedback from Linus[1] and follow-up discussions, change the suggested file naming for KUnit tests. Link: https://lore.kernel.org/lkml/CAHk-=

Re: [PATCH v3] Documentation: KUnit: Update filename best practices

2024-08-22 Thread Kees Cook
On Fri, Jul 26, 2024 at 03:14:36PM +0800, David Gow wrote: > On Thu, 25 Jul 2024 at 04:14, Kees Cook wrote: > > > > Based on feedback from Linus[1] and follow-up discussions, change the > > suggested file naming for KUnit tests. > > > > Link: > > https://lore.kernel.org/lkml/CAHk-=wgim6pNiGTBMhP8

Re: [PATCH v3] Documentation: KUnit: Update filename best practices

2024-07-26 Thread David Gow
On Thu, 25 Jul 2024 at 04:14, Kees Cook wrote: > > Based on feedback from Linus[1] and follow-up discussions, change the > suggested file naming for KUnit tests. > > Link: > https://lore.kernel.org/lkml/CAHk-=wgim6pNiGTBMhP8Kd3tsB7_JTAuvNJ=XYd3wPvvk=o...@mail.gmail.com/ > [1] > Reviewed-by: John

[PATCH v3] Documentation: KUnit: Update filename best practices

2024-07-24 Thread Kees Cook
Based on feedback from Linus[1] and follow-up discussions, change the suggested file naming for KUnit tests. Link: https://lore.kernel.org/lkml/CAHk-=wgim6pNiGTBMhP8Kd3tsB7_JTAuvNJ=XYd3wPvvk=o...@mail.gmail.com/ [1] Reviewed-by: John Hubbard Signed-off-by: Kees Cook --- v3: additional clarifi