From: Borislav Petkov <bp@alien8.de>
To: Ingo Molnar <mingo@kernel.org>
Cc: Kees Cook <keescook@chromium.org>,
Stephen Smalley <sds@tycho.nsa.gov>,
"x86@kernel.org" <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [RFC][PATCH] x86/mm: warn on W+x mappings
Date: Fri, 2 Oct 2015 10:02:40 +0200 [thread overview]
Message-ID: <20151002080239.GC16538@pd.tnic> (raw)
In-Reply-To: <20151002072643.GA5035@gmail.com>
On Fri, Oct 02, 2015 at 09:26:44AM +0200, Ingo Molnar wrote:
> It's better to generate a WARN()ing programmatically if the W+X condition occurs,
> that gets noticed by tools and people alike. I'd like to start treating that
> condition as a hard kernel bug.
>
> A dump in dmesg is subject to random noise by printk crusaders and is also subject
> to general bitrot, nor does it provide any ready warning to act upon.
You're not going to enable this option in production anyway. So when it
is enabled, you're expected to stare at dmesg anyway. The only advantage
of the WARN()'s is that they're bigger. :)
> Adding an extra debug option is a good idea (just please don't put 'EFI' into the
> name - this isn't really EFI related), to not generate the debugfs node.
Of course not - it was just an example how the EFI code uses PTDUMP. There it is
off by default too.
> I'd even add this debug check as default-enabled in the x86 defconfigs, so that my
> own continuous kernel testing kit picks up any new warnings from it.
There's the problem with exposing sensitive info in debugfs if you do
that. And nowadays we're trying hard not to leak any of that.
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
next prev parent reply other threads:[~2015-10-02 8:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 16:28 [RFC][PATCH] x86/mm: warn on W+x mappings Stephen Smalley
2015-10-01 19:24 ` Kees Cook
2015-10-01 19:41 ` Borislav Petkov
2015-10-02 7:26 ` Ingo Molnar
2015-10-02 8:02 ` Borislav Petkov [this message]
2015-10-03 7:50 ` Ingo Molnar
2015-10-03 9:01 ` Borislav Petkov
2015-10-02 7:37 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151002080239.GC16538@pd.tnic \
--to=bp@alien8.de \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=sds@tycho.nsa.gov \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox