From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DAD9FED7 for ; Fri, 11 Aug 2023 07:14:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFC32C433C7; Fri, 11 Aug 2023 07:14:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691738095; bh=37jaUGzeZOM+QHT8pWT/O+gj6dZ1gLnHur53ZHS5/8A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nn59zFnYbKmNOJrBDkTIubQrK8MoehQRZp2VMkqwUC5bvQnfKYts2whOHkgyO2Oj/ LG8lS/HfNukMNpv8OErYygLRzfkyp+XdWgJUJwnbQUvEfuAOEMYHDeWXuXsVLH9WA9 tDql/SHQ2LkDoSPb72A6huf/+uymUe595b0RK8lY= Date: Fri, 11 Aug 2023 09:14:52 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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 4.14 000/204] 4.14.322-rc1 review Message-ID: <2023081110-synapse-risk-8b17@gregkh> References: <20230809103642.552405807@linuxfoundation.org> <9d35afea-e1b4-72d0-9559-1eccdfd069a8@roeck-us.net> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Aug 10, 2023 at 07:23:00AM -0700, Guenter Roeck wrote: > On 8/10/23 06:56, Guenter Roeck wrote: > > On 8/9/23 03:38, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.14.322 release. > > > There are 204 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. > > > > > > > Building sparc64:allnoconfig ... failed > > -------------- > > Error log: > > sparc64-linux-ld: init/main.o: in function `start_kernel': > > main.c:(.init.text+0x77c): undefined reference to `arch_cpu_finalize_init' > > make[1]: *** [Makefile:1049: vmlinux] Error 1 > > make: *** [Makefile:153: sub-make] Error 2 > > -------------- > > Building sparc64:tinyconfig ... failed > > -------------- > > Error log: > > sparc64-linux-ld: init/main.o: in function `start_kernel': > > main.c:(.init.text+0x764): undefined reference to `arch_cpu_finalize_init' > > make[1]: *** [Makefile:1049: vmlinux] Error 1 > > make: *** [Makefile:153: sub-make] Error 2 > > Those build failures were introduced with v4.14.321. Thanks, let me leave them for now so I can get these updates out and then work on the build breakages that the releases earlier this week caused on arches and different compilers (i.e. clang). thanks, greg k-h