From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id B6C9F10E985 for ; Wed, 15 Mar 2023 09:41:23 +0000 (UTC) From: Dominik Karol Piatkowski Date: Wed, 15 Mar 2023 10:40:37 +0100 Message-Id: <20230315094042.5032-1-dominik.karol.piatkowski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v2 i-g-t 0/5] Introduce KUnit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org List-ID: This series is a continuation of Isabella's work on introducing KUnit to IGT. Cc: Janusz Krzysztofik Cc: Mauro Carvalho Chehab Dominik Karol Piatkowski (1): Change logic of ktap parser to run on a thread Isabella Basso (4): lib/igt_kmod: rename kselftest functions to ktest lib/igt_kmod.c: check if module is builtin before attempting to unload it lib/igt_kmod: add compatibility for KUnit tests: DRM selftests: switch to KUnit lib/igt_kmod.c | 108 +++++++++++-- lib/igt_kmod.h | 14 +- lib/igt_ktap.c | 371 +++++++++++++++++++++++++++++++++++++++++++ lib/igt_ktap.h | 32 ++++ lib/meson.build | 1 + tests/drm_buddy.c | 4 +- tests/drm_mm.c | 4 +- tests/kms_selftest.c | 8 + 8 files changed, 523 insertions(+), 19 deletions(-) create mode 100644 lib/igt_ktap.c create mode 100644 lib/igt_ktap.h -- 2.34.1