Hi,
How can I test the permissions on a memory page?
I know the following function from arch/*/mm/pageattr.c can be used to
change the permissions:
int change_page_attr(struct page *page, int numpages, pgprot_t prot)
Thanks from module programming newby

,
David.