On Thu, 19 Dec 2024 16:22:48 +0000 "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> wrote: > These two patches compile ... I can promise nothing more than that. hi, I appreciate the effort, but I'm actually working on a series to completely stop using page->index and page->lru . It works, only needs reviews and some proper testing; I will send it out next week. if David can send a polished version of his patch, I can pick it, otherwise I'll polish the WIP he has already sent. @David: can you please polish and resend your patch? with that done, this whole series becomes moot (sorry) > > David suggested to me that the gmap code really should be using ptdesc, > and I think I agree with him. The vsie code looks quite different > and probably shouldn't be using a ptdesc, but we can use page->private > instead of page->index. It's not yet clear to me if we'll ever manage > to get rid of page->private. > > Matthew Wilcox (Oracle) (2): > s390: Convert gmap code to use ptdesc > s390: Convert vsie code to use page->private > > arch/s390/kvm/vsie.c | 6 +- > arch/s390/mm/gmap.c | 181 +++++++++++++++++++++---------------------- > 2 files changed, 92 insertions(+), 95 deletions(-) >