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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 54316C433E3 for ; Wed, 19 Aug 2020 23:56:31 +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 28E11214F1 for ; Wed, 19 Aug 2020 23:56:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="kE30hggN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 28E11214F1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 B36076E87D; Wed, 19 Aug 2020 23:56:30 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id B00876E87D for ; Wed, 19 Aug 2020 23:56:28 +0000 (UTC) Received: from localhost (unknown [70.37.104.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5D18F20B1F; Wed, 19 Aug 2020 23:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881388; bh=77hXGu43RjQWqtXacJ5Ho6ThUb08Bxt7MQIkbsEQOCI=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=kE30hggNaT7xd11ywnekRskeUaQ9hkxuGA/qAvuMVJ1DkiasT6xzlgnOkUHFvyUbI iconCyLGPe3UmKEeVsIlkWvp5ChhHDlNmWNeYy8KZkeOek2jG7+pLIBFnKmdWTkBLB /ZQP93Uek22BoD9+JtWToKAKt+NOjkpb7JOjZtGs= Date: Wed, 19 Aug 2020 23:56:27 +0000 From: Sasha Levin To: Sasha Levin To: Chris Wilson To: intel-gfx@lists.freedesktop.org In-Reply-To: <20200812223621.22292-3-chris@chris-wilson.co.uk> References: <20200812223621.22292-3-chris@chris-wilson.co.uk> Message-Id: <20200819235628.5D18F20B1F@mail.kernel.org> Subject: Re: [Intel-gfx] [PATCH 3/3] drm/i915/gem: Always test execution status on closing the context 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: , Cc: stable@vger.kernel.org, Chris Wilson MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 9a40bddd47ca ("drm/i915/gt: Expose heartbeat interval via sysfs"). The bot has tested the following trees: v5.8.1, v5.7.15. v5.8.1: Failed to apply! Possible dependencies: 1b90e4a43b74 ("drm/i915/selftests: Enable selftesting of busy-stats") 2d3879950f8a ("drm/i915: Add psr_safest_params") 4fe13f28d66a ("drm/i915/selftests: Add tests for timeslicing virtual engines") 67a64e51ba92 ("drm/i915/selftests: Refactor sibling selection") 8a25c4be583d ("drm/i915/params: switch to device specific parameters") 9199c070cdde ("drm/i915/selftests: Exercise far preemption rollbacks") ad6586850b6d ("drm/i915/selftests: Change priority overflow detection") d4b02a4c613e ("drm/i915/selftests: Trim execlists runtime") f4bb45f72734 ("drm/i915: Trim set_timer_ms() intervals") v5.7.15: Failed to apply! Possible dependencies: 0c1abaa7fbfb ("drm: Constify adjusted_mode a bit") 13ea6db2cf24 ("drm/i915/edp: Ignore short pulse when panel powered off") 3dfd8d710419 ("drm/i915/display: use struct drm_device based logging") 81b55ef1f47b ("drm/i915: drop a bunch of superfluous inlines") 8a25c4be583d ("drm/i915/params: switch to device specific parameters") af67009c1439 ("drm/i915/dp: use struct drm_device based logging") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx 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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 D5904C433E5 for ; Wed, 19 Aug 2020 23:58:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4B2A20888 for ; Wed, 19 Aug 2020 23:58:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881490; bh=77hXGu43RjQWqtXacJ5Ho6ThUb08Bxt7MQIkbsEQOCI=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:List-ID: From; b=KqQlz3Rsu71FOExHPGS5YrCxVwYMEPfZ5uV3tYhxQq3uvxCQTs/b+gy76I4EaGhnV DeKBC+eGJTCxjaNhxWp7yVJhsyMMaP0Gd2r8wzW9f5S8bQQGNI1Us/LbtHtweCXOKT pCBLoaGDG3L0qViYQmfx+8/VK/lUlRsjcX7jAFj8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726466AbgHSX6J (ORCPT ); Wed, 19 Aug 2020 19:58:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:53106 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726617AbgHSX42 (ORCPT ); Wed, 19 Aug 2020 19:56:28 -0400 Received: from localhost (unknown [70.37.104.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5D18F20B1F; Wed, 19 Aug 2020 23:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881388; bh=77hXGu43RjQWqtXacJ5Ho6ThUb08Bxt7MQIkbsEQOCI=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=kE30hggNaT7xd11ywnekRskeUaQ9hkxuGA/qAvuMVJ1DkiasT6xzlgnOkUHFvyUbI iconCyLGPe3UmKEeVsIlkWvp5ChhHDlNmWNeYy8KZkeOek2jG7+pLIBFnKmdWTkBLB /ZQP93Uek22BoD9+JtWToKAKt+NOjkpb7JOjZtGs= Date: Wed, 19 Aug 2020 23:56:27 +0000 From: Sasha Levin To: Sasha Levin To: Chris Wilson To: intel-gfx@lists.freedesktop.org Cc: Chris Wilson , stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 3/3] drm/i915/gem: Always test execution status on closing the context In-Reply-To: <20200812223621.22292-3-chris@chris-wilson.co.uk> References: <20200812223621.22292-3-chris@chris-wilson.co.uk> Message-Id: <20200819235628.5D18F20B1F@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 9a40bddd47ca ("drm/i915/gt: Expose heartbeat interval via sysfs"). The bot has tested the following trees: v5.8.1, v5.7.15. v5.8.1: Failed to apply! Possible dependencies: 1b90e4a43b74 ("drm/i915/selftests: Enable selftesting of busy-stats") 2d3879950f8a ("drm/i915: Add psr_safest_params") 4fe13f28d66a ("drm/i915/selftests: Add tests for timeslicing virtual engines") 67a64e51ba92 ("drm/i915/selftests: Refactor sibling selection") 8a25c4be583d ("drm/i915/params: switch to device specific parameters") 9199c070cdde ("drm/i915/selftests: Exercise far preemption rollbacks") ad6586850b6d ("drm/i915/selftests: Change priority overflow detection") d4b02a4c613e ("drm/i915/selftests: Trim execlists runtime") f4bb45f72734 ("drm/i915: Trim set_timer_ms() intervals") v5.7.15: Failed to apply! Possible dependencies: 0c1abaa7fbfb ("drm: Constify adjusted_mode a bit") 13ea6db2cf24 ("drm/i915/edp: Ignore short pulse when panel powered off") 3dfd8d710419 ("drm/i915/display: use struct drm_device based logging") 81b55ef1f47b ("drm/i915: drop a bunch of superfluous inlines") 8a25c4be583d ("drm/i915/params: switch to device specific parameters") af67009c1439 ("drm/i915/dp: use struct drm_device based logging") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha