hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/mm/gmap.c
....@@ -2786,6 +2786,7 @@
27862786 page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER);
27872787 if (!page)
27882788 return -ENOMEM;
2789
+ page->index = 0;
27892790 table = page_to_virt(page);
27902791 memcpy(table, gmap->table, 1UL << (CRST_ALLOC_ORDER + PAGE_SHIFT));
27912792