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)
>
== 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
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
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
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)
>
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))
>
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)
>
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
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
``