From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2A563C282D0 for ; Fri, 7 Mar 2025 09:35:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D175289F35; Fri, 7 Mar 2025 09:35:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="BMVtPg03"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9B5B089F35 for ; Fri, 7 Mar 2025 09:35:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1741340136; x=1772876136; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CEl5Prt+CIcnLZ3zHIoH4Lv5XrP8wRZbxHcGEzFS+W4=; b=BMVtPg03E96fIoMGIirdEoFvikw7PlYxPJ84SEX1iFwYiGRU1zpMdVxy 9ZXRHAoRbM9LRo6Xw6qnis6geRBUuSHJIsUje9w9tHlBfpY2YvtqS/stp BG5NhryvBXpcgn5AifPCQD9/paQugIdFWDXDQqCzyCM160v36C4NCQISh 6/+Y+LlZF1m26cTJE75w5jzOs3kstMKX532/wqXiTkBMTGxsqv0cxj/pK yYLPBEHTZ2K0Ua9iJREaP3FijnmqbCgPCRm4GJs3N8x0kUZ77Vt9TjPs9 Qyq385MHtxvtCxJ+Fi1mcAYh3+tbHrO8EMQRQ28r2bG4c7hdrihYd3KRo Q==; X-CSE-ConnectionGUID: GWusa4xSSvybyeitE4P6ug== X-CSE-MsgGUID: 5mN6OP7sQKOe4kE0Z+lZ6A== X-IronPort-AV: E=McAfee;i="6700,10204,11365"; a="53772615" X-IronPort-AV: E=Sophos;i="6.14,228,1736841600"; d="scan'208";a="53772615" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2025 01:35:36 -0800 X-CSE-ConnectionGUID: brOE8/JQRFeziXU+vCFktA== X-CSE-MsgGUID: Rie9/TSrSPaPZHtS81233A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="124496981" Received: from jledworo-mobl.ger.corp.intel.com (HELO friendship7-home.clients.intel.com) ([10.245.114.21]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2025 01:35:31 -0800 From: Peter Senna Tschudin To: igt-dev@lists.freedesktop.org Cc: Peter Senna Tschudin , vitaly.prosyak@amd.com, christian.koenig@amd.com, alexander.deucher@amd.com, jesse.zhang@amd.com, harry.wentland@amd.com, zbigniew.kempczynski@intel.com, kamil.konieczny@linux.intel.com, ryszard.knop@intel.com, lucas.demarchi@intel.com, katarzyna.piecielska@intel.com, Jonathan Cavitt Subject: [PATCH v8 i-g-t 2/3] runner/executor: Integrate igt_kmemleak scans Date: Fri, 7 Mar 2025 10:34:25 +0100 Message-Id: <20250307093426.90479-3-peter.senna@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250307093426.90479-1-peter.senna@linux.intel.com> References: <20250307093426.90479-1-peter.senna@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" This patch modifies igt_runner to support runner_kmemleak() calls. By default, kmemleak scanning is disabled, so new command-line options are introduced to enable it: * -k, -k