CVE-2022-49334
The CVE-2022-49334 issue concerns the Linux kernel memory-management code for huge pages (mm/huge_memory). The root cause was that when xas_split_alloc() could not allocate required xarray nodes, it set xa_state to -ENOMEM, which xas_nomem() treated as a cue to “Please allocate more memory,” inst...