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 998C4C38142 for ; Mon, 23 Jan 2023 07:25:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231516AbjAWHZB (ORCPT ); Mon, 23 Jan 2023 02:25:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230234AbjAWHZA (ORCPT ); Mon, 23 Jan 2023 02:25:00 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C360730CC; Sun, 22 Jan 2023 23:24:58 -0800 (PST) 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 5E15060DC1; Mon, 23 Jan 2023 07:24:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41204C433D2; Mon, 23 Jan 2023 07:24:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674458697; bh=MPFf3bzRhzW7Zk6Nc6Yht2PRR374L/1mwzk4sn8RaNQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vhSrJ4pzl3dtLnuNAiO/CLAcf/Gvp8pK8GX6dfXWaK2HeykBDWCFwz9MfEkncSPu6 HKf3w10eFs4py79rXqQz5m+5t/ebeGM6y7XCvu8hqRnTF+K44a6qiZISGBrq1lCZyl MLY/r+hLXO2wl6OSRaCQZEJci6SMzMz449TMSH8I= Date: Mon, 23 Jan 2023 08:24:55 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju 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, Ard Biesheuvel , Nathan Chancellor , Dennis Gilmore , Palmer Dabbelt , Masahiro Yamada , Arnd Bergmann Subject: Re: [PATCH 5.15 000/117] 5.15.90-rc1 review Message-ID: References: <20230122150232.736358800@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 23, 2023 at 12:39:55PM +0530, Naresh Kamboju wrote: > On Sun, 22 Jan 2023 at 20:46, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.15.90 release. > > There are 117 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 Tue, 24 Jan 2023 15:02:08 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.90-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Results from Linaro’s test farm. > > Reported-by: Linux Kernel Functional Testing > > Build regressions found on sh: > - build/gcc-8-dreamcast_defconfig > - build/gcc-8-microdev_defconfig > > > Build error logs: > > `.exit.text' referenced in section `__bug_table' of crypto/algboss.o: > defined in discarded section `.exit.text' of crypto/algboss.o > `.exit.text' referenced in section `__bug_table' of > drivers/char/hw_random/core.o: defined in discarded section > `.exit.text' of drivers/char/hw_random/core.o > make[1]: *** [/builds/linux/Makefile:1218: vmlinux] Error 1 > > Bisection points to this commit, > arch: fix broken BuildID for arm64 and riscv > commit 99cb0d917ffa1ab628bb67364ca9b162c07699b1 upstream. > > Ref: > upstream discussion thread, > https://lore.kernel.org/all/Y7Jal56f6UBh1abE@dev-arch.thelio-3990X/ Argh, what a mess. Ok, let me rip out that commit (and the "fixes up that commit") series from the trees and push out a -rc2 in a few hours after I wake up. I was worried about that one, and I should have trusted my first instinct... thanks so much for the report and bisection. greg k-h