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 3D455EB64DA for ; Fri, 30 Jun 2023 05:19:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231644AbjF3FTK (ORCPT ); Fri, 30 Jun 2023 01:19:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbjF3FTH (ORCPT ); Fri, 30 Jun 2023 01:19:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B109D2D69; Thu, 29 Jun 2023 22:19:06 -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 4E9CE61646; Fri, 30 Jun 2023 05:19:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36F98C433C8; Fri, 30 Jun 2023 05:19:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688102345; bh=9WAerDza2Qnn3P62OfZsT48hc0EJLnAWZ95RVqQztHE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bj1wRc9qRbvlI64FZuFI0cxHidJIRw4skwQXlee2y71uOkzv4+ff1yoJjF7ewBLba gNBhsERuHcFKCTMgZN+U37ERwzjBAEX33BJ5fxkk2itluUfwYojSZ0FoIFvmJtG4p6 OLdo2Nyt2f9YLGqVeQnUXunD6SFLwgKpcJytoJJo= Date: Fri, 30 Jun 2023 07:19:03 +0200 From: Greg Kroah-Hartman To: Daniel =?iso-8859-1?Q?D=EDaz?= Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 6.3 00/29] 6.3.11-rc1 review Message-ID: <2023063037-matrix-urologist-030d@gregkh> References: <20230629184151.705870770@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 29, 2023 at 03:54:03PM -0600, Daniel Díaz wrote: > Hello! > > Early report of failures. > > Arm64 fails with GCC-11 on the following configurations: > * lkftconfig > * lkftconfig-64k_page_size > * lkftconfig-debug > * lkftconfig-debug-kmemleak > * lkftconfig-kasan > * lkftconfig-kselftest > * lkftconfig-kunit > * lkftconfig-libgpiod > * lkftconfig-perf > * lkftconfig-rcutorture > > lkftconfig is basically defconfig + a few fragments [1]. The suffixes > mean that we're enabling a few other kconfigs. > > Failure: > -----8<----- > /builds/linux/arch/arm64/mm/fault.c: In function 'do_page_fault': > /builds/linux/arch/arm64/mm/fault.c:576:9: error: 'vma' undeclared > (first use in this function); did you mean 'vmap'? > 576 | vma = lock_mm_and_find_vma(mm, addr, regs); > | ^~~ > | vmap > /builds/linux/arch/arm64/mm/fault.c:576:9: note: each undeclared > identifier is reported only once for each function it appears in > /builds/linux/arch/arm64/mm/fault.c:579:17: error: label 'done' used > but not defined > 579 | goto done; > | ^~~~ > make[4]: *** [/builds/linux/scripts/Makefile.build:252: > arch/arm64/mm/fault.o] Error 1 > make[4]: Target 'arch/arm64/mm/' not remade because of errors. > ----->8----- Is this also failing in Linus's tree? thanks, greg k-h