* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-18 13:51 [PATCH 4.19 00/36] 4.19.303-rc1 review Greg Kroah-Hartman
@ 2023-12-18 17:49 ` Pavel Machek
2023-12-19 0:05 ` Shuah Khan
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2023-12-18 17:49 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml
[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]
Hi!
> This is the start of the stable review cycle for the 4.19.303 release.
> There are 36 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.
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4.19.y
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-18 13:51 [PATCH 4.19 00/36] 4.19.303-rc1 review Greg Kroah-Hartman
2023-12-18 17:49 ` Pavel Machek
@ 2023-12-19 0:05 ` Shuah Khan
2023-12-19 5:27 ` Daniel Díaz
2023-12-19 11:30 ` Jon Hunter
3 siblings, 0 replies; 7+ messages in thread
From: Shuah Khan @ 2023-12-19 0:05 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, allen.lkml, Shuah Khan
On 12/18/23 06:51, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.303 release.
> There are 36 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, 20 Dec 2023 13:50:31 +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/v4.x/stable-review/patch-4.19.303-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-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-18 13:51 [PATCH 4.19 00/36] 4.19.303-rc1 review Greg Kroah-Hartman
2023-12-18 17:49 ` Pavel Machek
2023-12-19 0:05 ` Shuah Khan
@ 2023-12-19 5:27 ` Daniel Díaz
2023-12-19 5:53 ` Harshit Mogalapalli
2023-12-19 11:30 ` Jon Hunter
3 siblings, 1 reply; 7+ messages in thread
From: Daniel Díaz @ 2023-12-19 5:27 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, allen.lkml
Hello!
On 18/12/23 7:51 a. m., Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.303 release.
> There are 36 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, 20 Dec 2023 13:50:31 +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/v4.x/stable-review/patch-4.19.303-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-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
We see new warnings introduced in 32-bits system, with GCC 8, GCC 9, GCC 11, GCC 12, and Clang 17, on:
* arm
* i386
* arc
* mips
* powerpc
* s390
* sh
* sparc
It goes like this:
-----8<-----
In file included from /builds/linux/include/linux/list.h:9,
from /builds/linux/include/linux/module.h:9,
from /builds/linux/net/core/skbuff.c:41:
/builds/linux/net/core/skbuff.c: In function 'skb_segment':
/builds/linux/include/linux/kernel.h:847:43: warning: comparison of distinct pointer types lacks a cast
847 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
| ^~
/builds/linux/include/linux/kernel.h:861:18: note: in expansion of macro '__typecheck'
861 | (__typecheck(x, y) && __no_side_effects(x, y))
| ^~~~~~~~~~~
/builds/linux/include/linux/kernel.h:871:31: note: in expansion of macro '__safe_cmp'
871 | __builtin_choose_expr(__safe_cmp(x, y), \
| ^~~~~~~~~~
/builds/linux/include/linux/kernel.h:880:25: note: in expansion of macro '__careful_cmp'
880 | #define min(x, y) __careful_cmp(x, y, <)
| ^~~~~~~~~~~~~
/builds/linux/net/core/skbuff.c:3630:32: note: in expansion of macro 'min'
3630 | partial_segs = min(len, GSO_BY_FRAGS - 1) / mss;
| ^~~
----->8-----
Greetings!
Daniel Díaz
daniel.diaz@linaro.org
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-19 5:27 ` Daniel Díaz
@ 2023-12-19 5:53 ` Harshit Mogalapalli
2023-12-19 7:22 ` Greg Kroah-Hartman
0 siblings, 1 reply; 7+ messages in thread
From: Harshit Mogalapalli @ 2023-12-19 5:53 UTC (permalink / raw)
To: Daniel Díaz, Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, allen.lkml, Vegard Nossum, Darren Kenny
Hello Greg,
On 19/12/23 10:57 am, Daniel Díaz wrote:
> Hello!
>
>
> -----8<-----
> In file included from /builds/linux/include/linux/list.h:9,
> from /builds/linux/include/linux/module.h:9,
> from /builds/linux/net/core/skbuff.c:41:
> /builds/linux/net/core/skbuff.c: In function 'skb_segment':
> /builds/linux/include/linux/kernel.h:847:43: warning: comparison of
> distinct pointer types lacks a cast
> 847 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
> | ^~
> /builds/linux/include/linux/kernel.h:861:18: note: in expansion of
> macro '__typecheck'
> 861 | (__typecheck(x, y) && __no_side_effects(x, y))
> | ^~~~~~~~~~~
> /builds/linux/include/linux/kernel.h:871:31: note: in expansion of
> macro '__safe_cmp'
> 871 | __builtin_choose_expr(__safe_cmp(x, y), \
> | ^~~~~~~~~~
> /builds/linux/include/linux/kernel.h:880:25: note: in expansion of
> macro '__careful_cmp'
> 880 | #define min(x, y) __careful_cmp(x, y, <)
> | ^~~~~~~~~~~~~
> /builds/linux/net/core/skbuff.c:3630:32: note: in expansion of macro
> 'min'
> 3630 | partial_segs = min(len, GSO_BY_FRAGS - 1) / mss;
> | ^~~
> ----->8-----
>
Note:
Caused by this commit:
98c6fb04f83b net: prevent mss overflow in skb_segment()
I don't see this commit being queued in other stable branches yet,
5.4.y, 5.10.y, 5.15.y, 6.1.y, 6.6.y but only 4.19.y
Thanks,
Harshit
> Greetings!
>
> Daniel Díaz
> daniel.diaz@linaro.org
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-19 5:53 ` Harshit Mogalapalli
@ 2023-12-19 7:22 ` Greg Kroah-Hartman
0 siblings, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2023-12-19 7:22 UTC (permalink / raw)
To: Harshit Mogalapalli
Cc: Daniel Díaz, stable, patches, linux-kernel, torvalds, akpm,
linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, Vegard Nossum,
Darren Kenny
On Tue, Dec 19, 2023 at 11:23:48AM +0530, Harshit Mogalapalli wrote:
> Hello Greg,
>
> On 19/12/23 10:57 am, Daniel Díaz wrote:
> > Hello!
> >
>
> >
> > -----8<-----
> > In file included from /builds/linux/include/linux/list.h:9,
> > from /builds/linux/include/linux/module.h:9,
> > from /builds/linux/net/core/skbuff.c:41:
> > /builds/linux/net/core/skbuff.c: In function 'skb_segment':
> > /builds/linux/include/linux/kernel.h:847:43: warning: comparison of
> > distinct pointer types lacks a cast
> > 847 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
> > | ^~
> > /builds/linux/include/linux/kernel.h:861:18: note: in expansion of
> > macro '__typecheck'
> > 861 | (__typecheck(x, y) && __no_side_effects(x, y))
> > | ^~~~~~~~~~~
> > /builds/linux/include/linux/kernel.h:871:31: note: in expansion of
> > macro '__safe_cmp'
> > 871 | __builtin_choose_expr(__safe_cmp(x, y), \
> > | ^~~~~~~~~~
> > /builds/linux/include/linux/kernel.h:880:25: note: in expansion of
> > macro '__careful_cmp'
> > 880 | #define min(x, y) __careful_cmp(x, y, <)
> > | ^~~~~~~~~~~~~
> > /builds/linux/net/core/skbuff.c:3630:32: note: in expansion of macro
> > 'min'
> > 3630 | partial_segs = min(len, GSO_BY_FRAGS - 1) / mss;
> > | ^~~
> > ----->8-----
> >
>
> Note:
>
> Caused by this commit:
> 98c6fb04f83b net: prevent mss overflow in skb_segment()
>
> I don't see this commit being queued in other stable branches yet, 5.4.y,
> 5.10.y, 5.15.y, 6.1.y, 6.6.y but only 4.19.y
Odd, Sasha, did something happen with your scripts? I'll drop this from
4.19.y now, but it looks like it needs to be added to all branches.
Maybe because we don't really notice new build warnings on 4.19.y that
easily (due to so many of them), this got left in :(
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4.19 00/36] 4.19.303-rc1 review
2023-12-18 13:51 [PATCH 4.19 00/36] 4.19.303-rc1 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2023-12-19 5:27 ` Daniel Díaz
@ 2023-12-19 11:30 ` Jon Hunter
3 siblings, 0 replies; 7+ messages in thread
From: Jon Hunter @ 2023-12-19 11:30 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, linux-tegra,
stable
On Mon, 18 Dec 2023 14:51:10 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.303 release.
> There are 36 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, 20 Dec 2023 13:50:31 +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/v4.x/stable-review/patch-4.19.303-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-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v4.19:
10 builds: 10 pass, 0 fail
20 boots: 20 pass, 0 fail
37 tests: 37 pass, 0 fail
Linux version: 4.19.303-rc1-gc6ac8872cc6c
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra20-ventana,
tegra210-p2371-2180, tegra30-cardhu-a04
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Jon
^ permalink raw reply [flat|nested] 7+ messages in thread