* Re: [PATCH 6.5 000/321] 6.5.6-rc1 review [not found] <20231004175229.211487444@linuxfoundation.org> @ 2023-10-05 5:35 ` Naresh Kamboju 2023-10-05 14:55 ` Naresh Kamboju 0 siblings, 1 reply; 3+ messages in thread From: Naresh Kamboju @ 2023-10-05 5:35 UTC (permalink / raw) To: Greg Kroah-Hartman, Alexei Starovoitov, Hou Tao Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, bpf On Wed, 4 Oct 2023 at 23:53, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.5.6 release. > There are 321 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 Fri, 06 Oct 2023 17:51:12 +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/v6.x/stable-review/patch-6.5.6-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-6.5.y > and the diffstat can be found below. > > thanks, > > greg k-h The following kernel warning was noticed on qemu-armv7 while booting with kselftest merge configs enabled build on stable-rc 6.5.6-rc1. Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > Hou Tao <houtao1@huawei.com> > bpf: Ensure unit_size is matched with slab cache object size bpf: Ensure unit_size is matched with slab cache object size [ Upstream commit c930472552022bd09aab3cd946ba3f243070d5c7 ] [ 2.525383] ------------[ cut here ]------------ [ 2.525743] WARNING: CPU: 0 PID: 1 at kernel/bpf/memalloc.c:385 bpf_mem_alloc_init+0x3b0/0x3b4 [ 2.527241] bpf_mem_cache[0]: unexpected object size 128, expect 96 [ 2.527897] Modules linked in: [ 2.528721] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.5.6-rc1 #1 [ 2.529525] Hardware name: Generic DT based system [ 2.531279] unwind_backtrace from show_stack+0x10/0x14 [ 2.531684] show_stack from dump_stack_lvl+0x48/0x54 [ 2.532220] dump_stack_lvl from __warn+0xd4/0x200 [ 2.532878] __warn from warn_slowpath_fmt+0xb4/0x168 [ 2.533516] warn_slowpath_fmt from bpf_mem_alloc_init+0x3b0/0x3b4 [ 2.534133] bpf_mem_alloc_init from bpf_global_ma_init+0x18/0x30 [ 2.534911] bpf_global_ma_init from do_one_initcall+0x118/0x250 [ 2.535594] do_one_initcall from do_initcall_level+0xe8/0xf4 [ 2.536016] do_initcall_level from do_initcalls+0x50/0x80 [ 2.536618] do_initcalls from kernel_init_freeable+0x90/0xd8 [ 2.537220] kernel_init_freeable from kernel_init+0x14/0x1b4 [ 2.537634] kernel_init from ret_from_fork+0x14/0x28 [ 2.538271] Exception stack(0xf0825fb0 to 0xf0825ff8) [ 2.539230] 5fa0: 00000000 00000000 00000000 00000000 [ 2.539792] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 2.540497] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 2.541682] ---[ end trace 0000000000000000 ]--- Links: - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.5.y/build/v6.5.5-322-g9327d0db36be/testrun/20257234/suite/log-parser-boot/test/check-kernel-exception/log - https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/tests/2WJGm4kyWj47rr0KEArH4BwqPCs - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.5.y/build/v6.5.5-322-g9327d0db36be/testrun/20257234/suite/log-parser-boot/tests/ -- Linaro LKFT https://lkft.linaro.org ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.5 000/321] 6.5.6-rc1 review 2023-10-05 5:35 ` [PATCH 6.5 000/321] 6.5.6-rc1 review Naresh Kamboju @ 2023-10-05 14:55 ` Naresh Kamboju 2023-10-06 9:54 ` Greg Kroah-Hartman 0 siblings, 1 reply; 3+ messages in thread From: Naresh Kamboju @ 2023-10-05 14:55 UTC (permalink / raw) To: Greg Kroah-Hartman, Alexei Starovoitov, Hou Tao Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, bpf, Anders Roxell, Björn Töpel On Thu, 5 Oct 2023 at 11:05, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > On Wed, 4 Oct 2023 at 23:53, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 6.5.6 release. > > There are 321 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 Fri, 06 Oct 2023 17:51:12 +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/v6.x/stable-review/patch-6.5.6-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-6.5.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > The following kernel warning was noticed on qemu-armv7 while booting > with kselftest merge configs enabled build on stable-rc 6.5.6-rc1. > > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > > > Hou Tao <houtao1@huawei.com> > > bpf: Ensure unit_size is matched with slab cache object size > > > bpf: Ensure unit_size is matched with slab cache object size > [ Upstream commit c930472552022bd09aab3cd946ba3f243070d5c7 ] > > [ 2.525383] ------------[ cut here ]------------ > [ 2.525743] WARNING: CPU: 0 PID: 1 at kernel/bpf/memalloc.c:385 > bpf_mem_alloc_init+0x3b0/0x3b4 > [ 2.527241] bpf_mem_cache[0]: unexpected object size 128, expect 96 Anders investigated this report and picked up the following patches to solve the reported problem. d52b59315bf5e bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE b1d53958b6931 bpf: Don't prefill for unused bpf_mem_cache c930472552022 bpf: Ensure unit_size is matched with slab cache object size - Naresh ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.5 000/321] 6.5.6-rc1 review 2023-10-05 14:55 ` Naresh Kamboju @ 2023-10-06 9:54 ` Greg Kroah-Hartman 0 siblings, 0 replies; 3+ messages in thread From: Greg Kroah-Hartman @ 2023-10-06 9:54 UTC (permalink / raw) To: Naresh Kamboju Cc: Alexei Starovoitov, Hou Tao, stable, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, bpf, Anders Roxell, Björn Töpel On Thu, Oct 05, 2023 at 08:25:02PM +0530, Naresh Kamboju wrote: > On Thu, 5 Oct 2023 at 11:05, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > > > On Wed, 4 Oct 2023 at 23:53, Greg Kroah-Hartman > > <gregkh@linuxfoundation.org> wrote: > > > > > > This is the start of the stable review cycle for the 6.5.6 release. > > > There are 321 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 Fri, 06 Oct 2023 17:51:12 +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/v6.x/stable-review/patch-6.5.6-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-6.5.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > The following kernel warning was noticed on qemu-armv7 while booting > > with kselftest merge configs enabled build on stable-rc 6.5.6-rc1. > > > > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > > > > > Hou Tao <houtao1@huawei.com> > > > bpf: Ensure unit_size is matched with slab cache object size > > > > > > bpf: Ensure unit_size is matched with slab cache object size > > [ Upstream commit c930472552022bd09aab3cd946ba3f243070d5c7 ] > > > > [ 2.525383] ------------[ cut here ]------------ > > [ 2.525743] WARNING: CPU: 0 PID: 1 at kernel/bpf/memalloc.c:385 > > bpf_mem_alloc_init+0x3b0/0x3b4 > > [ 2.527241] bpf_mem_cache[0]: unexpected object size 128, expect 96 > > > Anders investigated this report and picked up the following patches to > solve the reported problem. > > d52b59315bf5e bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE > b1d53958b6931 bpf: Don't prefill for unused bpf_mem_cache > c930472552022 bpf: Ensure unit_size is matched with slab cache object size Those do not all apply cleanly to the tree, so I've dropped the one offending commit instead for 6.5.y and 6.1.y. thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-06 9:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20231004175229.211487444@linuxfoundation.org>
2023-10-05 5:35 ` [PATCH 6.5 000/321] 6.5.6-rc1 review Naresh Kamboju
2023-10-05 14:55 ` Naresh Kamboju
2023-10-06 9:54 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).