Hi all,
I'm writing a module to read/write kernel memory, and for this I'd like to check if a page is marked as read-only, so we don't have the right to write there (kernel code for instance).The only flag I saw is different between kernel code and module code is that kernel code has the flag "reserved" enabled, so it's not swapped.
Could someone provide me a hint about that?
Thank you very much
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies