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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD096C001DE for ; Tue, 25 Jul 2023 10:21:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231416AbjGYKVr (ORCPT ); Tue, 25 Jul 2023 06:21:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230462AbjGYKVr (ORCPT ); Tue, 25 Jul 2023 06:21:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A842410CB for ; Tue, 25 Jul 2023 03:21:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 447B0615FC for ; Tue, 25 Jul 2023 10:21:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56BDDC433C9; Tue, 25 Jul 2023 10:21:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690280505; bh=5ZM/AI65T9Osu9OX3c3PwH7mxZcoiM3P67YwG9qaNsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ER8f3GRhjTwXVFS0DTN71sLY+Icob9WxdP8s14pAQ7FzxWa/hXDD2R1NlBOoh7Y02 v356au8oNYg+xiY+9hiof/eCAp8E/b/bF1oMBPMT7bCesNWpD7SS1WHlvMNCZ7fA2y OupyF5f4okSBsutzwDEEtsqQI/DyHO1itwWG6LCA= Date: Tue, 25 Jul 2023 12:21:42 +0200 From: Greg KH To: "Limonciello, Mario" Cc: Stable Subject: Re: Kernel 6.4.y stable backports for "drm/amd/display: Add polling method to handle MST reply packet" Message-ID: <2023072531-everyday-residency-2b27@gregkh> References: <4eac08e2-2a13-1e13-536d-a8a7949796ff@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4eac08e2-2a13-1e13-536d-a8a7949796ff@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jul 24, 2023 at 02:59:09PM -0500, Limonciello, Mario wrote: > Hi, > > The patch "4f6d9e38c4d2 ("drm/amd/display: Add polling method to handle MST > reply packet")" was tagged for stable, but it failed to apply to both 6.4.y > and 6.1.y. > > The 6.4.y backport is missing a dependency. So to fix this can you please > apply: > > 87279fdf5ee0 ("drm/amd/display: Clean up errors & warnings in amdgpu_dm.c") > 4f6d9e38c4d2 ("drm/amd/display: Add polling method to handle MST reply > packet") Now queued up, thanks. greg k-h