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 2AF49C433EF for ; Thu, 7 Apr 2022 18:29:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346859AbiDGSbh (ORCPT ); Thu, 7 Apr 2022 14:31:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229710AbiDGSbe (ORCPT ); Thu, 7 Apr 2022 14:31:34 -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 95551158B85; Thu, 7 Apr 2022 11:29:33 -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 401CAB82954; Thu, 7 Apr 2022 18:29:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A97AC385A4; Thu, 7 Apr 2022 18:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649356170; bh=3ESWRa8y3Crt+FGw6DXenQcOcGcaggrhqxa3bNagFq8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cXPIEQoT1+cyaYC/bmQ1rejmpgLH+87EXzUqTajntsEDwYwjg6GSBJQ/3JQBecmkd Srf+GO03/OZ4e82bHzWVOlAOgybPuvIxoc133sg64+EOIgI+pDDDGoRnGyLK4vV14r uQQZQWzoPJgXz/35gvJUe3DqUOfyAJiBU8ijl/iQ= Date: Thu, 7 Apr 2022 20:29:27 +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: <7d1903b5-7139-94df-11ec-02de782b8008@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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...