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 6CDEBC433FE for ; Mon, 7 Mar 2022 11:19:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237541AbiCGLUU (ORCPT ); Mon, 7 Mar 2022 06:20:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235956AbiCGLUI (ORCPT ); Mon, 7 Mar 2022 06:20:08 -0500 Received: from mail.itouring.de (mail.itouring.de [IPv6:2a01:4f8:a0:4463::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 240F49A9B6; Mon, 7 Mar 2022 02:44:34 -0800 (PST) Received: from tux.applied-asynchrony.com (p5ddd7616.dip0.t-ipconnect.de [93.221.118.22]) by mail.itouring.de (Postfix) with ESMTPSA id DEF9011DD40; Mon, 7 Mar 2022 11:44:32 +0100 (CET) Received: from [192.168.100.221] (hho.applied-asynchrony.com [192.168.100.221]) by tux.applied-asynchrony.com (Postfix) with ESMTP id 94D4FF01604; Mon, 7 Mar 2022 11:44:32 +0100 (CET) Subject: Re: [PATCH 5.15 000/262] 5.15.27-rc1 review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com, Qingqing Zhuo , Sasha Levin References: <20220307091702.378509770@linuxfoundation.org> From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Organization: Applied Asynchrony, Inc. Message-ID: Date: Mon, 7 Mar 2022 11:44:32 +0100 MIME-Version: 1.0 In-Reply-To: <20220307091702.378509770@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-03-07 10:15, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.27 release. > There are 262 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. CC [M] drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn301/dcn301_fpu.o drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn301/dcn301_fpu.c:30:10: fatal error: dml/dcn20/dcn20_fpu.h: No such file or directory 30 | #include "dml/dcn20/dcn20_fpu.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Culprit is "drm-amd-display-move-fpu-associated-dcn301-code-to-d.patch" Looking over the git history of the dml/dnc20 directory I think the correct fix would be to also apply upstream commit ee37341199c61558b73113659695c90bf4736eb2 aka "drm/amd/display: Re-arrange FPU code structure for dcn2x" CC'ing Qingqing Zhuo for confirmation. cheers Holger