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=-5.6 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 C3262C43464 for ; Mon, 21 Sep 2020 12:54:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C16C21D7A for ; Mon, 21 Sep 2020 12:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600692886; bh=3HQubua1JVZSbuiksHja1yPDGgphBllup5nvb5XngtM=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=bodGFtIAlZVwrlMMeK5xcLZNBt1jEXrH+8XMJfqyS3TkRRe0/5G4Nn5C+5Qfj9RDH nZgLg+OPp7S5owRnSjp7usmpxQr8bjpSSSdIaA6FnMD7GlHQctni0lRQ8/ZmZzWWrn GRTucxh70nhsWbiVopE90YIAoJC9oo/mABO/aI80= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726419AbgIUMyq (ORCPT ); Mon, 21 Sep 2020 08:54:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:59962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726395AbgIUMyp (ORCPT ); Mon, 21 Sep 2020 08:54:45 -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 250D920874; Mon, 21 Sep 2020 12:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600692885; bh=3HQubua1JVZSbuiksHja1yPDGgphBllup5nvb5XngtM=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Subject:In-Reply-To:References: From; b=1ym5/lRxm2lnN2eYU+cWZxzt8wO4hrOs7K30FDk4I4A/Ga31se+Pqnd5VCuDpGNXr MtIg7E/fN3MJmGOzjuYFI8pVkqYThNs2DTQl96a01Z8YpU8CKdfFIIi1Ssn0Ec7qxP sPcW1Owx5fzuqMkqXUHD+ejqana03DBUUmfS+KXk= Date: Mon, 21 Sep 2020 12:54:44 +0000 From: Sasha Levin To: Sasha Levin To: Chris Wilson To: intel-gfx@lists.freedesktop.org Cc: Chris Wilson Cc: Mika Kuoppala Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 2/3] drm/i915: Break up error capture compression loops with cond_resched() In-Reply-To: <20200916090059.3189-2-chris@chris-wilson.co.uk> References: <20200916090059.3189-2-chris@chris-wilson.co.uk> Message-Id: <20200921125445.250D920874@mail.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 -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.8.10, v5.4.66, v4.19.146, v4.14.198, v4.9.236, v4.4.236. v5.8.10: Build OK! v5.4.66: Build OK! v4.19.146: Build OK! v4.14.198: Build OK! v4.9.236: Failed to apply! Possible dependencies: 0a97015d45ee ("drm/i915: Compress GPU objects in error state") 83bc0f5b432f ("drm/i915: Handle incomplete Z_FINISH for compressed error states") 95374d759ac7 ("drm/i915: Always use the GTT for error capture") 98a2f411671f ("drm/i915: Allow disabling error capture") 9f267eb8d2ea ("drm/i915: Stop the machine whilst capturing the GPU crash dump") d636951ec01b ("drm/i915: Cleanup instdone collection") fc4c79c37e82 ("drm/i915: Consolidate error object printing") v4.4.236: Failed to apply! Possible dependencies: 0a97015d45ee ("drm/i915: Compress GPU objects in error state") 0bc40be85f33 ("drm/i915: Rename intel_engine_cs function parameters") 688e6c725816 ("drm/i915: Slaughter the thundering i915_wait_request herd") 755412e29c77 ("drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER") 98a2f411671f ("drm/i915: Allow disabling error capture") ca82580c9cea ("drm/i915: Do not call API requiring struct_mutex where it is not available") cbdc12a9fc9d ("drm/i915: make A0 wa's applied to A1") e87a005d90c3 ("drm/i915: add helpers for platform specific revision id range checks") ef712bb4b700 ("drm/i915: remove parens around revision ids") fffda3f4fb49 ("drm/i915/bxt: add revision id for A1 stepping and use it") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha