Re: 4.4-rc5: ugly warn on: 5 W+X pages found
From: Borislav Petkov
Date: Tue Dec 15 2015 - 14:15:16 EST
On Tue, Dec 15, 2015 at 11:06:38AM -0800, Linus Torvalds wrote:
> We want to *warn* about PAGE_RW without PAGE_NX. No?
Ah yes, we do:
note_page:
...
if (st->check_wx && (pr & _PAGE_RW) && !(pr & _PAGE_NX)) {
I got confused, sorry.
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/