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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 98A06C433E6 for ; Wed, 30 Dec 2020 09:24:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BD6B217BA for ; Wed, 30 Dec 2020 09:24:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726363AbgL3JYD (ORCPT ); Wed, 30 Dec 2020 04:24:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:60610 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725814AbgL3JYD (ORCPT ); Wed, 30 Dec 2020 04:24:03 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1779420791; Wed, 30 Dec 2020 09:23:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609320202; bh=0Lpz6nZMQosCawNiSPbGgwcmMbHnRImfGs6H04zLW/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C34NWMBFH5WcJtyymmCQBq1Q2DGC/MApfxlZpKwM28aPwvvu3usHJocqUzyU5gBok npIC0En2SJOLklk2XX5WHhKp90YxDjjWVrZr/8EnA1utsXvVu+s3EbgC8ae8l5GQjn T7iAJC06+OwacV75IMHE2UOP5ye9VmaxcEnhvx/c= Date: Wed, 30 Dec 2020 10:24:40 +0100 From: Greg Kroah-Hartman To: Bas Nieuwenhuizen Cc: LKML , stable@vger.kernel.org, Alex Deucher , Nicholas Kazlauskas Subject: Re: [PATCH 5.10 635/717] drm/amd/display: Honor the offset for plane 0. Message-ID: References: <20201228125020.963311703@linuxfoundation.org> <20201228125051.345050198@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 29, 2020 at 08:42:50PM +0100, Bas Nieuwenhuizen wrote: > Hi Greg, > > Someone bisected a non-booting computer with 5.10.4-rc1 to this > commit. Would it be possible to back out of backporting this commit > (was backported to 5.4 and 5.10)? I suspect we may need > 53f4cb8b5580a20d01449a7d8e1cbfdaed9ff6b6 to be picked too to avoid > regressing, but I'm not sure about process (e.g. timeline to confirm > things) here and a not booting computer is really bad. Thanks for the report, now dropped from both queues. If this needs to be added, after testing, please let stable@vger.kernel.org know and we will be glad to add it back. thanks, greg k-h