panda icon indicating copy to clipboard operation
panda copied to clipboard

OSI_Linux fails to generate kernelinfo for newer versions of kernel

Open AminoACID123 opened this issue 1 year ago • 1 comments

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’

AminoACID123 avatar Dec 06 '23 09:12 AminoACID123

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.

AminoACID123 avatar Mar 06 '24 07:03 AminoACID123