Re: Regression with mainline kernel on rpi4

2021-10-25 Thread Maxime Ripard
Hi, On Thu, Oct 14, 2021 at 03:15:36PM +0200, Daniel Vetter wrote: > On Wed, Oct 13, 2021 at 05:01:03PM +0200, Maxime Ripard wrote: > > On Thu, Sep 30, 2021 at 11:19:59AM +0200, Daniel Vetter wrote: > > > On Tue, Sep 28, 2021 at 10:34:46AM +0200, Maxime Ripard wrote: > > > > Hi Daniel, > > > > >

Re: Regression with mainline kernel on rpi4

2021-10-14 Thread Daniel Vetter
On Wed, Oct 13, 2021 at 05:01:03PM +0200, Maxime Ripard wrote: > On Thu, Sep 30, 2021 at 11:19:59AM +0200, Daniel Vetter wrote: > > On Tue, Sep 28, 2021 at 10:34:46AM +0200, Maxime Ripard wrote: > > > Hi Daniel, > > > > > > On Sat, Sep 25, 2021 at 12:50:17AM +0200, Daniel Vetter wrote: > > > > On

Re: Regression with mainline kernel on rpi4

2021-10-13 Thread Maxime Ripard
On Thu, Sep 30, 2021 at 11:19:59AM +0200, Daniel Vetter wrote: > On Tue, Sep 28, 2021 at 10:34:46AM +0200, Maxime Ripard wrote: > > Hi Daniel, > > > > On Sat, Sep 25, 2021 at 12:50:17AM +0200, Daniel Vetter wrote: > > > On Fri, Sep 24, 2021 at 3:30 PM Maxime Ripard wrote: > > > > > > > > On Wed,

Re: Regression with mainline kernel on rpi4

2021-09-30 Thread Daniel Vetter
On Tue, Sep 28, 2021 at 10:34:46AM +0200, Maxime Ripard wrote: > Hi Daniel, > > On Sat, Sep 25, 2021 at 12:50:17AM +0200, Daniel Vetter wrote: > > On Fri, Sep 24, 2021 at 3:30 PM Maxime Ripard wrote: > > > > > > On Wed, Sep 22, 2021 at 01:25:21PM -0700, Linus Torvalds wrote: > > > > On Wed, Sep

Re: Regression with mainline kernel on rpi4

2021-09-28 Thread Maxime Ripard
Hi Daniel, On Sat, Sep 25, 2021 at 12:50:17AM +0200, Daniel Vetter wrote: > On Fri, Sep 24, 2021 at 3:30 PM Maxime Ripard wrote: > > > > On Wed, Sep 22, 2021 at 01:25:21PM -0700, Linus Torvalds wrote: > > > On Wed, Sep 22, 2021 at 1:19 PM Sudip Mukherjee > > > wrote: > > > > > > > > I added

Re: Regression with mainline kernel on rpi4

2021-09-24 Thread Daniel Vetter
On Fri, Sep 24, 2021 at 3:30 PM Maxime Ripard wrote: > > On Wed, Sep 22, 2021 at 01:25:21PM -0700, Linus Torvalds wrote: > > On Wed, Sep 22, 2021 at 1:19 PM Sudip Mukherjee > > wrote: > > > > > > I added some debugs to print the addresses, and I am getting: > > > [ 38.813809] sudip crtc

Re: Regression with mainline kernel on rpi4

