* Re: [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review [not found] ` <CA+G9fYv=Ld-YCpWaV2X=ErcyfEQC8DA1jy+cOhmviEHGS9mh-w@mail.gmail.com> @ 2024-10-09 11:35 ` Anders Roxell 2024-10-09 11:53 ` Cyril Hrubis 0 siblings, 1 reply; 4+ messages in thread From: Anders Roxell @ 2024-10-09 11:35 UTC (permalink / raw) To: Naresh Kamboju, Greg Kroah-Hartman, Jan Kara, Christian Brauner, Theodore Ts'o Cc: f.fainelli, rwarsow, pavel, conor, shuah, allen.lkml, LTP List, patches, stable, linux-kernel, broonie, lkft-triage, srw, patches, akpm, jonathanh, torvalds, sudipm.mukherjee, linux On Wed, 9 Oct 2024 at 08:22, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > On Tue, 8 Oct 2024 at 17:42, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 6.10.14 release. > > There are 482 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 Thu, 10 Oct 2024 11:55:15 +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.10.14-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.10.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > The LTP syscalls fanotify22 test failed (broken). > This regression is noticed on linux.6.10.y, linux.6.11.y and linux.6.6.y. > > We are bisecting this issue. The bisection pointed to patch b1a855f8a4fd ("ext4: don't set SB_RDONLY after filesystem errors") [ Upstream commit d3476f3dad4ad68ae5f6b008ea6591d1520da5d8 ] Reverting patch b1a855f8a4fd ("ext4: don't set SB_RDONLY after filesystem errors") makes ltp-syscalls/fanotify22 pass. That said, I also checked Linus tree and fanotify22 fails there too. Reverting the upstream patch d3476f3dad4a ("ext4: don't set SB_RDONLY after filesystem errors") from Linux tree v6.12-rc2-58-g75b607fab38d and run syscalls/fanotify22 it pass. Any ideas whats wrong here? Cheers, Anders -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review 2024-10-09 11:35 ` [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review Anders Roxell @ 2024-10-09 11:53 ` Cyril Hrubis 2024-10-09 12:03 ` Jan Stancek 0 siblings, 1 reply; 4+ messages in thread From: Cyril Hrubis @ 2024-10-09 11:53 UTC (permalink / raw) To: Anders Roxell Cc: Jan Kara, lkft-triage, allen.lkml, stable, shuah, f.fainelli, jonathanh, patches, linux, srw, broonie, LTP List, Christian Brauner, Theodore Ts'o, rwarsow, pavel, Greg Kroah-Hartman, linux-kernel, conor, patches, akpm, torvalds, sudipm.mukherjee Hi! Work in progress, see: https://lists.linux.it/pipermail/ltp/2024-October/040433.html -- Cyril Hrubis chrubis@suse.cz -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review 2024-10-09 11:53 ` Cyril Hrubis @ 2024-10-09 12:03 ` Jan Stancek 2024-10-09 22:03 ` Sasha Levin via ltp 0 siblings, 1 reply; 4+ messages in thread From: Jan Stancek @ 2024-10-09 12:03 UTC (permalink / raw) To: Cyril Hrubis Cc: Jan Kara, lkft-triage, patches, stable, shuah, f.fainelli, jonathanh, linux, srw, broonie, LTP List, Christian Brauner, Theodore Ts'o, rwarsow, Greg Kroah-Hartman, allen.lkml, conor, linux-kernel, pavel, patches, akpm, torvalds, sudipm.mukherjee On Wed, Oct 9, 2024 at 1:56 PM Cyril Hrubis <chrubis@suse.cz> wrote: > > Hi! > Work in progress, see: > https://lists.linux.it/pipermail/ltp/2024-October/040433.html and https://lore.kernel.org/linux-ext4/20241004221556.19222-1-jack@suse.cz/ -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review 2024-10-09 12:03 ` Jan Stancek @ 2024-10-09 22:03 ` Sasha Levin via ltp 0 siblings, 0 replies; 4+ messages in thread From: Sasha Levin via ltp @ 2024-10-09 22:03 UTC (permalink / raw) To: Jan Stancek Cc: Jan Kara, lkft-triage, patches, stable, shuah, f.fainelli, jonathanh, linux, srw, broonie, LTP List, Christian Brauner, Theodore Ts'o, rwarsow, Greg Kroah-Hartman, allen.lkml, conor, linux-kernel, pavel, patches, akpm, torvalds, sudipm.mukherjee On Wed, Oct 09, 2024 at 02:03:31PM +0200, Jan Stancek wrote: >On Wed, Oct 9, 2024 at 1:56 PM Cyril Hrubis <chrubis@suse.cz> wrote: >> >> Hi! >> Work in progress, see: >> https://lists.linux.it/pipermail/ltp/2024-October/040433.html > >and https://lore.kernel.org/linux-ext4/20241004221556.19222-1-jack@suse.cz/ I'll drop the offending commit, we can grab it along with the fix once it lands in Linus's tree. -- Thanks, Sasha -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-10 8:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20241008115648.280954295@linuxfoundation.org>
[not found] ` <CA+G9fYv=Ld-YCpWaV2X=ErcyfEQC8DA1jy+cOhmviEHGS9mh-w@mail.gmail.com>
2024-10-09 11:35 ` [LTP] [PATCH 6.10 000/482] 6.10.14-rc1 review Anders Roxell
2024-10-09 11:53 ` Cyril Hrubis
2024-10-09 12:03 ` Jan Stancek
2024-10-09 22:03 ` Sasha Levin via ltp
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox