[PATCH] pass the stack protection flags into put_dirty_page()
put_dirty_page() currently assumes PAGE_COPY for the stack page's ptes. But for x86_64 (at least) this is not the case. The patch adds the extra arg to put_dirty_page(), updates all callers and fixes x86_64.
Showing
Please register or sign in to comment