Re: [PATCH v4 2/3] printf: add tests for generic FourCCs

2025-04-08 Thread Kees Cook
On Tue, Apr 08, 2025 at 12:18:32PM +0530, Aditya Garg wrote: > From: Aditya Garg > > This patch adds support for kunit tests of generic 32-bit FourCCs added to > vsprintf. > > Acked-by: Tamir Duberstein > Reviewed-by: Andy Shevchenko > Reviewed-by: Petr Mladek > Tested-by: Petr Mladek > Sign

[PATCH v4 2/3] printf: add tests for generic FourCCs

2025-04-08 Thread Aditya Garg
From: Aditya Garg This patch adds support for kunit tests of generic 32-bit FourCCs added to vsprintf. Acked-by: Tamir Duberstein Reviewed-by: Andy Shevchenko Reviewed-by: Petr Mladek Tested-by: Petr Mladek Signed-off-by: Aditya Garg --- lib/tests/printf_kunit.c | 39 ++