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 82050C05027 for ; Thu, 26 Jan 2023 09:00:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236638AbjAZJAE (ORCPT ); Thu, 26 Jan 2023 04:00:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236657AbjAZI7w (ORCPT ); Thu, 26 Jan 2023 03:59:52 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6304C6C119; Thu, 26 Jan 2023 00:59:49 -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 ams.source.kernel.org (Postfix) with ESMTPS id 1AA39B81CB7; Thu, 26 Jan 2023 08:59:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44C5DC433EF; Thu, 26 Jan 2023 08:59:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674723586; bh=v3w9KN+/EXtKdKP/cxgLT2pEpAH9qvQ39rctUq6PiHE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rcvt4K9mWAV5Q9aukHLQmKR+aRBP48i+zvD+s/B4VxsdKtfShdcyjlWuPZpn9VisU vcejLxN3z09cSJ6rF8QRf/oWIcXoWPH3uy/ZZ1t/7dQbNmYGns14yYG1qYZQKo/+D/ tDWorCu5WpKeUk+oo09ikve4sACZumUo2UkM8cf8= Date: Thu, 26 Jan 2023 09:59:44 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 4.19 00/37] 4.19.271-rc1 review Message-ID: References: <20230122150219.557984692@linuxfoundation.org> <20230124024734.GB1495310@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230124024734.GB1495310@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 23, 2023 at 06:47:34PM -0800, Guenter Roeck wrote: > On Sun, Jan 22, 2023 at 04:03:57PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.19.271 release. > > There are 37 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. > > > > Build results: > total: 155 pass: 154 fail: 1 > Failed builds: > i386:tools/perf > Qemu test results: > total: 426 pass: 426 fail: 0 > > perf build failure: > > util/env.c: In function ‘perf_env__arch’: > cc1: error: function may return address of local variable [-Werror=return-local-addr] > util/env.c:166:17: note: declared here > 166 | struct utsname uts; > | ^~~ > > No one to blame but me, for switching the gcc version used to build perf > to gcc 10.3.0 (from 9.4.0). The problem is fixed in the upstream kernel > with commit ebcb9464a2ae3 ("perf env: Do not return pointers to local > variables"). This patch applies to v5.4.y and earlier kernels. It's already in the 5.4.y tree (in release 5.4.56), and it applies to 4.19.y so I'll add it there, but it does not apply to 4.14.y so I would need a working backport for that tree if you want it there. thanks, greg k-h