nccgroup / libslub

MIT License
163 stars 15 forks source link

Add compatibility layer for Linux kernel versions #6

Closed AntoineBlaud closed 11 months ago

AntoineBlaud commented 11 months ago

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 and slab structures, necessitating adjustments in codebase.

fidgetingbits commented 11 months ago

Thanks! I'll try to find time to review and test it tomorrow.