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 9ADF2C6FA82 for ; Fri, 23 Sep 2022 11:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231224AbiIWLVo (ORCPT ); Fri, 23 Sep 2022 07:21:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232136AbiIWLVe (ORCPT ); Fri, 23 Sep 2022 07:21:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3E6D127563; Fri, 23 Sep 2022 04:21:32 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 704D061347; Fri, 23 Sep 2022 11:21:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54371C433D6; Fri, 23 Sep 2022 11:21:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663932091; bh=qWTeDWNmSq+YSAdgSKvScHEIJ19cF4WG2sxdTmr2afA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ewNOuceFpIBaGJERQkijuppxASAvM477SdlibmfOIBW7wScZgc7m57gUmcp6aVV/u 7selXZGepMVrPYfumrkFxelbXVxntEKAPJjW5tyYp3plKPkFlF+qXlNjemumjkcEFb wSsJSI/cTx+oxbTAMFI/96GmhJgquIxPGZ484D5k= Date: Fri, 23 Sep 2022 13:21:28 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Stable , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , slade@sladewatkins.com Subject: Re: [PATCH 5.15 00/45] 5.15.70-rc1 review Message-ID: References: <20220921153646.931277075@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2022 at 01:35:24PM +0100, Sudip Mukherjee wrote: > On Thu, Sep 22, 2022 at 11:35 AM Sudip Mukherjee (Codethink) > wrote: > > > > Hi Sudip, > > > > On Wed, Sep 21, 2022 at 05:45:50PM +0200, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.15.70 release. > > > There are 45 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. > > > > > > Responses should be made by Fri, 23 Sep 2022 15:36:33 +0000. > > > Anything received after that time might be too late. > > > > Build test (gcc version 12.2.1 20220919): > > mips: 62 configs -> no failure > > arm: 99 configs -> no failure > > arm64: 3 configs -> 2 failures > > x86_64: 4 configs -> no failure > > alpha allmodconfig -> no failure > > csky allmodconfig -> no failure > > powerpc allmodconfig -> no failure > > riscv allmodconfig -> no failure > > s390 allmodconfig -> no failure > > xtensa allmodconfig -> no failure > > > > arm64 allmodconfig and rpi4 config have failed with the error: (fails with both gcc-12 and gcc-11). > > > > arch/arm64/kernel/kexec_image.c:136:23: error: 'kexec_kernel_verify_pe_sig' undeclared here (not in a function); did you mean 'arch_kexec_kernel_verify_sig'? > > 136 | .verify_sig = kexec_kernel_verify_pe_sig, > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > > | arch_kexec_kernel_verify_sig > > Bisect pointed to 3a27b0950129 ("arm64: kexec_file: use more system > keyrings to verify kernel image signature"). Thanks, that's obviously not right. I'll go drop that commit now. greg k-h