PAX and tuxonice, or swsusp2 2.6.31.1
Posted: Thu Oct 01, 2009 6:40 am
Hi Folks,
I try to patch grsecurity, and tuxonice current /grsecurity-2.1.14-2.6.31.1-200909271949.patch, and
current-tuxonice-for-2.6.31.patch-20090911-v1.bz2/. Everything seems to be nice, but in include/linux/mm.h I got this conflict:
What can i do this? How can i add different values for VM_ATOMIC_COPY and VM_PAGEEXEC?
I'd like to use pageexec features of course
I try to patch grsecurity, and tuxonice current /grsecurity-2.1.14-2.6.31.1-200909271949.patch, and
current-tuxonice-for-2.6.31.patch-20090911-v1.bz2/. Everything seems to be nice, but in include/linux/mm.h I got this conflict:
- Code: Select all
#define VM_ATOMIC_COPY 0x80000000 /* TuxOnIce should atomically copy */
#ifdef CONFIG_PAX_PAGEEXEC
#define VM_PAGEEXEC 0x80000000 /* vma->vm_page_prot needs special handling */
#endif
What can i do this? How can i add different values for VM_ATOMIC_COPY and VM_PAGEEXEC?
I'd like to use pageexec features of course