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 DC573C433F5 for ; Tue, 12 Apr 2022 05:51:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348404AbiDLFxi (ORCPT ); Tue, 12 Apr 2022 01:53:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348413AbiDLFxc (ORCPT ); Tue, 12 Apr 2022 01:53:32 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79A5535251; Mon, 11 Apr 2022 22:51:16 -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 ams.source.kernel.org (Postfix) with ESMTPS id 34D63B81B2D; Tue, 12 Apr 2022 05:51:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67FD2C385A6; Tue, 12 Apr 2022 05:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649742674; bh=ve5aEAzz+/TdkLnA1KK0PBat8VbGAePKtw2/FVAzZLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dI8l/fRNZxhdHVL0nH+VvzwAL8A1FC+UX/TANI4C4RasCb4TCQtdV7x6ODOKwO1mY 5mcVE68kWrHBg5xUP/xDYY3cq/v5EFdfYzq86GQ25s7y0+FbFWrMYawh38w8LMCEgu ji/ULX3enohqE+AnawKXdWkqCriy7LzOE8EV/u5Q= Date: Tue, 12 Apr 2022 07:51:11 +0200 From: Greg Kroah-Hartman To: James Morse Cc: Guenter Roeck , linux-kernel@vger.kernel.org, stable@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, slade@sladewatkins.com Subject: Re: [PATCH 4.9 00/43] 4.9.310-rc1 review Message-ID: References: <20220406182436.675069715@linuxfoundation.org> <20220407093238.GA3041848@roeck-us.net> 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, Apr 07, 2022 at 06:20:28PM +0100, James Morse wrote: > Hi Greg, > > On 07/04/2022 11:23, Greg Kroah-Hartman wrote: > > On Thu, Apr 07, 2022 at 02:32:38AM -0700, Guenter Roeck wrote: > >> On Wed, Apr 06, 2022 at 08:26:09PM +0200, Greg Kroah-Hartman wrote: > >>> This is the start of the stable review cycle for the 4.9.310 release. > >>> There are 43 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, 08 Apr 2022 18:24:27 +0000. > >>> Anything received after that time might be too late. > >>> > >> > >> Build results: > >> total: 163 pass: 161 fail: 2 > >> Failed builds: > >> arm64:allnoconfig > >> arm64:tinyconfig > >> Qemu test results: > >> total: 397 pass: 397 fail: 0 > >> > >> arch/arm64/kernel/cpu_errata.c: In function 'is_spectrev2_safe': > >> arch/arm64/kernel/cpu_errata.c:829:39: error: 'arm64_bp_harden_smccc_cpus' undeclared > >> > >> arch/arm64/kernel/cpu_errata.c: In function 'spectre_bhb_enable_mitigation': > >> arch/arm64/kernel/cpu_errata.c:839:39: error: '__hardenbp_enab' undeclared > >> > >> arch/arm64/kernel/cpu_errata.c:879:42: error: 'bp_hardening_data' undeclared > > > > Ick, odds are James did not build with those two configs :( > > I'm sure I tried allnoconfig - but evidently messed something up. > > > > James, any chance you can look into this and see what needs to be added > > or changed with your patch series? > > Will do,... Thanks for the fixup patch, this passes my local build tests so I think I'll push out the release now. greg k-h