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 BEAA7C43334 for ; Mon, 11 Jul 2022 10:23:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229829AbiGKKXs (ORCPT ); Mon, 11 Jul 2022 06:23:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229617AbiGKKXS (ORCPT ); Mon, 11 Jul 2022 06:23:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC8BACAF2C; Mon, 11 Jul 2022 02:37:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 55E50B80E9B; Mon, 11 Jul 2022 09:37:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E7C4C34115; Mon, 11 Jul 2022 09:37:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657532257; bh=bcLD/qxsUGv+AF1rTNdpKdzVizCDffffHzxuyCpZio4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2qf86FdYQl0eJl6YZA6POKfpuzIr8AZzwyHXZPN5qCylgtNW/KMDmytEszIvoQoaK 19pJELOavgTCURd9gaJk09ISsDUMY1h3n06IPUrbaxfaWtnSxgXHEsPqjHDhEQmiOG BM/MS7yqUUJPEQIVJnJQQsa8sR+X+r9FA8T+db6E= Date: Mon, 11 Jul 2022 11:37:34 +0200 From: Greg Kroah-Hartman To: Christian =?iso-8859-1?Q?K=F6nig?= Cc: Alex Deucher , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Sasha Levin Subject: Re: [PATCH 5.15 138/230] drm/amdgpu: bind to any 0x1002 PCI diplay class device Message-ID: References: <20220711090604.055883544@linuxfoundation.org> <20220711090607.978575207@linuxfoundation.org> <8c73c2b5-f70e-f343-7ca4-e1db420d5419@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8c73c2b5-f70e-f343-7ca4-e1db420d5419@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2022 at 11:29:53AM +0200, Christian König wrote: > Hi Greg & Alex > > why is that patch picked up for stable? Or are we backporting IP based > discovery? New device ids are usually added to stable trees as they are "trivial". > If yes, is that wise? IIRC we had quite a number of typos etc.. in the > initial patches. If this commit is incorrect, we will be glad to drop it, or add any needed add-on commits. Which do you want to see happen here? thanks, greg k-h