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 812D9C001B0 for ; Wed, 9 Aug 2023 06:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229814AbjHIG74 (ORCPT ); Wed, 9 Aug 2023 02:59:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231305AbjHIG7z (ORCPT ); Wed, 9 Aug 2023 02:59:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 615E31FD8 for ; Tue, 8 Aug 2023 23:59:49 -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 E1CEA62FBE for ; Wed, 9 Aug 2023 06:59:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFC52C433C8; Wed, 9 Aug 2023 06:59:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691564388; bh=TFLpQyOx2gb3MAoTaV5+qtIzRQFdo+3Tas6F/w521r0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s9CnfD5TYsEW0YY9W7zl4d7N2n7IYwpmHZVmTj7Mc6Xz2vaUpNTMfea09cuSEGmox ojoUQKRBO3xIWcXgxaJW3id8VaB9Jaf68zA3QTY9ANwBuYLKbdpPHhSkEcTC3cpjzi eqwnUkdtpPtVZJOjeCl76PdymXn0Shm185wzmB/E= Date: Wed, 9 Aug 2023 08:59:39 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: linux-stable , lkft-triage@lists.linaro.org, Sasha Levin , Krzysztof Kozlowski , Sudeep Holla , Cristian Marussi , Bjorn Andersson , Arnd Bergmann , Anders Roxell Subject: Re: stable-rc: 5.15: arm: fsl_dcu_drm_plane.c:176:20: error: 'drm_plane_helper_destroy' undeclared here Message-ID: <2023080946-wow-cross-1079@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 09, 2023 at 11:47:45AM +0530, Naresh Kamboju wrote: > While building Linux stable rc 5.15 arm with gcc-13 failed due to > following warnings / errors. I appreciate you attempting to build older LTS trees with newer compilers, but note that usually, as you are finding out, this doesn't work. Right now I've finally gotten support for gcc-12 in all active stable kernel trees, gcc-13 takes more work as you are finding out so I'm only testing with newer trees (6.1 and newer). So when you run into issues like this, that obviously work in newer kernel releases, a report doesn't do much, BUT a git commit id of what the commit that needs to be backported IS appreciated. thanks, greg k-h