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 4993CC021B8 for ; Wed, 26 Feb 2025 13:26:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0590210E918; Wed, 26 Feb 2025 13:26:38 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="dhI1mZrr"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id B4BAE10E918 for ; Wed, 26 Feb 2025 13:26:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740576397; x=1772112397; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5c4sjkDTnCcxxWOtD3ivoYn1/0+Mg1EVJQQQvLyuPMY=; b=dhI1mZrrQwDccTnLTWB/r3oUI1EhaS7clotzyxANH7TA5XbTIU+yLZdO WXKsOp1Gi/T57ZKLkrnp4ZBvQUbu6WXWdp0GOZiqzKEJMcT03PspXvQp3 SU5eGdFmmchFtbUzGmWkMwoXpwW+9VOObfimTp84fYFC5PvIEXNkUKUDz hZ5Otz7cq4XGPWVgHWD9cymm3N9FIzIHtdrpBMhUlfB3QFmiMr3q6ZMJt An18UXNjJxw1UlrohpMKv8JAlS76QGx6A+if84SpkvBx/T4Uq3TPa5pmP MFI/VZAW2GK9VJWcpgzfm4Sv9z2YtPAqXWYDIgSVvYB51fS4tvfNfzlDm Q==; X-CSE-ConnectionGUID: a3mGhr1pRvuc0j6Ezk7ykg== X-CSE-MsgGUID: +ZClyDd+Sd2YS7SFJ0KCsw== X-IronPort-AV: E=McAfee;i="6700,10204,11357"; a="41296444" X-IronPort-AV: E=Sophos;i="6.13,317,1732608000"; d="scan'208";a="41296444" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2025 05:26:37 -0800 X-CSE-ConnectionGUID: fBi8V0ekSOmzyfYrko5+Vw== X-CSE-MsgGUID: 54oIYYcIQQG9DqKM7S8o4w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,317,1732608000"; d="scan'208";a="147522881" Received: from hedwards-mobl1.ger.corp.intel.com (HELO friendship7-home.clients.intel.com) ([10.245.96.245]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2025 05:26:33 -0800 From: Peter Senna Tschudin To: igt-dev@lists.freedesktop.org Cc: Peter Senna Tschudin , 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 v6 i-g-t 2/2] runner/executor: Integrate igt_kmemleak scans Date: Wed, 26 Feb 2025 14:25:52 +0100 Message-Id: <20250226132552.41294-3-peter.senna@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250226132552.41294-1-peter.senna@linux.intel.com> References: <20250226132552.41294-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