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 D13DFC433EF for ; Thu, 7 Apr 2022 18:35:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242201AbiDGSho (ORCPT ); Thu, 7 Apr 2022 14:37:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229710AbiDGShl (ORCPT ); Thu, 7 Apr 2022 14:37:41 -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 6C326261F; Thu, 7 Apr 2022 11:35:40 -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 20F88B82955; Thu, 7 Apr 2022 18:35:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C775C385A0; Thu, 7 Apr 2022 18:35:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649356537; bh=ewZ0fJpoKjW5+su0BawOQNPSVZaXqags954riWiXBBI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SVzMLL3H/puAT158eF0+qisdJ7TO0BuUTlYwzfuH5ALw09xedg35721CVUM0KfDV0 g8GjwVzT5GHfrurFfcykyDHvqWG1kqB0DoTgS83qJJBHEHZCxrHnvFzrqLfHqwt/NO jZmKNu2xEXD1X6iNUlomzfPKSXe5q3s6QLGqAHyI= Date: Thu, 7 Apr 2022 20:35:34 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: 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 5.10 000/597] 5.10.110-rc2 review Message-ID: References: <20220406133013.264188813@linuxfoundation.org> <7d1903b5-7139-94df-11ec-02de782b8008@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 08:29:27PM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 07, 2022 at 10:42:15AM -0700, Guenter Roeck wrote: > > On 4/6/22 06:43, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.10.110 release. > > > There are 597 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 13:27:53 +0000. > > > Anything received after that time might be too late. > > > > > > > Trying again ... > > > > Test results for v5.10.109-598-gf8a7d8111f45: > > > > Build results: > > total: 161 pass: 150 fail: 11 > > Failed builds: > > alpha:defconfig > > alpha:allmodconfig > > csky:defconfig > > m68k:defconfig > > m68k:allmodconfig > > m68k:sun3_defconfig > > m68k_nommu:m5475evb_defconfig > > microblaze:mmu_defconfig > > nds32:defconfig > > nds32:allmodconfig > > um:defconfig > > Qemu test results: > > total: 477 pass: 453 fail: 24 > > Failed tests: > > > > q800:m68040:mac_defconfig:initrd > > q800:m68040:mac_defconfig:rootfs > > > > > > Common error is: > > > > fs/binfmt_elf.c: In function 'fill_note_info': > > fs/binfmt_elf.c:2056:53: error: 'regs' undeclared > > > > Looks like a bad backport of upstream commit 9ec7d3230717 > > ("coredump/elf: Pass coredump_params into fill_note_info"). > > Only seen on architectures defining CORE_DUMP_USE_REGSET. > > Ugh, I'll try to fix this up again, thanks for letting me know... Ok, having it fail on um made it easy to fix up (hopefully). I'll go push out a -rc3 with that resolved. thanks for the testing! greg k-h