From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EA2C27C for ; Mon, 14 Feb 2022 11:27:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D591CC340E9; Mon, 14 Feb 2022 11:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1644838056; bh=qLuppaN8oBFmEHh9MTiE+azA4DDoYSKO9izAxxdx0po=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aLgDleEPSPv4Q5yHU+iyuNmxwTPNFzY5R5R/CnxH/XrT0ZKA5BTqSU3xrPgtbtSb1 KVfj0xgrnaoIugCzX30a8AgcZ/X3jZxqOFNjdyWFD1NjeWTqo9xMx3+q+XOMjzdMo8 ANKgYnD5zgHOA7xa4uJQyRN/+I20of5z0Jw0ssvA= Date: Mon, 14 Feb 2022 12:27:33 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: llvm@lists.linux.dev, Nathan Chancellor , Nick Desaulniers , linux-kernel@vger.kernel.org, stable@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, slade@sladewatkins.com, Arnd Bergmann Subject: Re: [PATCH 5.16 000/203] 5.16.10-rc1 review Message-ID: References: <20220214092510.221474733@linuxfoundation.org> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Feb 14, 2022 at 04:29:43PM +0530, Naresh Kamboju wrote: > On Mon, 14 Feb 2022 at 15:23, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.16.10 release. > > There are 203 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 Wed, 16 Feb 2022 09:24:36 +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/v5.x/stable-review/patch-5.16.10-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-5.16.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > On Linux mainline master branch with arm64 clang-nigtly build failed > due to following errors and warnings. > Now it is also noticed on stable-rc 5.15 and 5.16. Sounds like a compiler error. Do the clang developers know about this? thanks, greg k-h