On Tue, Nov 26, 2024 at 8:22 PM Matthew Wilcox <wi...@infradead.org> wrote: > > On Tue, Nov 26, 2024 at 06:57:20PM -0800, Yuanchu Xie wrote: > > diff --git a/mm/internal.h b/mm/internal.h > > index 64c2eb0b160e..bbd3c1501bac 100644 > > --- a/mm/internal.h > > +++ b/mm/internal.h > > @@ -470,9 +470,14 @@ extern unsigned long highest_memmap_pfn; > > /* > > * in mm/vmscan.c: > > */ > > +struct scan_control; > > +bool isolate_lru_page(struct page *page); > > Is this a mismerge? It doesn't exist any more. Yes this is a mismerge. I'll fix it in the next version.
- [PATCH v4 0/9] mm: workingset reporting Yuanchu Xie
- [PATCH v4 1/9] mm: aggregate workingset information in... Yuanchu Xie
- Re: [PATCH v4 1/9] mm: aggregate workingset inform... Matthew Wilcox
- Re: [PATCH v4 1/9] mm: aggregate workingset in... Yuanchu Xie
- [PATCH v4 2/9] mm: use refresh interval to rate-limit ... Yuanchu Xie
- [PATCH v4 3/9] mm: report workingset during memory pre... Yuanchu Xie
- [PATCH v4 4/9] mm: extend workingset reporting to memc... Yuanchu Xie
- [PATCH v4 5/9] mm: add kernel aging thread for working... Yuanchu Xie
- [PATCH v4 6/9] selftest: test system-wide workingset r... Yuanchu Xie
- [PATCH v4 7/9] Docs/admin-guide/mm/workingset_report: ... Yuanchu Xie
- [PATCH v4 8/9] Docs/admin-guide/cgroup-v2: document wo... Yuanchu Xie
- [PATCH v4 9/9] virtio-balloon: add workingset reportin... Yuanchu Xie
- Re: [PATCH v4 9/9] virtio-balloon: add workingset ... Daniel Verkamp