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 62D97C433DF for ; Thu, 13 Aug 2020 16:25:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29EBE20855 for ; Thu, 13 Aug 2020 16:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335947; bh=x5dQnqEt4taaXCntDhLxRh5bnOAP4upqjczwcLTho3g=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To: References:List-ID:From; b=1KNNlipmRwkP8ncO1gIss/1CNhhLL4SMDMGr/IbT1l65CX1CEjRT9vtJQ1QJ3XOLU 4jDuo+tvT42t7JDIkPyG43g+fpK6CNvHFs4pEXJpKUISXNe6QLHHHobZIAAC3RqpSK p3rrDeCM8lJA9i7zptfzrkzllVSS8cugbzr3WMaM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726486AbgHMQZq (ORCPT ); Thu, 13 Aug 2020 12:25:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:58196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726531AbgHMQZo (ORCPT ); Thu, 13 Aug 2020 12:25:44 -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 BAE6220658; Thu, 13 Aug 2020 16:25:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335943; bh=x5dQnqEt4taaXCntDhLxRh5bnOAP4upqjczwcLTho3g=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To: References:From; b=DrMOO4fC3nQETRvS+RSST7OXiki4uajs8HYTLEpnQo7P7AhQKFaBVB9nGuHuUN21z hnJjak7kLVBr8uLirTlrmePZ3SjGT0wd7HUQRUT+f+tTaQAFSN5z5fbRdjHXL0jzJu kGQKHb9xbQQhQ1w1WV1Stn2sHacOXB14crITuPDE= Date: Thu, 13 Aug 2020 16:25:43 +0000 From: Sasha Levin To: Sasha Levin To: Thomas Zimmermann To: airlied@redhat.com, daniel@ffwll.ch, sam@ravnborg.org Cc: dri-devel@lists.freedesktop.org Cc: Thomas Zimmermann Cc: Gerd Hoffmann Cc: Dave Airlie Cc: Daniel Vetter Cc: Sam Ravnborg Cc: Emil Velikov Cc: "Y.C. Chen" Cc: stable@vger.kernel.org Subject: Re: [PATCH v1 3/4] drm/ast: Add commit-tail function In-Reply-To: <20200805105428.2590-4-tzimmermann@suse.de> References: <20200805105428.2590-4-tzimmermann@suse.de> Message-Id: <20200813162543.BAE6220658@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: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.14. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast: Remove unused code paths for AST 1180") 1728bf6402c3 ("drm/ast: Use managed mode-config init") 2ccebf561e4a ("drm/ast: Move cursor functions to ast_cursor.c") 6bb18c9be6d2 ("drm/ast: Init cursors before creating modesetting structures") beb2355eecbf ("drm/ast: Pass struct ast_private instance to cursor init/fini functions") e6949ff3ca85 ("drm/ast: Initialize mode setting in ast_mode_config_init()") fa7dbd768884 ("drm/ast: Upcast from DRM device to ast structure via to_ast_private()") v5.7.14: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast: Remove unused code paths for AST 1180") 1728bf6402c3 ("drm/ast: Use managed mode-config init") 2ccebf561e4a ("drm/ast: Move cursor functions to ast_cursor.c") 3a53230e1c4b ("drm/ast: Make ast_primary_plane_helper_atomic_update static") 6bb18c9be6d2 ("drm/ast: Init cursors before creating modesetting structures") beb2355eecbf ("drm/ast: Pass struct ast_private instance to cursor init/fini functions") e6949ff3ca85 ("drm/ast: Initialize mode setting in ast_mode_config_init()") fa7dbd768884 ("drm/ast: Upcast from DRM device to ast structure via to_ast_private()") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha