Allocating Executable Page in Linux Kernel Module

319 Views Asked by At

I know there is a relevant post about this in the following link but I am missing the header file asm/pgtype_types.h for some reason in my kernel (My kernel version is 4.9.13-v8+)

How to allocate an executable page in a Linux kernel module?

Do you have any idea why I am missing that header file , or is there any other way ?

Thanks a lot in advance

0

There are 0 best solutions below