RE: Regression on linux-next (next-20240228)

2024-03-06 Thread Borah, Chaitanya Kumar
Hello Mathew, > -Original Message- > From: Matthew Wilcox > Sent: Tuesday, March 5, 2024 11:19 PM > To: Borah, Chaitanya Kumar > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani > Subject: Re: Regression on linux-next (next-20240228) >

✗ Fi.CI.BUILD: failure for Regression on linux-next (next-20240228)

2024-03-05 Thread Patchwork
== Series Details == Series: Regression on linux-next (next-20240228) URL : https://patchwork.freedesktop.org/series/130763/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/130763/revisions/1/mbox/ not applied Applying: Regression on linux-next

Re: Regression on linux-next (next-20240228)

2024-03-05 Thread Matthew Wilcox
On Tue, Mar 05, 2024 at 06:49:16AM +, Borah, Chaitanya Kumar wrote: > Issue is still seen with the following changes > > void put_pages_list(struct list_head *pages) > > folio_batch_init(&fbatch); > list_for_each_entry(folio, pages, lru) { > - if (!folio_put_tes

RE: Regression on linux-next (next-20240228)

2024-03-04 Thread Borah, Chaitanya Kumar
Hello Mathew, > -Original Message- > From: Borah, Chaitanya Kumar > Sent: Monday, March 4, 2024 8:18 PM > To: Matthew Wilcox > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani > Subject: RE: Regression on linux-next (next-202402

RE: Regression on linux-next (next-20240228)

2024-03-04 Thread Borah, Chaitanya Kumar
Hello Mathew, > -Original Message- > From: Matthew Wilcox > Sent: Monday, March 4, 2024 6:52 PM > To: Borah, Chaitanya Kumar > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani > Subject: Re: Regression on linux-next (next-20240228) >

Re: Regression on linux-next (next-20240228)

2024-03-04 Thread Matthew Wilcox
On Mon, Mar 04, 2024 at 10:03:13AM +, Borah, Chaitanya Kumar wrote: > > Could you try putting the two: > > > > - list_del(&folio->lru); > > > > statements back in and see if that fixes it? > > That seems to fix it. > > if (!folio_put_testzero(folio)) >

RE: Regression on linux-next (next-20240228)

2024-03-04 Thread Borah, Chaitanya Kumar
Hello Mathew, > -Original Message- > From: Matthew Wilcox > Sent: Monday, March 4, 2024 11:27 AM > To: Borah, Chaitanya Kumar > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani > Subject: Re: Regression on linux-next (next-20240228) >

Re: Regression on linux-next (next-20240228)

2024-03-03 Thread Matthew Wilcox
On Mon, Mar 04, 2024 at 04:49:47AM +, Borah, Chaitanya Kumar wrote: > After bisecting the tree, the following patch [4] seems to be the first "bad" > commit > > ` > commit ac7130117e8860081b

Regression on linux-next (next-20240228)

2024-03-03 Thread Borah, Chaitanya Kumar
Hello Matthew, Hope you are doing well. I am Chaitanya from the linux graphics team in Intel. This mail is regarding a regression we are seeing in our CI runs[1] on linux-next repository. Since the version next-20240228 [2], we are seeing the following regression ``