2021-09-24 Thread Maxime Ripard
On Wed, Sep 22, 2021 at 01:25:21PM -0700, Linus Torvalds wrote: > On Wed, Sep 22, 2021 at 1:19 PM Sudip Mukherjee > wrote: > > > > I added some debugs to print the addresses, and I am getting: > > [ 38.813809] sudip crtc > > > > This is from struct drm_crtc *crtc =

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Linus Torvalds
On Wed, Sep 22, 2021 at 1:19 PM Sudip Mukherjee wrote: > > I added some debugs to print the addresses, and I am getting: > [ 38.813809] sudip crtc > > This is from struct drm_crtc *crtc = connector->state->crtc; Yeah, that was my personal suspicion, because while the line

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Sudip Mukherjee
On Wed, Sep 22, 2021 at 7:23 PM Linus Torvalds wrote: > > On Wed, Sep 22, 2021 at 10:02 AM Sudip Mukherjee > wrote: > > > > > > Attached is a complete dmesg and also the decoded trace. > > This is done on 4357f03d6611 ("Merge tag 'pm-5.15-rc2' of > >

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Linus Torvalds
On Wed, Sep 22, 2021 at 10:02 AM Sudip Mukherjee wrote: > > > Attached is a complete dmesg and also the decoded trace. > This is done on 4357f03d6611 ("Merge tag 'pm-5.15-rc2' of > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm") drivers/gpu/drm/vc4/vc4_hdmi.c:1214 is tmp

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Sudip Mukherjee
On Wed, Sep 22, 2021 at 12:28 PM Maxime Ripard wrote: > > On Wed, Sep 22, 2021 at 11:10:34AM +0100, Sudip Mukherjee wrote: > > On Wed, Sep 22, 2021 at 10:57 AM Maxime Ripard wrote: > > > > > Still works fine (and it required some mangling of the kernel command line). > > If we summarize: > >

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Sudip Mukherjee
On Wed, Sep 22, 2021 at 4:25 PM Linus Torvalds wrote: > > On Wed, Sep 22, 2021 at 3:11 AM Sudip Mukherjee > wrote: > > > > That test script is triggering the openqa job, but its running only > > after lava is able to login. The trace is appearing before the login > > prompt even, so

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Linus Torvalds
On Wed, Sep 22, 2021 at 3:11 AM Sudip Mukherjee wrote: > > That test script is triggering the openqa job, but its running only > after lava is able to login. The trace is appearing before the login > prompt even, so test_mainline.sh should not matter here. Side note: the traces might be more

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Maxime Ripard
On Wed, Sep 22, 2021 at 11:10:34AM +0100, Sudip Mukherjee wrote: > On Wed, Sep 22, 2021 at 10:57 AM Maxime Ripard wrote: > > > > On Mon, Sep 20, 2021 at 06:21:42PM +0100, Sudip Mukherjee wrote: > > > On Mon, Sep 20, 2021 at 6:10 PM Maxime Ripard wrote: > > > > > > > > On Mon, Sep 20, 2021 at

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Sudip Mukherjee
On Wed, Sep 22, 2021 at 10:57 AM Maxime Ripard wrote: > > On Mon, Sep 20, 2021 at 06:21:42PM +0100, Sudip Mukherjee wrote: > > On Mon, Sep 20, 2021 at 6:10 PM Maxime Ripard wrote: > > > > > > On Mon, Sep 20, 2021 at 05:35:00PM +0100, Sudip Mukherjee wrote: > > > > On Mon, Sep 20, 2021 at 4:53 PM

Re: Regression with mainline kernel on rpi4

2021-09-22 Thread Maxime Ripard
On Mon, Sep 20, 2021 at 06:21:42PM +0100, Sudip Mukherjee wrote: > On Mon, Sep 20, 2021 at 6:10 PM Maxime Ripard wrote: > > > > On Mon, Sep 20, 2021 at 05:35:00PM +0100, Sudip Mukherjee wrote: > > > On Mon, Sep 20, 2021 at 4:53 PM Maxime Ripard wrote: > > > > > > > > On Mon, Sep 20, 2021 at

Re: Regression with mainline kernel on rpi4

2021-09-20 Thread Maxime Ripard
On Mon, Sep 20, 2021 at 05:35:00PM +0100, Sudip Mukherjee wrote: > On Mon, Sep 20, 2021 at 4:53 PM Maxime Ripard wrote: > > > > On Mon, Sep 20, 2021 at 05:43:33PM +0200, Maxime Ripard wrote: > > > On Mon, Sep 20, 2021 at 04:47:31PM +0200, Maxime Ripard wrote: > > > > On Sat, Sep 04, 2021 at

Re: Regression with mainline kernel on rpi4

2021-09-20 Thread Sudip Mukherjee
On Mon, Sep 20, 2021 at 4:53 PM Maxime Ripard wrote: > > On Mon, Sep 20, 2021 at 05:43:33PM +0200, Maxime Ripard wrote: > > On Mon, Sep 20, 2021 at 04:47:31PM +0200, Maxime Ripard wrote: > > > On Sat, Sep 04, 2021 at 10:40:29AM +0100, Sudip Mukherjee wrote: > > > > Hi Maxime, > > > > > > > > On

Re: Regression with mainline kernel on rpi4

2021-09-20 Thread Maxime Ripard
On Mon, Sep 20, 2021 at 05:43:33PM +0200, Maxime Ripard wrote: > On Mon, Sep 20, 2021 at 04:47:31PM +0200, Maxime Ripard wrote: > > On Sat, Sep 04, 2021 at 10:40:29AM +0100, Sudip Mukherjee wrote: > > > Hi Maxime, > > > > > > On Sat, Sep 4, 2021 at 10:10 AM Maxime Ripard wrote: > > > > > > > >

Re: Regression with mainline kernel on rpi4

2021-09-20 Thread Maxime Ripard
On Mon, Sep 20, 2021 at 04:47:31PM +0200, Maxime Ripard wrote: > On Sat, Sep 04, 2021 at 10:40:29AM +0100, Sudip Mukherjee wrote: > > Hi Maxime, > > > > On Sat, Sep 4, 2021 at 10:10 AM Maxime Ripard wrote: > > > > > > On Fri, Sep 03, 2021 at 09:09:50PM +0100, Sudip Mukherjee wrote: > > > > Hi

Re: Regression with mainline kernel on rpi4

2021-09-20 Thread Maxime Ripard
On Sat, Sep 04, 2021 at 10:40:29AM +0100, Sudip Mukherjee wrote: > Hi Maxime, > > On Sat, Sep 4, 2021 at 10:10 AM Maxime Ripard wrote: > > > > On Fri, Sep 03, 2021 at 09:09:50PM +0100, Sudip Mukherjee wrote: > > > Hi Maxime, > > > > > > On Fri, Sep 3, 2021 at 5:03 PM Maxime Ripard wrote: > > >

Re: Regression with mainline kernel on rpi4

2021-09-04 Thread Sudip Mukherjee
Hi Maxime, On Sat, Sep 4, 2021 at 10:10 AM Maxime Ripard wrote: > > On Fri, Sep 03, 2021 at 09:09:50PM +0100, Sudip Mukherjee wrote: > > Hi Maxime, > > > > On Fri, Sep 3, 2021 at 5:03 PM Maxime Ripard wrote: > > > > > > Hi Sudip, > > > > > > On Thu, Sep 02, 2021 at 10:08:19AM +0100, Sudip

Re: Regression with mainline kernel on rpi4

2021-09-04 Thread Maxime Ripard
On Fri, Sep 03, 2021 at 09:09:50PM +0100, Sudip Mukherjee wrote: > Hi Maxime, > > On Fri, Sep 3, 2021 at 5:03 PM Maxime Ripard wrote: > > > > Hi Sudip, > > > > On Thu, Sep 02, 2021 at 10:08:19AM +0100, Sudip Mukherjee wrote: > > > Hi All, > > > > > > > > > > > > > > > > You can see the

Re: Regression with mainline kernel on rpi4

2021-09-03 Thread Sudip Mukherjee
Hi Maxime, On Fri, Sep 3, 2021 at 5:03 PM Maxime Ripard wrote: > > Hi Sudip, > > On Thu, Sep 02, 2021 at 10:08:19AM +0100, Sudip Mukherjee wrote: > > Hi All, > > > > > > > > You can see the complete dmesg at > > https://openqa.qa.codethink.co.uk/tests/76#step/dmesg/8 > > What test were you

Re: Regression with mainline kernel on rpi4

2021-09-03 Thread Maxime Ripard
Hi Sudip, On Thu, Sep 02, 2021 at 10:08:19AM +0100, Sudip Mukherjee wrote: > Hi All, > > Our last night's test on rpi4 had a nasty trace. The test was with > 7c636d4d20f8 ("Merge tag 'dt-5.15' of > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc"). Previous test > was on 9e9fb7655ed5

Regression with mainline kernel on rpi4

2021-09-02 Thread Sudip Mukherjee
Hi All, Our last night's test on rpi4 had a nasty trace. The test was with 7c636d4d20f8 ("Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc"). Previous test was on 9e9fb7655ed5 ("Merge tag 'net-next-5.15' of