You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Based on issue #1, slab_ptr is not supported for kernels <5.16, due to the usage of the unsupported virt_to_folio function.
As a temporary solution, the slab_ptr function is disabled on unsupported kernels, but it will be better to find an alternative solution to the virt_to_folio function in order to be compatible with older kernels too.
Based on issue #1,
slab_ptris not supported for kernels <5.16, due to the usage of the unsupportedvirt_to_foliofunction.As a temporary solution, the
slab_ptrfunction is disabled on unsupported kernels, but it will be better to find an alternative solution to thevirt_to_foliofunction in order to be compatible with older kernels too.