2021-03-02 20:39:46

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.10 000/661] 5.10.20-rc2 review

On Tue, 2 Mar 2021 at 01:21, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 5.10.20 release.
> There are 661 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, 03 Mar 2021 19:34:53 +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.20-rc2.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


Results from Linaro’s test farm.
Regressions detected on all devices (arm64, arm, x86_64 and i386).

hangup01 1 TFAIL : hangup01.c:133: unexpected message 3

This failure is specific to stable-rc 5.10 and 5.11.
Test PASS on mainline and Linux next kernel.

Summary
------------------------------------------------------------------------

kernel: 5.10.20-rc2
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-5.10.y
git commit: 92929e15cdc088938051b73538d9d4d60844f9d4
git describe: v5.10.19-662-g92929e15cdc0
Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.19-662-g92929e15cdc0

Regressions (compared to build v5.10.19)
------------------------------------------------------------------------

ltp-pty-tests:
* hangup01

Reported-by: Linux Kernel Functional Testing <[email protected]>

--
Linaro LKFT
https://lkft.linaro.org


2021-03-02 21:38:58

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.10 000/661] 5.10.20-rc2 review

Hi Greg and Linus,

On Tue, 2 Mar 2021 at 12:45, Naresh Kamboju <[email protected]> wrote:
>
> On Tue, 2 Mar 2021 at 01:21, Greg Kroah-Hartman
> <[email protected]> wrote:
> >
> > This is the start of the stable review cycle for the 5.10.20 release.
> > There are 661 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, 03 Mar 2021 19:34:53 +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.20-rc2.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
>
>
> Results from Linaro’s test farm.
> Regressions detected on all devices (arm64, arm, x86_64 and i386).
>
> hangup01 1 TFAIL : hangup01.c:133: unexpected message 3
>
> This failure is specific to stable-rc 5.10 and 5.11.
> Test PASS on mainline and Linux next kernel.
>

I have reverted these two patches and the test case got PASS
on Linux version 5.10.20-rc2.

hangup01 1 TPASS : child process exited with status 0

Linus Torvalds <[email protected]>
tty: implement read_iter

Linus Torvalds <[email protected]>
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer

ref:
https://lkft.validation.linaro.org/scheduler/job/2330549#L1667
https://lkft.validation.linaro.org/scheduler/job/2330550#L1202

- Naresh

2021-03-02 21:45:26

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 5.10 000/661] 5.10.20-rc2 review

On Tue, Mar 02, 2021 at 03:20:32PM +0530, Naresh Kamboju wrote:
> Hi Greg and Linus,
>
> On Tue, 2 Mar 2021 at 12:45, Naresh Kamboju <[email protected]> wrote:
> >
> > On Tue, 2 Mar 2021 at 01:21, Greg Kroah-Hartman
> > <[email protected]> wrote:
> > >
> > > This is the start of the stable review cycle for the 5.10.20 release.
> > > There are 661 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, 03 Mar 2021 19:34:53 +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.20-rc2.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
> >
> >
> > Results from Linaro’s test farm.
> > Regressions detected on all devices (arm64, arm, x86_64 and i386).
> >
> > hangup01 1 TFAIL : hangup01.c:133: unexpected message 3
> >
> > This failure is specific to stable-rc 5.10 and 5.11.
> > Test PASS on mainline and Linux next kernel.
> >
>
> I have reverted these two patches and the test case got PASS
> on Linux version 5.10.20-rc2.
>
> hangup01 1 TPASS : child process exited with status 0
>
> Linus Torvalds <[email protected]>
> tty: implement read_iter
>
> Linus Torvalds <[email protected]>
> tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer

Odd.

Is 5.12-rc1 also failing with this test as well?

thanks,

greg k-h

2021-03-04 06:09:49

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.10 000/661] 5.10.20-rc2 review

On Tue, 2 Mar 2021 at 15:26, Greg Kroah-Hartman
<[email protected]> wrote:
>
> On Tue, Mar 02, 2021 at 03:20:32PM +0530, Naresh Kamboju wrote:
> > Hi Greg and Linus,
> >
> > On Tue, 2 Mar 2021 at 12:45, Naresh Kamboju <[email protected]> wrote:
> > >
> > > On Tue, 2 Mar 2021 at 01:21, Greg Kroah-Hartman
> > > <[email protected]> wrote:
> > > >
> > > > This is the start of the stable review cycle for the 5.10.20 release.
> > > > There are 661 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, 03 Mar 2021 19:34:53 +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.20-rc2.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
> > >
> > >
> > > Results from Linaro’s test farm.
> > > Regressions detected on all devices (arm64, arm, x86_64 and i386).
> > >
> > > hangup01 1 TFAIL : hangup01.c:133: unexpected message 3
> > >
> > > This failure is specific to stable-rc 5.10 and 5.11.
> > > Test PASS on mainline and Linux next kernel.
> > >
> >
> > I have reverted these two patches and the test case got PASS
> > on Linux version 5.10.20-rc2.
> >
> > hangup01 1 TPASS : child process exited with status 0
> >
> > Linus Torvalds <[email protected]>
> > tty: implement read_iter
> >
> > Linus Torvalds <[email protected]>
> > tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
>
> Odd.
>
> Is 5.12-rc1 also failing with this test as well?

No.
Test PASS on v5.12-rc1.

- Naresh

2021-03-04 06:09:58

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.10 000/661] 5.10.20-rc2 review

On Tue, 2 Mar 2021 at 15:26, Greg Kroah-Hartman
<[email protected]> wrote:
>
> On Tue, Mar 02, 2021 at 03:20:32PM +0530, Naresh Kamboju wrote:
> > Hi Greg and Linus,
> >
> > On Tue, 2 Mar 2021 at 12:45, Naresh Kamboju <[email protected]> wrote:
> > >
> > > On Tue, 2 Mar 2021 at 01:21, Greg Kroah-Hartman
> > > <[email protected]> wrote:
> > > >
> > > > This is the start of the stable review cycle for the 5.10.20 release.
> > > > There are 661 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, 03 Mar 2021 19:34:53 +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.20-rc2.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
> > >
> > >
> > > Results from Linaro’s test farm.
> > > Regressions detected on all devices (arm64, arm, x86_64 and i386).
> > >
> > > hangup01 1 TFAIL : hangup01.c:133: unexpected message 3
> > >
> > > This failure is specific to stable-rc 5.10 and 5.11.
> > > Test PASS on mainline and Linux next kernel.
> > >
> >
> > I have reverted these two patches and the test case got PASS
> > on Linux version 5.10.20-rc2.
> >
> > hangup01 1 TPASS : child process exited with status 0
> >
> > Linus Torvalds <[email protected]>
> > tty: implement read_iter
> >
> > Linus Torvalds <[email protected]>
> > tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
>
> Odd.
>
> Is 5.12-rc1 also failing with this test as well?

5.10 Failed
5.11 Failed
5.12 PASS

This LTP pty hangup01 PASS Linux mainline and linux next.

- Naresh