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 B77397A for ; Mon, 14 Feb 2022 15:37:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D42DBC340EE; Mon, 14 Feb 2022 15:37:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644853053; bh=TGfDEvbs7Wyxord98HhplZKBquF6jeKuRkvjNaSxV8E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uBnGROUT6OZUqoDwiwDiuVFCFycWKqRclb52GfvVRuU6zlyC4uSBaacRqAXINj1EW pGHKMX1pd3HIxtJDXK3E3gdndQenpFRLyioVvu9APpHxsYk/RtUJVUfVuURkZkVrZW pSJghEKHTJ7crpiuUOmUSrWykuSCnNTda9kpc//Ttpl6E4gpv8Ce+F95Saw/yGAkv1 A2aWNn3o0klUtWfP2Y4CK34fCR8gDwlbaDmvo1DhGZfE1/8J0ojC9vin4GXpIKTzr5 /TevaZG2vKw8mgfpv6wK12qiS5vsOeH4w1Z4iQ+pDkrXmQbY2vfKMA0KUfQcb+tudg WjNhb74fkhdZg== Date: Mon, 14 Feb 2022 08:37:27 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman Cc: Naresh Kamboju , llvm@lists.linux.dev, 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 12:27:33PM +0100, Greg Kroah-Hartman wrote: > 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? Yes, please see my response to Naresh in his other report for more information: https://lore.kernel.org/r/Ygp2wVo8JfWh5iOk@dev-arch.archlinux-ax161 Cheers, Nathan