[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2025010958-bunkbed-engross-d5a1@gregkh>
Date: Thu, 9 Jan 2025 11:34:14 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@...aro.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de,
conor@...nel.org, hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 5.10 000/138] 5.10.233-rc1 review
On Tue, Jan 07, 2025 at 02:42:20PM +0530, Naresh Kamboju wrote:
> On Mon, 6 Jan 2025 at 21:12, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.10.233 release.
> > There are 138 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, 08 Jan 2025 15:11:04 +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.10.233-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.10.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> The following build warnings are noticed on arm64 and arm
> while building with defconfig using gcc-12 and clang-19.
>
> Build log:
> ==========
> drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
> pointer types ('typeof (mode->clock) *' (aka 'const int *') and
> 'typeof (num) *' (aka 'unsigned int *'))
> [-Wcompare-distinct-pointer-types]
> 772 | if (check_mul_overflow(mode->clock, num, &num))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> include/linux/overflow.h:88:15: note: expanded from macro 'check_mul_overflow'
> 88 | (void) (&__a == &__b); \
> | ~~~~ ^ ~~~~
> drivers/gpu/drm/drm_modes.c:772:6: warning: comparison of distinct
> pointer types ('typeof (mode->clock) *' (aka 'const int *') and
> 'typeof (&num)' (aka 'unsigned int *'))
> [-Wcompare-distinct-pointer-types]
> 772 | if (check_mul_overflow(mode->clock, num, &num))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks, I've dropped the offending commit now.
greg k-h
Powered by blists - more mailing lists