From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752127AbbJFHcL (ORCPT ); Tue, 6 Oct 2015 03:32:11 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34798 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbbJFHcJ (ORCPT ); Tue, 6 Oct 2015 03:32:09 -0400 Date: Tue, 6 Oct 2015 09:32:05 +0200 From: Ingo Molnar To: Stephen Smalley Cc: x86@kernel.org, linux-kernel@vger.kernel.org, keescook@chromium.org, Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Andy Lutomirski , Borislav Petkov , Denys Vlasenko , Brian Gerst Subject: Re: [PATCH v2] x86/mm: warn on W+x mappings Message-ID: <20151006073205.GA11115@gmail.com> References: <1443814185-21552-1-git-send-email-sds@tycho.nsa.gov> <20151003112701.GA4531@gmail.com> <5612CBE8.2010504@tycho.nsa.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5612CBE8.2010504@tycho.nsa.gov> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Stephen Smalley wrote: > On 10/03/2015 07:27 AM, Ingo Molnar wrote: > > > > * Stephen Smalley wrote: > > > >> diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c > >> index 30564e2..f8b1573 100644 > >> --- a/arch/x86/mm/init_64.c > >> +++ b/arch/x86/mm/init_64.c > >> @@ -1150,6 +1150,8 @@ void mark_rodata_ro(void) > >> free_init_pages("unused kernel", > >> (unsigned long) __va(__pa_symbol(rodata_end)), > >> (unsigned long) __va(__pa_symbol(_sdata))); > >> + > >> + debug_checkwx(); > > > > Any reason to not do this on NX capable 32-bit kernels as well? > > Done in v3. However, I do see lots of W+X mappings there. Ha! That's a debug check plan gone very well! :) > [ 1.012796] WARNING: CPU: 1 PID: 1 at arch/x86/mm/dump_pagetables.c:225 note_page+0x65d/0x840() > [ 1.012803] x86/mm: Found insecure W+X mapping at address f4a00000/0xf4a00000 What does this range correspond to on your kernel? Thanks, Ingo