[PATCH i-g-t v3 0/6] lib/igt_kmod: Drop legacy kunit integration

Lucas De Marchi lucas.demarchi at intel.com
Thu Nov 7 05:52:48 UTC 2024


Drop the legacy path with the minimum amount of conversion.

v2: Use igt_require() rather than igt_assert() and add 2 more patches.
v3:
  - Invert the order when checking by suite name
  - Simplify kunit_get_tests(), __igt_kunit() can skip by itself
  - Add a few more patches with refactors and leak fixes.

Lucas De Marchi (6):
  lib/igt_kmod: Drop legacy kunit fallback
  lib/igt_kmod: Fix leaking subtest name
  lib/igt_kmod: Stop passing debugfs_dir around
  lib/igt_kmod: Stop passing ktap around
  lib/igt_ktap: Just free ktap
  lib/igt_kmod: Do not leak kmod ctx

 lib/igt_kmod.c              | 364 +++++-------------------------------
 lib/igt_ktap.c              |   5 +-
 lib/igt_ktap.h              |   2 +-
 lib/tests/igt_ktap_parser.c |  24 +--
 4 files changed, 66 insertions(+), 329 deletions(-)

-- 
2.47.0



More information about the igt-dev mailing list