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 0D857CD11C2 for ; Wed, 10 Apr 2024 04:37:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9322B113111; Wed, 10 Apr 2024 04:37:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="jrxYwCPy"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id C63A1113111 for ; Wed, 10 Apr 2024 04:37:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1712723843; x=1744259843; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=JkwfMe4172I3xjN03UsCPK5TAoqsvZayBS+ouBaSGxM=; b=jrxYwCPyzobsQFhRviGEDFykw9pgH89n1oduSQ5JEyxMYOj4+Kxcr41O i0FLpjhPOwnaEAMott7OF4/C5e5wUHs4YWpArimzyRXsFqmRxV8J58F51 AC7OqeMD+Zc3Gu5J4c+GT0DZUF5cv+kVoQl+mHMBuD3GTau8GZivgWWQl /AeK9xiIlljsjYjvfVlBFeGT5hkA/oYyb5gxlxHtfcst6UWaVnBwLIEj+ LqjVMGjV8q61GpYH+Xu8DV8ms5mIuRSwBvI60y+hPjfuuzEoNaJAkDT8I Oa3vFyOQzXUQq8UPu3n4yiZK/8bLXKq9W5T7rIYjdsZQzyZxjBgPm2VSR Q==; X-CSE-ConnectionGUID: bhQFpfP/Tq608zfUP48hkQ== X-CSE-MsgGUID: KCyrD9ebQU6hvpDfaer9BA== X-IronPort-AV: E=McAfee;i="6600,9927,11039"; a="7926954" X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="7926954" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2024 21:37:22 -0700 X-CSE-ConnectionGUID: euqIEXfvTMe+0YjstwmMdw== X-CSE-MsgGUID: FQGX+fB6Q3KSZLga79FSsQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="25115889" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.138]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2024 21:37:22 -0700 Date: Tue, 09 Apr 2024 21:37:21 -0700 Message-ID: <85ttk9kf3y.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: intel-gfx@lists.freedesktop.org Cc: Badal Nilawar Subject: Re: [PATCH] drm/i915: Don't enable hwmon for selftests In-Reply-To: <20240410042855.130262-1-ashutosh.dixit@intel.com> References: <20240410042855.130262-1-ashutosh.dixit@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: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 09 Apr 2024 21:28:55 -0700, Ashutosh Dixit wrote: > > There are no hwmon selftests so there is no need to enable hwmon for > selftests. So enable hwmon only for real driver load. > > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/10366 This will resolve this CI issue for now and give us time to study the issue further. If this is not acceptable in the main tree, we could consider merging this to the topic/core-for-CI branch as a temporary fix to eliminate noise in CI due to this issue. Regards, Ashutosh