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 23CDDC433EF for ; Mon, 13 Dec 2021 12:54:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233532AbhLMMyJ (ORCPT ); Mon, 13 Dec 2021 07:54:09 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:54270 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231509AbhLMMyI (ORCPT ); Mon, 13 Dec 2021 07:54:08 -0500 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 sin.source.kernel.org (Postfix) with ESMTPS id 6F6CFCE0FBB; Mon, 13 Dec 2021 12:54:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E525C34601; Mon, 13 Dec 2021 12:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1639400044; bh=sp654QfmVdcp0pIsBCTzdRB+airGxPsv3JIO+mrM5w4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ln2JjqcyK67/J3Gi3siMl+SatcksWUD72rM+w8MaswM5zmMMPdOJ7wNJVOLoVn3Ik NNuJqs4NkU4HnWgY9rBt2UTTSi5IFgl3ZIzmdu/S7/bGyfr6h9Mvto9J0rOySf7WCa bUENgumGjMoJda5CJ5hIGH73XrLZTMl2Tz2uJvwY= Date: Mon, 13 Dec 2021 13:54:02 +0100 From: Greg Kroah-Hartman To: Pavel Machek Cc: 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, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: Re: [PATCH 5.10 000/132] 5.10.85-rc1 review Message-ID: References: <20211213092939.074326017@linuxfoundation.org> <20211213103536.GC17683@duo.ucw.cz> 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 Mon, Dec 13, 2021 at 01:44:03PM +0100, Greg Kroah-Hartman wrote: > On Mon, Dec 13, 2021 at 11:35:36AM +0100, Pavel Machek wrote: > > Hi! > > > > > This is the start of the stable review cycle for the 5.10.85 release. > > > There are 132 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. > > > > I'm getting a lot of build failures -- missing gmp.h: > > > > UPD include/generated/utsrelease.h > > 1317In file included from /builds/hVatwYBy/68/cip-project/cip-testing/linux-stable-rc-ci/gcc/gcc-8.1.0-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/8.1.0/plugin/include/gcc-plugin.h:28:0, > > 1318 from scripts/gcc-plugins/gcc-common.h:7, > > 1319 from scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: > > 1320/builds/hVatwYBy/68/cip-project/cip-testing/linux-stable-rc-ci/gcc/gcc-8.1.0-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/8.1.0/plugin/include/system.h:687:10: fatal error: gmp.h: No such file or directory > > 1321 #include > > 1322 ^~~~~~~ > > 1323compilation terminated. > > 1324scripts/gcc-plugins/Makefile:47: recipe for target 'scripts/gcc-plugins/arm_ssp_per_task_plugin.so' failed > > 1325 > > > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.10.y > > What gcc plugins are you trying to build with? Also, kernelci seems normal for this release: https://linux.kernelci.org/build/stable-rc/branch/linux-5.10.y/kernel/v5.10.84-133-gf6a609e247c6/ But your tests show problems: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/428150268/failures all for gcc plugins. I did take changes for the gcc plugins to get them to work for gcc 11, maybe gcc8 is too old for them now? thanks, greg k-h