Re: [PATCH v4 1/5] lib: Add generic platform filtering framework
Kamil Konieczny <[email protected]> Wed, 29 Jul 2026 17:49:43 +0200
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Vitaly, On 2026-07-21 at 22:21:34 -0400, [email protected] wrote: > From: Vitaly Prosyak <[email protected]> sorry for 2nd mail, I forgot about incremental compilation. Your series should compile with git rebase origin -x ./compile.sh Now, after a first patch is applied, there is warning: [5/960] Compiling C object lib/libigt-igt_platform_filter_c.a.p/igt_platform_filter.c.o ../lib/igt_platform_filter.c:568:6: warning: no previous prototype for ‘igt_platform_filter_is_initialized’ [-Wmissing-prototypes] 568 | bool igt_platform_filter_is_initialized(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Regards, Kamil > > Implement vendor-agnostic platform filtering system that allows any > vendor to plug in platform-specific test skipping logic via callbacks. > [cut]