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 A2C06E92FFB for ; Fri, 6 Oct 2023 10:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231710AbjJFKND (ORCPT ); Fri, 6 Oct 2023 06:13:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231695AbjJFKNA (ORCPT ); Fri, 6 Oct 2023 06:13:00 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21C78F7; Fri, 6 Oct 2023 03:12:59 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 127D4C433C8; Fri, 6 Oct 2023 10:12:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696587178; bh=5EsPB5exUzDSp/zAgvqbx2CniTkzicOjf46c+7+WITE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EIrcs0lTEIfYgc+vHhjNSyLZdIZndHXdeloDkkAVJHH1oWsxWfggKbcgh5+NvMind L+vqXUw6eSPV904cvLjBIl/IxrXR6PcwlMb3RHwSAOHyeHEfWiZcav8t8jF8ngL8QC VGxYFuFYpyZIur+qFb5Bkx3BttuI/8271HrVtlOk= Date: Fri, 6 Oct 2023 12:12:55 +0200 From: Greg Kroah-Hartman To: Wang Yugui 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, conor@kernel.org Subject: Re: [PATCH 6.1 000/259] 6.1.56-rc1 review Message-ID: <2023100648-lizard-briskly-f6ac@gregkh> References: <20231004175217.404851126@linuxfoundation.org> <20231005081746.D7B7.409509F4@e16-tech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231005081746.D7B7.409509F4@e16-tech.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05, 2023 at 08:17:48AM +0800, Wang Yugui wrote: > Hi, > > > This is the start of the stable review cycle for the 6.1.56 release. > > There are 259 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, 06 Oct 2023 17:51:12 +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/v6.x/stable-review/patch-6.1.56-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-6.1.y > > and the diffstat can be found below. > > This 6.1.56-rc1 failed to build on rhel7 with dev-tool-set 8, but 6.1.55 works. > > Build error message: > gcc: fatal error: no input files > make[3]: *** [pmu-events/Build:33: pmu-events/pmu-events.o] Error 1 > > After the revert of 'perf-build-update-build-rule-for-generated-files.patch' > the build works again. Offending patch dropped, thanks. greg k-h