On Tue, Nov 25 2025, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" <[email protected]> > > In case a preserved vmalloc allocation was using huge pages, all pages in > the array of pages added to vm_struct during kho_restore_vmalloc() are > wrongly set to the same page. > > Fix the indexing when assigning pages to that array. > > Fixes: a667300bd53f ("kho: add support for preserving vmalloc allocations") > Signed-off-by: Mike Rapoport (Microsoft) <[email protected]>
Reviewed-by: Pratyush Yadav <[email protected]> [...] -- Regards, Pratyush Yadav
