From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Daniel Díaz" <daniel.diaz@linaro.org>
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, allen.lkml@gmail.com, arnd@arndb.de
Subject: Re: [PATCH 5.15 000/141] 5.15.143-rc1 review
Date: Tue, 12 Dec 2023 12:55:21 +0100 [thread overview]
Message-ID: <2023121254-reoccur-shorty-cfb2@gregkh> (raw)
In-Reply-To: <a2fbbaa2-51d2-4a8c-b032-5331e72cd116@linaro.org>
On Mon, Dec 11, 2023 at 09:38:39PM -0600, Daniel Díaz wrote:
> Hello!
>
> On 11/12/23 12:20 p. m., Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.15.143 release.
> > There are 141 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, 13 Dec 2023 18:19:59 +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.143-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
>
> We're seeing new warnings with GCC-8 and failures with GCC-12 on x86/i386:
>
> -----8<-----
> In file included from /builds/linux/drivers/gpu/drm/i915/gem/i915_gem_context.c:2291:
> /builds/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c: In function '__igt_ctx_sseu':
> /builds/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c:1284:9: error: left shift of negative value [-Werror=shift-negative-value]
> ~(~0 << (hweight32(engine->sseu.subslice_mask) / 2));
> ^~
> cc1: all warnings being treated as errors
> make[5]: *** [/builds/linux/scripts/Makefile.build:289: drivers/gpu/drm/i915/gem/i915_gem_context.o] Error 1
> /builds/linux/drivers/gpu/drm/i915/i915_perf.c: In function 'get_default_sseu_config':
> /builds/linux/drivers/gpu/drm/i915/i915_perf.c:2817:9: error: left shift of negative value [-Werror=shift-negative-value]
> ~(~0 << (hweight8(out_sseu->subslice_mask) / 2));
> ^~
> cc1: all warnings being treated as errors
> make[5]: *** [/builds/linux/scripts/Makefile.build:289: drivers/gpu/drm/i915/i915_perf.o] Error 1
> ----->8-----
>
> Bisection points to:
>
> commit 09ebdc1b3dfacc275d5eec3f1dcf632f18bbf5a8
> Author: Arnd Bergmann <arnd@arndb.de>
> Date: Tue Mar 8 22:56:14 2022 +0100
>
> Kbuild: move to -std=gnu11
> [ Upstream commit e8c07082a810fbb9db303a2b66b66b8d7e588b53 ]
>
>
> For GCC-12 it's allmodconfig failing, for GCC-8 it's defconfig (i386_defconfig, x86_64_defconfig) just reporting new warnings.
>
> Some reproducers:
>
> tuxmake --runtime podman --target-arch x86_64 --toolchain gcc-8 --kconfig x86_64_defconfig
>
> tuxmake --runtime podman --target-arch x86_64 --toolchain gcc-12 --kconfig allmodconfig
>
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Ok, let me go drop this change and fix up the original commit that
required this language change to happen as we aren't quite ready for it
yet...
thanks,
greg k-h
next prev parent reply other threads:[~2023-12-12 11:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-11 18:20 Greg Kroah-Hartman
2023-12-11 23:28 ` Florian Fainelli
2023-12-12 3:38 ` Daniel Díaz
2023-12-12 11:55 ` Greg Kroah-Hartman [this message]
2023-12-12 16:13 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2023121254-reoccur-shorty-cfb2@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=arnd@arndb.de \
--cc=conor@kernel.org \
--cc=daniel.diaz@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®