Closed AntoineBlaud closed 11 months ago
This pull request introduces a compatibility layer to address structural changes in the Linux kernel starting from version 5.17. Notably, modifications have been made to the page and slab structures, necessitating adjustments in codebase.
page
slab
Thanks! I'll try to find time to review and test it tomorrow.
Compatibility Layer for Linux Kernel Changes
Overview
This pull request introduces a compatibility layer to address structural changes in the Linux kernel starting from version 5.17. Notably, modifications have been made to the
page
andslab
structures, necessitating adjustments in codebase.