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
OSI_Linux cannot generate kernelinfo for newer versions of kernel (6.x.x). Errors include ‘current_task’ undeclared, ‘struct mm_struct’ has no member named ‘mmap’, ‘struct vm_area_struct’ has no member named ‘vm_next’
The text was updated successfully, but these errors were encountered:
It seems to me #1429 does not completely solve the issue. Could you update kernelinfo.c as well? Also, current_task is no longer a standalone variable but a member of pcpu_hot.
OSI_Linux cannot generate kernelinfo for newer versions of kernel (6.x.x). Errors include
‘current_task’ undeclared
,‘struct mm_struct’ has no member named ‘mmap’
,‘struct vm_area_struct’ has no member named ‘vm_next’
The text was updated successfully, but these errors were encountered: