xpmem icon indicating copy to clipboard operation
xpmem copied to clipboard

Solve build errors on kernel 6.9 and higher

Open yizeyi18 opened this issue 9 months ago • 0 comments

In kernel commit 902861e34c401696ed9ad17a54c8790e7e8e3069, `pmd_large` and
`pud_large` was renamed to `pmd_leaf` and `pud_leaf` by patch from redhat.

This patch applies this change to xpmem.

Symbols for PowerPC was also renamed in the same kernel commit. As
author of this patch knows none about the reason of redirecting `pud_is_large`
to something other than `pud_large`, the PPC part is unchanged.

yizeyi18 avatar Apr 10 '25 07:04 yizeyi18