On Tue, Jun 21, 2022 at 02:06:06PM +0530, Naresh Kamboju wrote: > On Mon, 20 Jun 2022 at 18:36, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 5.15.49 release. > > There are 106 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, 22 Jun 2022 12:47:02 +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.15.49-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.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Following commit causing regression while building allmodconfig for clang-13 > on arm64, riscv and x86_64. > > > Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > > netfs: gcc-12: temporarily disable '-Wattribute-warning' for now > > fs/afs/inode.c:29:32: error: unknown warning group > '-Wattribute-warning', ignored [-Werror,-Wunknown-warning-option] > #pragma GCC diagnostic ignored "-Wattribute-warning" > ^ > 1 error generated. > > Regressions: > - arm64/build/clang-13-allmodconfig - Failed > - riscv/build/clang-13-allmodconfig - Failed > - x86_64/build/clang-13-allmodconfig - Failed Does Linus's tree also show this issue? thanks, greg k-h