On Thu Jan 23, 2025 at 3:46 PM CET, Claudio Imbrenda wrote: > The host_to_guest radix tree will now map userspace addresses to guest > addresses, instead of userspace addresses to segment tables. > > When segment tables and page tables are needed, they are found using an > additional gmap_table_walk(). > > This gets rid of all usage of page->index for non-shadow gmaps. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx> LGTM Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx> > --- > arch/s390/mm/gmap.c | 105 +++++++++++++++++++++++--------------------- > 1 file changed, 54 insertions(+), 51 deletions(-) [...]