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 392EDCF9C55 for ; Fri, 20 Sep 2024 16:08:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CBEB010E103; Fri, 20 Sep 2024 16:08:28 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="B7Qu/HQy"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 719B010E103 for ; Fri, 20 Sep 2024 16:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726848507; x=1758384507; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=I8fA4qCMtwLGKcAwv8TJVxfDA8fJz9vDqjcVt6FcDEs=; b=B7Qu/HQyc7XximC3t/fLODCR6HEYJE8HB4ge7lqwK/49iXuqd2hQ7s4F QpIpnCTVVLwN9YI3n6PolRqNT8EopnKHcT13Rq5U7JU3o6BzRjxt4S/Pd zBlLW4LHKzBpzZEK9CblNLKb6XcWw+fUzAST+rszEIpAeIdMzsOrnkHZW +xX+QI5CaHoaxlnCWkBtif3kRFeMTD/Q9BJfwrxcWHdrXLSXYyDWfHali JtRinY1VpdlPAn+HG0Jtgap2YxAwEWNx0JpculE9ujDh5+Cir/AkkoduQ vJZn7ecUNgxrFWLhVWzGPUzZ45JXJTBx6eTydXVE0Y6CPWmZGSw+gsXon Q==; X-CSE-ConnectionGUID: l5W7YOC1TBGHSeThprAcsg== X-CSE-MsgGUID: ltyIpfJ8ScO+ABqpBaQXpQ== X-IronPort-AV: E=McAfee;i="6700,10204,11201"; a="36995159" X-IronPort-AV: E=Sophos;i="6.10,244,1719903600"; d="scan'208";a="36995159" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2024 09:08:27 -0700 X-CSE-ConnectionGUID: ZMpPzCtyRPiKIGRJGoJbmA== X-CSE-MsgGUID: O7GJFqD6ToqvBlk5Lprakw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,244,1719903600"; d="scan'208";a="70793310" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.138]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2024 09:08:28 -0700 Date: Fri, 20 Sep 2024 09:08:26 -0700 Message-ID: <854j6a71fp.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Manszewski, Christoph" Cc: , Zbigniew =?ISO-8859-2?Q?Kempczy=F1ski?= , Kamil Konieczny , Dominik Grzegorzek , Maciej Patelczyk , Dominik Karol =?ISO-8859-2?Q?Pi=B1tkowski?= , Pawel Sikora , Andrzej Hajda , Kolanupaka Naveena , Mika Kuoppala , Gwan-gyeong Mun , Jan Sokolowski , "Piecielska, Katarzyna" Subject: Re: [PATCH i-g-t v7 00/16] Test coverage for GPU debug support In-Reply-To: <9dc49f36-4a59-4503-83e7-aed67a305017@intel.com> References: <20240918113017.144687-1-christoph.manszewski@intel.com> <857cb77c9n.wl-ashutosh.dixit@intel.com> <9dc49f36-4a59-4503-83e7-aed67a305017@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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" On Fri, 20 Sep 2024 05:57:14 -0700, Manszewski, Christoph wrote: > Hi Christoph, > Hi Ashutosh, > > On 19.09.2024 20:02, Dixit, Ashutosh wrote: > > On Wed, 18 Sep 2024 04:30:01 -0700, Christoph Manszewski wrote: > >> > >> Hi, > >> > >> In this series the eudebug kernel and validation team would like to > >> add test coverage for GPU debug support recently proposed as an RFC. > >> (https://patchwork.freedesktop.org/series/136572/) > >> > > > > Something got merged from this series but seems there are a bunch of > > warnings. Please fix. > > > > $ ninja -C build > > ninja: Entering directory `build' > > [427/1905] Generating lib/iga64_generated_codes.c with a custom command > > iga64 assemblies not changed, reusing pre-compiled file ../lib/iga64_generated_codes.c. > > [1899/1905] Generating docs/testplan/xe_tests.rst with a custom command > > xe_exec_sip_eudebug.testlist: Testlist file not found. > > xe_eudebug_online.testlist: Testlist file not found. > > xe_eudebug.testlist: Testlist file not found. > > These were removed by 'scripts/test_list: Don't log missing testlist' (for > not compiled tests). OK, these seem to be gone now. > > > INFO: Found documentation for 'xe_eudebug_online' but no binary > > INFO: Found documentation for 'xe_eudebug' but no binary > > INFO: Found documentation for 'xe_exec_sip_eudebug' but no binary > > This is an info log, that was added by Kamil's patch (which I slightly > modified). I am still seeing these because I don't have build_xe_eudebug enabled it seems. I think if someone doesn't enable a component, they shouldn't be treated to a bunch of warnings. Maybe we'll bring it up with Kamil. Thanks. -- Ashutosh