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 D2676C433F5 for ; Thu, 14 Apr 2022 05:57:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 25AC210FFF4; Thu, 14 Apr 2022 05:57:30 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7FC1510FFF5 for ; Thu, 14 Apr 2022 05:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649915849; x=1681451849; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=SBlYvUm+PnOQ1bRW62DNwX9vsaxQeC5PUgAJXQ7N1yY=; b=GhLxUsZ/fsnXIxTVM4Zofuca8ywRZbh4fC+iL7lGz26sv7LB3wbxZFfO 9SlAolqTS3DEyPe87m0SVSiBZ9g8UvNg1H8G9antAo/e13dP4MamWiox3 anfz0Q3XEj3aqdCXdFezSV00CQRcj+Ws2Qeey4gEKbcnFLGdXBkb2Hhsx xwLzRss9oWNep1FKm+4StXDpucY3Z9wg4dsByvE+PIl2Z/7hE7PaOdTyc 7m3F2/kOhsgLB0cU9sL6oCaiiik3TTqb9KgsqC3TWt2ijVPYiJCZRHO8q 9ZioY4kVMBMaNzJIEj4IrY7aYzxfm8OC03q9VXwv98bp8t2DZjRJLfQRz g==; X-IronPort-AV: E=McAfee;i="6400,9594,10316"; a="349291074" X-IronPort-AV: E=Sophos;i="5.90,258,1643702400"; d="scan'208";a="349291074" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 22:57:28 -0700 X-IronPort-AV: E=Sophos;i="5.90,258,1643702400"; d="scan'208";a="661231740" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.20.69]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 22:57:28 -0700 Date: Wed, 13 Apr 2022 22:57:27 -0700 Message-ID: <87czhk2omw.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: , Lakshminarayana Vudum In-Reply-To: <164989802924.1345.13710112784362456032@emeril.freedesktop.org> References: <164989802924.1345.13710112784362456032@emeril.freedesktop.org> 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/27.2 (x86_64-pc-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 Subject: Re: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkJBVDogZmFpbHVyZSBmb3IgZHJt?= =?utf-8?q?/i915=3A_Media_freq_factor_and_per-gt_enhancements/fixes?= 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 Wed, 13 Apr 2022 18:00:29 -0700, Patchwork wrote: > > > Possible regressions > > * igt@gem_lmem_swapping@parallel-random-engines: > > * bat-dg1-5: NOTRUN -> FAIL > > * bat-dg1-6: NOTRUN -> FAIL These failures are unrelated. They are showing up everywhere and causing all recent pre-merge CI results to show false positives. Please take a look. Thanks.