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 X-Spam-Level: X-Spam-Status: No, score=-4.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HK_RANDOM_FROM,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D635C433E0 for ; Mon, 22 Mar 2021 13:38:11 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 199566192D for ; Mon, 22 Mar 2021 13:38:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 199566192D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 472E76E487; Mon, 22 Mar 2021 13:38:09 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 47A0A6E486; Mon, 22 Mar 2021 13:38:07 +0000 (UTC) IronPort-SDR: wtB8LnYWciCCL5vvIFBz3PGda2xejBsT9kHhJLmPsDBMmhOVc71poOGG7seIzE6izHDmCbUXiA Sq/X4ervWNfw== X-IronPort-AV: E=McAfee;i="6000,8403,9930"; a="177403302" X-IronPort-AV: E=Sophos;i="5.81,269,1610438400"; d="scan'208";a="177403302" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2021 06:38:04 -0700 IronPort-SDR: UibSpSC3e0SIXUQFQV2Scb1ueMtWfRxxwuiFAXBO/a1DAV3rtJTsKNsGilmzI4yWSHElIQo5Cm DiFysdwxp2Jg== X-IronPort-AV: E=Sophos;i="5.81,269,1610438400"; d="scan'208";a="407835413" Received: from rgkirwan-mobl.ger.corp.intel.com (HELO [10.213.212.156]) ([10.213.212.156]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2021 06:38:01 -0700 To: intel-gfx@lists.freedesktop.org, DRI Development , Daniel Vetter References: <20210318170419.2107512-1-tvrtko.ursulin@linux.intel.com> <161611666102.8628.1124825882873170304@emeril.freedesktop.org> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc Message-ID: <39d7d721-4e52-89b2-8efe-54cb7768ec6c@linux.intel.com> Date: Mon, 22 Mar 2021 13:37:58 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <161611666102.8628.1124825882873170304@emeril.freedesktop.org> Content-Language: en-US Subject: Re: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLklHVDogZmFpbHVyZSBmb3IgRGVm?= =?utf-8?q?ault_request/fence_expiry_+_watchdog_=28rev3=29?= 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 19/03/2021 01:17, Patchwork wrote: Okay with 20s default expiration the hangcheck tests on Tigerlake pass and we are left with these failures: > IGT changes > > > Possible regressions > > * > > igt@gem_ctx_ringsize@idle@bcs0: > > o shard-skl: PASS > > -> INCOMPLETE > Too many runnable requests on a slow Skylake SKU with command parsing active. Too many to finish withing the 20s default expiration that is. This is actually the same root cause as the below tests tries to explicitly demonstrate: > * > > {igt@gem_watchdog@far-fence@bcs0} (NEW): > > o shard-glk: NOTRUN -> FAIL > > * > > {igt@gem_watchdog@far-fence@vcs0} (NEW): > > o shard-apl: NOTRUN -> FAIL > > +2 similar issues > * > > {igt@gem_watchdog@far-fence@vecs0} (NEW): > > o shard-kbl: NOTRUN -> FAIL > > +2 similar issues The vulnerability default expiration adds compared to the current state is applicable to heaviliy loaded systems where GPU is shared between multiple clients. Otherwise series seems to work. Failing tests can be blacklisted going forward. Ack to merge and merge itself, after review, I leave to maintainers since personally I am not supportive of this mechanism. Regards, Tvrtko _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx