2/2

mm/memory: return -ENOMEM for page-table allocation failure in insert_pages()

walk_to_pmd() returns NULL only when p4d_alloc(), pud_alloc(), or pmd_alloc() fails. These are page-table allocation failures, but insert_pages() currently reports them as -EFAULT. Return -ENOMEM ins